[perl-DBD-Pg/f16] 2.19.3 bump

Petr Pisar ppisar at fedoraproject.org
Wed Aug 22 09:42:14 UTC 2012


commit 687b26207879b183ae4b4e4e146a8b43195b9eca
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Aug 22 11:31:52 2012 +0200

    2.19.3 bump

 .gitignore       |    1 +
 perl-DBD-Pg.spec |   13 +++++++------
 sources          |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 37f972c..fd0989c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ DBD-Pg-2.17.1.tar.gz
 /DBD-Pg-2.17.2.tar.gz
 /DBD-Pg-2.18.0.tar.gz
 /DBD-Pg-2.19.2.tar.gz
+/DBD-Pg-2.19.3.tar.gz
diff --git a/perl-DBD-Pg.spec b/perl-DBD-Pg.spec
index a37b8d1..a44bac2 100644
--- a/perl-DBD-Pg.spec
+++ b/perl-DBD-Pg.spec
@@ -1,6 +1,6 @@
 Name:           perl-DBD-Pg
 Summary:        A PostgreSQL interface for perl
-Version:        2.19.2
+Version:        2.19.3
 Release:        1%{?dist}
 License:        GPLv2+ or Artistic
 Group:          Development/Libraries
@@ -23,8 +23,8 @@ Requires:       perl(Data::Peek)
 # Missed by the find provides script:
 Provides:       perl(DBD::Pg) = %{version}
 
-%filter_from_provides /perl(DBD::Pg)$/d
 %{?perl_default_filter}
+%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(DBD::Pg\\)$
 %{?perl_default_subpackage_tests}
 
 %description
@@ -52,10 +52,8 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 #export DBI_DSN=dbi:Pg:dbname=<database>
 #export DBI_USER=<username>
 #export DBI_PASS=<password>
-# If variables undefined, package test will create it's own database. All
-# tests pass then if LC_ALL=C. Otherwise
-# <https://rt.cpan.org/Public/Bug/Display.html?id=56705> appears.
-LC_ALL=C make test
+# If variables undefined, package test will create it's own database.
+make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -71,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 22 2012 Petr Pisar <ppisar at redhat.com> - 2.19.3-1
+- 2.19.3 bump
+
 * Thu Jul 19 2012 Jitka Plesnikova <jplesnik at redhat.com> - 2.19.2-1
 - bump to 2.19.2
 - Fixed #841133
diff --git a/sources b/sources
index 18a9127..0968acc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-67c859593e40959b42b3ef23ce6b581e  DBD-Pg-2.19.2.tar.gz
+026ea19f89aee12051bce23d797e824b  DBD-Pg-2.19.3.tar.gz


More information about the scm-commits mailing list