rpms/perl-DBD-Pg/F-9 .cvsignore, 1.17, 1.18 perl-DBD-1.31-fixver.patch, 1.2, 1.3 perl-DBD-Pg.spec, 1.41, 1.42 sources, 1.18, 1.19

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Mon Jul 28 08:10:21 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DBD-Pg/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15297

Modified Files:
	.cvsignore perl-DBD-1.31-fixver.patch perl-DBD-Pg.spec sources 
Log Message:
* Mon Jul 28 2008 Marcela Maslanova <mmaslano at redhat.com> - 2.8.7-1
- new version has Pg.pm twice in two locations
- update



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-Pg/F-9/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore	31 May 2006 23:55:09 -0000	1.17
+++ .cvsignore	28 Jul 2008 08:09:51 -0000	1.18
@@ -3,3 +3,4 @@
 DBD-Pg-1.47.tar.gz
 DBD-Pg-1.48.tar.gz
 DBD-Pg-1.49.tar.gz
+DBD-Pg-2.8.7.tar.gz

perl-DBD-1.31-fixver.patch:

Index: perl-DBD-1.31-fixver.patch
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-Pg/F-9/perl-DBD-1.31-fixver.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-DBD-1.31-fixver.patch	31 May 2006 23:55:09 -0000	1.2
+++ perl-DBD-1.31-fixver.patch	28 Jul 2008 08:09:51 -0000	1.3
@@ -1,12 +1,13 @@
---- DBD-Pg-1.31/t/lib/App/Info/RDBMS/PostgreSQL.pm.fixver	2003-12-19 09:48:23.000000000 -0500
-+++ DBD-Pg-1.31/t/lib/App/Info/RDBMS/PostgreSQL.pm	2003-12-19 09:48:47.000000000 -0500
-@@ -254,6 +254,9 @@
-         } elsif ($version =~ /(\d+)\.(\d+)\w+\d+/) {
+diff -up DBD-Pg-2.8.7/t/lib/App/Info/RDBMS/PostgreSQL.pm.fix DBD-Pg-2.8.7/t/lib/App/Info/RDBMS/PostgreSQL.pm
+--- DBD-Pg-2.8.7/t/lib/App/Info/RDBMS/PostgreSQL.pm.fix	2008-07-21 17:15:05.000000000 +0200
++++ DBD-Pg-2.8.7/t/lib/App/Info/RDBMS/PostgreSQL.pm	2008-07-28 09:01:08.000000000 +0200
+@@ -274,6 +274,9 @@ my $get_version = sub {
+             # New versions, such as "7.4", are treated as patch level "0"
              @{$self}{qw(version major minor patch)} =
                ($version, $1, $2, 0);
 +        } elsif ($version =~ /(\d+)\.(\d+)/) {
 +            @{$self}{qw(version major minor patch)} =
-+              ($version, $1, $2, 0);
++            ($version, $1, $2, 0);
          } else {
              $self->error("Failed to parse PostgreSQL version parts from " .
                           "string '$version'");


Index: perl-DBD-Pg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-Pg/F-9/perl-DBD-Pg.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- perl-DBD-Pg.spec	28 Feb 2008 13:03:06 -0000	1.41
+++ perl-DBD-Pg.spec	28 Jul 2008 08:09:51 -0000	1.42
@@ -1,6 +1,6 @@
 Name:           perl-DBD-Pg
-Version:        1.49
-Release:        9%{?dist}
+Version:        2.8.7
+Release:        1%{?dist}
 Summary:        A PostgreSQL interface for perl
 
 Group:          Development/Libraries
@@ -53,10 +53,15 @@
 %doc Changes README README.dev TODO
 %{perl_vendorarch}/DBD/
 %{perl_vendorarch}/auto/DBD/
+%{perl_vendorarch}/Bundle/DBD/Pg.pm
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Mon Jul 28 2008 Marcela Maslanova <mmaslano at redhat.com> - 2.8.7-1
+- new version has Pg.pm twice in two locations
+- update
+
 * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.49-9
 - Rebuild for perl 5.10 (again)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-Pg/F-9/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	31 May 2006 23:55:09 -0000	1.18
+++ sources	28 Jul 2008 08:09:51 -0000	1.19
@@ -1 +1,2 @@
 76b9d6a2f4cbaefcba23380f83998215  DBD-Pg-1.49.tar.gz
+9a5530bcf0974b099dd1053f5821a51a  DBD-Pg-2.8.7.tar.gz




More information about the fedora-extras-commits mailing list