|
@@ -1,18 +1,23 @@
|
|
Summary: the DBI PostgreSQL interface for Perl
|
|
Summary: the DBI PostgreSQL interface for Perl
|
|
Name: perl-DBD-Pg
|
|
Name: perl-DBD-Pg
|
|
-Version: 1.49
|
|
+Version: 2.18.0
|
|
-Release: 5%{?_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
|
|
|
|
+Source1: filter-requires-perl-DBD-Pg.sh
|
|
Patch0:perl-DBD-1.31-fixver.patch
|
|
Patch0:perl-DBD-1.31-fixver.patch
|
|
-Patch1:perl-DBD-Pg-CVE-2009-0663+1341.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, postgresql-devel, perl-DBI
|
|
Requires: perl >= 5.004
|
|
Requires: perl >= 5.004
|
|
|
|
|
|
|
|
+%define __perl_requires %{SOURCE1}
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
%description
|
|
%description
|
|
the DBI PostgreSQL interface for Perl
|
|
the DBI PostgreSQL interface for Perl
|
|
|
|
|
|
@@ -20,7 +25,6 @@ the DBI PostgreSQL interface for Perl
|
|
%setup -q -n DBD-Pg-%{version}
|
|
%setup -q -n DBD-Pg-%{version}
|
|
|
|
|
|
%patch0 -p1 -b .fixver
|
|
%patch0 -p1 -b .fixver
|
|
-%patch1 -p1 -b .CVE-2009-0663+1341
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
export POSTGRES_INCLUDE=%{_includedir}/pgsql
|
|
export POSTGRES_INCLUDE=%{_includedir}/pgsql
|
|
@@ -62,6 +66,12 @@ fi
|
|
%{_mandir}/*/*
|
|
%{_mandir}/*/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 2.18.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- drop CVE-2009-0663, 1341 patch (Patch1): upstream fixed
|
|
|
|
+- add requires filter (Source1)
|
|
|
|
+- add Vendor and Distribution tags
|
|
|
|
+
|
|
* Wed Jul 08 2009 Shu KONNO <owa@bg.wakwak.com> 1.49-5
|
|
* Wed Jul 08 2009 Shu KONNO <owa@bg.wakwak.com> 1.49-5
|
|
- rebuilt with postgresql-8.4.0
|
|
- rebuilt with postgresql-8.4.0
|
|
|
|
|