[perl-DBD-Pg] 3.0.0 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Thu Feb 6 10:36:24 UTC 2014


commit 73de2d1e6c0d17f3ebe48f63ac8f5557246649dc
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Thu Feb 6 11:36:43 2014 +0100

    3.0.0 bump

 .gitignore                                         |    1 +
 ...for-the-PrintWarn-test-as-Postgres-got-le.patch |   27 ------------------
 perl-DBD-Pg.spec                                   |   30 +++++++++++++------
 sources                                            |    2 +-
 4 files changed, 22 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fd0989c..f82fe3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ DBD-Pg-2.17.1.tar.gz
 /DBD-Pg-2.18.0.tar.gz
 /DBD-Pg-2.19.2.tar.gz
 /DBD-Pg-2.19.3.tar.gz
+/DBD-Pg-3.0.0.tar.gz
diff --git a/perl-DBD-Pg.spec b/perl-DBD-Pg.spec
index 649fc81..a5c8c34 100644
--- a/perl-DBD-Pg.spec
+++ b/perl-DBD-Pg.spec
@@ -1,47 +1,55 @@
 Name:           perl-DBD-Pg
 Summary:        A PostgreSQL interface for perl
-Version:        2.19.3
-Release:        6%{?dist}
+Version:        3.0.0
+Release:        1%{?dist}
 License:        GPLv2+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz 
-# Adapt to changes in Postgres 9.3, in upstream after 2.19.3, bug #1058723,
-# CPAN RT#88865
-Patch0:         DBD-Pg-2.19.3-Use-DEBUG1-for-the-PrintWarn-test-as-Postgres-got-le.patch
 URL:            http://search.cpan.org/dist/DBD-Pg/
 
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(constant)
+BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(lib)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 BuildRequires:  postgresql-devel >= 7.4
 # Run-time:
 # Prevent bug #443495
-BuildRequires:  perl(DBI) >= 1.607
+BuildRequires:  perl(DBI) >= 1.614
+BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(version)
 # Tests:
+%tests_req perl(charnames)
+%tests_req perl(constant)
 %tests_req perl(Cwd)
 %tests_req perl(Data::Dumper)
-%tests_req perl(Test::More) >= 0.61
+%tests_req perl(Test::More) >= 0.88
 %tests_req perl(Test::Simple)
 %tests_req perl(Time::HiRes)
+%tests_req perl(utf8)
 %tests_req postgresql-server
 # Optional tests:
 %tests_req perl(Encode)
 %tests_req perl(File::Temp)
 # test sub-package requirements
 %tests_subpackage_requires perl(Carp)
+%tests_subpackage_requires perl(Config)
 %tests_subpackage_requires perl(Data::Peek)
 %tests_subpackage_requires perl(DBD::Pg)
 %tests_subpackage_requires perl(DBI)
 %tests_subpackage_requires perl(File::Spec)
 %tests_subpackage_requires perl(lib)
+%tests_subpackage_requires perl(strict)
+%tests_subpackage_requires perl(vars)
+%tests_subpackage_requires perl(warnings)
 %tests_subpackage_requires perl(YAML)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:       perl(DBI) >= 1.52
+Requires:       perl(DBI) >= 1.614
 
 # Missed by the find provides script:
 Provides:       perl(DBD::Pg) = %{version}
@@ -57,7 +65,6 @@ to PostgreSQL databases.
 
 %prep
 %setup -q -n DBD-Pg-%{version}
-%patch0 -p1
 # Move testme.tmp.pl into tests sub-package
 mv testme.tmp.pl t/
 sed -i -e '/^testme.tmp.pl$/ s/^/t\//' MANIFEST
@@ -91,6 +98,9 @@ make test
 
 
 %changelog
+* Wed Feb 05 2014 Jitka Plesnikova <jplesnik at redhat.com> - 3.0.0-1
+- 3.0.0 bump
+
 * Wed Jan 29 2014 Petr Pisar <ppisar at redhat.com> - 2.19.3-6
 - Adapt to changes in Postgres 9.3 (bug #1058723)
 
diff --git a/sources b/sources
index 0968acc..e5b6b1a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-026ea19f89aee12051bce23d797e824b  DBD-Pg-2.19.3.tar.gz
+58c2613bcb241279aca4c111ba16db48  DBD-Pg-3.0.0.tar.gz


More information about the scm-commits mailing list