|
@@ -1,7 +1,7 @@
|
|
Summary: the DBI PostgreSQL interface for Perl
|
|
Summary: the DBI PostgreSQL interface for Perl
|
|
Name: perl-DBD-Pg
|
|
Name: perl-DBD-Pg
|
|
-Version: 2.18.0
|
|
+Version: 3.3.0
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: GPL or Artistic
|
|
License: GPL or Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Source0: http://search.cpan.org/CPAN/authors/id/D/DB/DBDPG/DBD-Pg-%{version}.tar.gz
|
|
Source0: http://search.cpan.org/CPAN/authors/id/D/DB/DBDPG/DBD-Pg-%{version}.tar.gz
|
|
@@ -10,14 +10,15 @@ Patch0:perl-DBD-1.31-fixver.patch
|
|
|
|
|
|
Url: http://search.cpan.org/author/DWHEELER/DBD-Pg/
|
|
Url: http://search.cpan.org/author/DWHEELER/DBD-Pg/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: perl >= 5.004, postgresql-devel, perl-DBI
|
|
+BuildRequires: perl >= 5.004, libpq-devel, perl-DBI
|
|
-Requires: perl >= 5.004
|
|
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
%define __perl_requires %{SOURCE1}
|
|
%define __perl_requires %{SOURCE1}
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
|
|
+
|
|
%description
|
|
%description
|
|
the DBI PostgreSQL interface for Perl
|
|
the DBI PostgreSQL interface for Perl
|
|
|
|
|
|
@@ -66,6 +67,9 @@ fi
|
|
%{_mandir}/*/*
|
|
%{_mandir}/*/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jul 1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.3.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 2.18.0-2
|
|
* Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 2.18.0-2
|
|
- rebuilt with postgresql-9.0.3
|
|
- rebuilt with postgresql-9.0.3
|
|
|
|
|