r41504 - in /trunk/libdbd-pg-perl: Changes META.yml Makefile.PL Pg.pm README SIGNATURE TODO debian/changelog lib/Bundle/DBD/Pg.pm

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Sat Aug 8 04:59:31 UTC 2009


Author: gwolf
Date: Sat Aug  8 04:59:24 2009
New Revision: 41504

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41504
Log:
Preparing new libdbd-pg-perl upload

Modified:
    trunk/libdbd-pg-perl/Changes
    trunk/libdbd-pg-perl/META.yml
    trunk/libdbd-pg-perl/Makefile.PL
    trunk/libdbd-pg-perl/Pg.pm
    trunk/libdbd-pg-perl/README
    trunk/libdbd-pg-perl/SIGNATURE
    trunk/libdbd-pg-perl/TODO
    trunk/libdbd-pg-perl/debian/changelog
    trunk/libdbd-pg-perl/lib/Bundle/DBD/Pg.pm

Modified: trunk/libdbd-pg-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/Changes?rev=41504&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/Changes (original)
+++ trunk/libdbd-pg-perl/Changes Sat Aug  8 04:59:24 2009
@@ -1,6 +1,10 @@
 ('GSM' is Greg Sabino Mullane, greg at turnstep.com)
 
-2.15.0 Released August 4, 2009
+2.15.1 Released August 7, 2009
+
+  - Release to fix the SIGNATURE file. [GSM]
+
+2.15.0 Released August 4, 2009 (subversion r13164)
 
   - Use PQexecPrepared even when no placeholders (CPAN bug #48155) [GSM]
   - Allow execute_array and bind_param_array to take oddly numbered items, 

Modified: trunk/libdbd-pg-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/META.yml?rev=41504&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/META.yml (original)
+++ trunk/libdbd-pg-perl/META.yml Sat Aug  8 04:59:24 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                        : DBD-Pg
-version                     : 2.15.0
+version                     : 2.15.1
 abstract                    : DBI PostgreSQL interface
 author:              
   - Greg Sabino Mullane <greg at turnstep.com>
@@ -39,10 +39,10 @@
 provides:
   DBD::Pg:
     file                    : Pg.pm
-    version                 : 2.15.0
+    version                 : 2.15.1
   Bundle::DBD::Pg:
     file                    : lib/Bundle/DBD/Pg.pm
-    version                 : 2.15.0
+    version                 : 2.15.1
 
 keywords:
   - Postgres

Modified: trunk/libdbd-pg-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/Makefile.PL?rev=41504&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/Makefile.PL (original)
+++ trunk/libdbd-pg-perl/Makefile.PL Sat Aug  8 04:59:24 2009
@@ -1,4 +1,4 @@
-# $Id: Makefile.PL 13158 2009-08-04 15:06:22Z turnstep $
+# $Id: Makefile.PL 13172 2009-08-07 14:38:45Z turnstep $
 
 use ExtUtils::MakeMaker;
 use Config;
@@ -7,7 +7,7 @@
 use 5.006001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '2.15.0';
+my $VERSION = '2.15.1';
 
 my $lib;
 BEGIN {

Modified: trunk/libdbd-pg-perl/Pg.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/Pg.pm?rev=41504&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/Pg.pm (original)
+++ trunk/libdbd-pg-perl/Pg.pm Sat Aug  8 04:59:24 2009
@@ -1,5 +1,5 @@
 #  -*-cperl-*-
-#  $Id: Pg.pm 13158 2009-08-04 15:06:22Z turnstep $
+#  $Id: Pg.pm 13172 2009-08-07 14:38:45Z turnstep $
 #
 #  Copyright (c) 2002-2009 Greg Sabino Mullane and others: see the Changes file
 #  Portions Copyright (c) 2002 Jeffrey W. Baker
@@ -17,7 +17,7 @@
 {
 	package DBD::Pg;
 
-	use version; our $VERSION = qv('2.15.0');
+	use version; our $VERSION = qv('2.15.1');
 
 	use DBI ();
 	use DynaLoader ();
@@ -1731,7 +1731,7 @@
 
 =head1 VERSION
 
-This documents version 2.15.0 of the DBD::Pg module
+This documents version 2.15.1 of the DBD::Pg module
 
 =head1 DESCRIPTION
 

Modified: trunk/libdbd-pg-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/README?rev=41504&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/README (original)
+++ trunk/libdbd-pg-perl/README Sat Aug  8 04:59:24 2009
@@ -3,7 +3,7 @@
 DESCRIPTION:
 ------------
 
-This is version 2.15.0 of DBD::Pg, the Perl interface to Postgres using DBI. 
+This is version 2.15.1 of DBD::Pg, the Perl interface to Postgres using DBI. 
 The web site for this interface, and the latest version, can be found at:
 
 	http://search.cpan.org/dist/DBD-Pg/

Modified: trunk/libdbd-pg-perl/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/SIGNATURE?rev=41504&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/SIGNATURE (original)
+++ trunk/libdbd-pg-perl/SIGNATURE Sat Aug  8 04:59:24 2009
@@ -15,25 +15,26 @@
 Hash: RIPEMD160
 
 SHA1 415d25a8628815a50a8f79317de4abff11ac73e8 .perlcriticrc
-SHA1 b8c19263a8478c914538ab9a0098b80796874e6a Changes
+SHA1 baeef60173ce9d55ed0f9af52278bd0fce89e9db Changes
 SHA1 2321e712956f60fd30edcb57f65e14ce2fdcc37e MANIFEST
 SHA1 dc863ce481b321833db84c95bbe976e8c65f296e MANIFEST.SKIP
-SHA1 0cd8ab9ac61a573ed7cc814e5fad5a2ec44257b9 META.yml
-SHA1 70fc50e50840b7bbec0d401dfdaa0e75a882921e Makefile.PL
+SHA1 cbfafe566746938b8d109f3f2a96bb87d8f7b67f META.yml
+SHA1 2d73f4959c1aca06b7a5550bcda981f0bf51bb28 Makefile.PL
 SHA1 23ff9a53497b927573048b7457d5eb8173d8b9b0 Pg.h
-SHA1 3441d2a74f691c6278a63684ac1a85a96d5874ae Pg.pm
+SHA1 9eee1b37c690880e17a537726cd4962fa5141b3b Pg.pm
 SHA1 affb86cc0322859b8e39c52bc292abaf60b1e942 Pg.xs
-SHA1 39a5293997d88778977dce53e296bc0f945d97a7 README
+SHA1 1056ea3e1efe181c5444e268f38f824bdb1405ec README
 SHA1 9b580d39cb46985462ce93817ed7875f58920d6d README.dev
 SHA1 7e213bf90f513595b59c0a2c4ef94fea1592efcf README.win32
-SHA1 fe7a42afdeec6a218c45f76e875cc3324b870956 TODO
+SHA1 62b435d61bc5e944c268bde540091ed16b480b6a TODO
 SHA1 d659920ba5a11e33c10f42ac07e96cd7f97f3593 dbdimp.c
 SHA1 bbc79c5ee1fbc1cdaac98ced768ae031a696a304 dbdimp.h
 SHA1 6c33bcf138e577722283bef02fceb8cbce4d100d dbivport.h
-SHA1 e5c1fe0a40c69bb796eaa23fc70daaf91f480800 lib/Bundle/DBD/Pg.pm
+SHA1 4d49a514d13724a4736e27ee218a5eaf8c8ae5f9 lib/Bundle/DBD/Pg.pm
 SHA1 10aecc125180e97a19c8e0b7ea82a64d0356efea quote.c
 SHA1 54f10c6d76db2f2bfbaa7f345d7034029b88453c quote.h
 SHA1 93aa7e8cae0a361d1e6163dea0281ebff41f3c5f t/00-signature.t
+SHA1 073baf503a601ceeb49516d61bd275f0c1e51563 t/00basic.t
 SHA1 f407ad828fe5898e1fa585523852b204ce9b5b2d t/01connect.t
 SHA1 1e0d8cad9de0063d4258739f6c8eb2cee27d9937 t/01constants.t
 SHA1 01f352b31c7d68eeb09cf3b65a88cb09d95af341 t/02attribs.t
@@ -60,7 +61,7 @@
 SHA1 f07cd5ecaeb854c81ceb9206364979cf607e6546 win32.mak
 -----BEGIN PGP SIGNATURE-----
 
-iEYEAREDAAYFAkp4emIACgkQvJuQZxSWSshkwgCfdfwTwfuP/1QKveYeWoQ29OOl
-Qr0AnjtFax1hIzB9dHYg2zHsW9qK3C8Q
-=8KQj
+iEYEAREDAAYFAkp8PTwACgkQvJuQZxSWSshxPwCePe+gAd/qh/bFts6sk+GL3Fvn
+M6sAn3g7Rsbd0Ute9yfTlkptY2rLjQKH
+=BgCM
 -----END PGP SIGNATURE-----

Modified: trunk/libdbd-pg-perl/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/TODO?rev=41504&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/TODO (original)
+++ trunk/libdbd-pg-perl/TODO Sat Aug  8 04:59:24 2009
@@ -21,3 +21,4 @@
 - Handle unicode conversion better and perhaps eliminate the need for 
   the pg_enable_utf8 attribute.
 - Fix this: http://nntp.x.perl.org/group/perl.cpan.testers/2698430
+- Composite type support: http://www.postgresql.org/docs/current/interactive/rowtypes.html

Modified: trunk/libdbd-pg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/changelog?rev=41504&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/changelog (original)
+++ trunk/libdbd-pg-perl/debian/changelog Sat Aug  8 04:59:24 2009
@@ -1,12 +1,17 @@
-libdbd-pg-perl (2.15.0-1) unstable; urgency=low
-
+libdbd-pg-perl (2.15.1-1) unstable; urgency=low
+
+  [ Gunnar Wolf ]
+  * New (very minor) upstream release. Merging changelog entry with
+    Jonathan's, as previous version (2.15.0) has not been uploaded
+
+  [ Jonathan Yu ]
   * New upstream release
     + Use PQexecPrepared even with no placeholders (RT#48155)
     + Allow execute_array and bind_param_array to take an odd number of items:
       DBI will make the missing ones undef (RT#39829)
     + Single quites around array literals when quoting arrays (RT#48420)
 
- -- Jonathan Yu <frequency at cpan.org>  Wed, 05 Aug 2009 06:58:32 -0400
+ -- Gunnar Wolf <gwolf at debian.org>  Fri, 07 Aug 2009 23:57:04 -0500
 
 libdbd-pg-perl (2.14.1-1) unstable; urgency=low
 

Modified: trunk/libdbd-pg-perl/lib/Bundle/DBD/Pg.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/lib/Bundle/DBD/Pg.pm?rev=41504&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/lib/Bundle/DBD/Pg.pm (original)
+++ trunk/libdbd-pg-perl/lib/Bundle/DBD/Pg.pm Sat Aug  8 04:59:24 2009
@@ -4,7 +4,7 @@
 use strict;
 use warnings;
 
-$VERSION = '2.15.0';
+$VERSION = '2.15.1';
 
 1;
 




More information about the Pkg-perl-cvs-commits mailing list