commit perl-DBD-Pg for openSUSE:Factory

2020-08-20 Thread root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2020-08-20 22:23:13

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.3399 (New)


Package is "perl-DBD-Pg"

Thu Aug 20 22:23:13 2020 rev:53 rq:827143 version:3.14.2

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2020-07-28 
17:22:56.797741919 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.3399/perl-DBD-Pg.changes
2020-08-20 22:23:49.415840862 +0200
@@ -1,0 +2,6 @@
+Fri Aug 14 03:08:58 UTC 2020 - Tina Müller 
+
+- updated to 3.14.2
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+---

Old:

  DBD-Pg-3.14.0.tar.gz

New:

  DBD-Pg-3.14.2.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.3akOgd/_old  2020-08-20 22:23:50.583841408 +0200
+++ /var/tmp/diff_new_pack.3akOgd/_new  2020-08-20 22:23:50.587841410 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBD-Pg
-Version:3.14.0
+Version:3.14.2
 Release:0
 %define cpan_name DBD-Pg
 Summary:PostgreSQL database driver for the DBI module

++ DBD-Pg-3.14.0.tar.gz -> DBD-Pg-3.14.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.14.0/Changes new/DBD-Pg-3.14.2/Changes
--- old/DBD-Pg-3.14.0/Changes   2020-07-19 14:13:14.0 +0200
+++ new/DBD-Pg-3.14.2/Changes   2020-08-13 15:32:53.0 +0200
@@ -2,7 +2,23 @@
 
 RT refers to rt.cpan.org
 
-Version 3.14.0  (released Jul 19, 2020)
+Version 3.14.2  (released August 13, 2020)
+
+ - Fix ENV typo in the test suite
+   [Gregor Herrmann]
+
+ - Renamed and enhanced test helper script: dbdpg_test_postgres_versions.pl
+   [Greg Sabino Mullane]
+
+
+Version 3.14.1  (released August 12, 2020)
+
+ - Force the version string so undefined errors in the "driver" sub go away.
+   [Greg Sabino Mullane]
+   (RT ticket #83057)
+
+
+Version 3.14.0  (released July 19, 2020)
 
  - The $dbh->primary_key_info and $dbh->foreign_key_info methods will now 
always return 
  a statement handle, even with no matches. Previously, they returned undef 
directly.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.14.0/MANIFEST.SKIP 
new/DBD-Pg-3.14.2/MANIFEST.SKIP
--- old/DBD-Pg-3.14.0/MANIFEST.SKIP 2020-07-05 19:37:16.0 +0200
+++ new/DBD-Pg-3.14.2/MANIFEST.SKIP 2020-08-13 14:34:22.0 +0200
@@ -8,7 +8,7 @@
 ^Pg.bs$
 ^Pg.xsi$
 ^pm_to_blib$
-testallversions.tmp.pl
+dbdpg_test_postgres_versions.pl
 ^MYMETA
 
 ^_build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.14.0/META.yml new/DBD-Pg-3.14.2/META.yml
--- old/DBD-Pg-3.14.0/META.yml  2020-07-05 19:37:16.0 +0200
+++ new/DBD-Pg-3.14.2/META.yml  2020-08-13 14:44:26.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: DBD-Pg
-version : 3.14.0
+version : 3.14.2
 abstract: DBI PostgreSQL interface
 author:  
   - Greg Sabino Mullane 
@@ -30,10 +30,10 @@
 provides:
   DBD::Pg:
 file: Pg.pm
-version : 3.14.0
+version : 3.14.2
   Bundle::DBD::Pg:
 file: lib/Bundle/DBD/Pg.pm
-version : 3.14.0
+version : 3.14.2
 
 keywords:
   - Postgres
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.14.0/Makefile.PL 
new/DBD-Pg-3.14.2/Makefile.PL
--- old/DBD-Pg-3.14.0/Makefile.PL   2020-07-05 19:37:16.0 +0200
+++ new/DBD-Pg-3.14.2/Makefile.PL   2020-08-13 14:44:30.0 +0200
@@ -5,7 +5,7 @@
 use 5.008001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '3.14.0';
+my $VERSION = '3.14.2';
 
 ## App::Info is stored inside t/lib
 ## Create a proper path so we can use it below
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.14.0/Pg.pm new/DBD-Pg-3.14.2/Pg.pm
--- old/DBD-Pg-3.14.0/Pg.pm 2020-07-18 01:00:28.0 +0200
+++ new/DBD-Pg-3.14.2/Pg.pm 2020-08-13 14:44:23.0 +0200
@@ -16,7 +16,7 @@
 {
 package DBD::Pg;
 
-use version; our $VERSION = qv('3.14.0');
+use version; our $VERSION = qv('3.14.2');
 
 use DBI ();
 use DynaLoader ();
@@ -136,13 +136,16 @@
 
 $class .= '::dr';
 
+## Work around for issue found in 
https://rt.cpan.org/Ticket/Display.html?id=83057
+my $realversion = 

commit perl-DBD-Pg for openSUSE:Factory

2020-07-28 Thread root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2020-07-28 17:22:42

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.3592 (New)


Package is "perl-DBD-Pg"

Tue Jul 28 17:22:42 2020 rev:52 rq:822853 version:3.14.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2020-06-23 
21:03:21.749604111 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.3592/perl-DBD-Pg.changes
2020-07-28 17:22:56.797741919 +0200
@@ -1,0 +2,27 @@
+Mon Jul 20 03:07:41 UTC 2020 - Tina Müller 
+
+- updated to 3.14.0
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+  Version 3.14.0  (released Jul 19, 2020)
+   - The $dbh->primary_key_info and $dbh->foreign_key_info methods will now 
always return
+   a statement handle, even with no matches. Previously, they returned 
undef directly.
+ Callers can check if the returned handle contains any rows.
+ [Greg Sabino Mullane]
+   - The $dbh->tables method will always return a list, even if it is empty.
+ [Greg Sabino Mullane]
+   - Add pg_lo_tell64, pg_lo_seek64, and pg_lo_truncate64, for anyone dealing
+   with really, really, really large 'large objects'. Requires Postgres 
9.3 or better.
+ [Greg Sabino Mullane]
+ (RT ticket #123561)
+   - Allow test to run again when using a non-superuser to connect
+ [Greg Sabino Mullane]
+ (RT ticket #132865)
+   - Adjust tests to force loading proper version of DBD::Pg every time.
+ [Greg Sabino Mullane]
+   - Removed the long-deprecated _pg_use_catalog method.
+ [Greg Sabino Mullane]
+   - Many improvements and changes to the test suite.
+ [Greg Sabino Mullane]
+
+---

Old:

  DBD-Pg-3.13.0.tar.gz

New:

  DBD-Pg-3.14.0.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.06jTIa/_old  2020-07-28 17:22:57.961743239 +0200
+++ /var/tmp/diff_new_pack.06jTIa/_new  2020-07-28 17:22:57.965743244 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBD-Pg
-Version:3.13.0
+Version:3.14.0
 Release:0
 %define cpan_name DBD-Pg
 Summary:PostgreSQL database driver for the DBI module

++ DBD-Pg-3.13.0.tar.gz -> DBD-Pg-3.14.0.tar.gz ++
 2695 lines of diff (skipped)




commit perl-DBD-Pg for openSUSE:Factory

2020-06-23 Thread root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2020-06-23 21:02:55

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.2956 (New)


Package is "perl-DBD-Pg"

Tue Jun 23 21:02:55 2020 rev:51 rq:815870 version:3.13.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2020-06-14 
18:13:22.806454942 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.2956/perl-DBD-Pg.changes
2020-06-23 21:03:21.749604111 +0200
@@ -1,0 +2,21 @@
+Thu Jun 18 03:07:43 UTC 2020 - Tina Müller 
+
+- updated to 3.13.0
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+  Version 3.13.0  (released June 17, 2020)
+   - Redo the "last_result" internals in dbdimp.c, which
+   fixes a memory leak.
+ [Greg Sabino Mullane]
+ (RT ticket #132812)
+   - Fix regression in Perl length() for returned query results
+ [Jon Jensen]
+ (Github issue #72)
+   - Make $sth->finish() do a little less. Notably, even
+   after calling finish(), pg_error_field will still work
+   on the last action performed.
+ [Greg Sabino Mullane]
+   - Tweak tests so Windows boxes pass
+ [Greg Sabino Mullane]
+
+---

Old:

  DBD-Pg-3.12.3.tar.gz

New:

  DBD-Pg-3.13.0.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.NGeqdM/_old  2020-06-23 21:03:22.349606041 +0200
+++ /var/tmp/diff_new_pack.NGeqdM/_new  2020-06-23 21:03:22.349606041 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBD-Pg
-Version:3.12.3
+Version:3.13.0
 Release:0
 %define cpan_name DBD-Pg
 Summary:PostgreSQL database driver for the DBI module
@@ -33,6 +33,7 @@
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(version)
 Requires:   perl(DBI) >= 1.614
+Requires:   perl(Test::More) >= 0.88
 Requires:   perl(version)
 Recommends: perl(Module::Signature) >= 0.50
 %{perl_requires}

++ DBD-Pg-3.12.3.tar.gz -> DBD-Pg-3.13.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.12.3/Changes new/DBD-Pg-3.13.0/Changes
--- old/DBD-Pg-3.12.3/Changes   2020-06-05 19:15:13.0 +0200
+++ new/DBD-Pg-3.13.0/Changes   2020-06-17 17:43:59.0 +0200
@@ -2,6 +2,26 @@
 
 RT refers to rt.cpan.org
 
+Version 3.13.0  (released June 17, 2020)
+
+ - Redo the "last_result" internals in dbdimp.c, which 
+ fixes a memory leak.
+   [Greg Sabino Mullane]
+   (RT ticket #132812)
+
+ - Fix regression in Perl length() for returned query results
+   [Jon Jensen]
+   (Github issue #72)
+
+ - Make $sth->finish() do a little less. Notably, even 
+ after calling finish(), pg_error_field will still work
+ on the last action performed.
+   [Greg Sabino Mullane]
+
+ - Tweak tests so Windows boxes pass
+   [Greg Sabino Mullane]
+
+
 Version 3.12.3  (released June 5, 2020)
 
  - Prevent DBI from flipping AutoCommit to 'on' after a failed commit
@@ -1258,7 +1278,7 @@
 
 Version 2.8.0  (released June 1, 2008)
 
- - Added in payload strings for LISTEN/NOTIFY in 8.4 via $dbh->pg_notifies()
+ - Added in payload strings for LISTEN/NOTIFY in 9.0 via $dbh->pg_notifies()
[Greg Sabino Mullane]
  
  - Fixed problem preventing some pg_type bind_arrays from working
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.12.3/META.yml new/DBD-Pg-3.13.0/META.yml
--- old/DBD-Pg-3.12.3/META.yml  2020-06-05 03:46:22.0 +0200
+++ new/DBD-Pg-3.13.0/META.yml  2020-06-17 17:35:45.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: DBD-Pg
-version : 3.12.3
+version : 3.13.0
 abstract: DBI PostgreSQL interface
 author:  
   - Greg Sabino Mullane 
@@ -30,10 +30,10 @@
 provides:
   DBD::Pg:
 file: Pg.pm
-version : 3.12.3
+version : 3.13.0
   Bundle::DBD::Pg:
 file: lib/Bundle/DBD/Pg.pm
-version : 3.12.3
+version : 3.13.0
 
 keywords:
   - Postgres
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.12.3/Makefile.PL 
new/DBD-Pg-3.13.0/Makefile.PL
--- old/DBD-Pg-3.12.3/Makefile.PL   2020-06-05 03:46:26.0 +0200
+++ new/DBD-Pg-3.13.0/Makefile.PL   2020-06-17 17:35:51.0 +0200
@@ -5,7 +5,7 @@
 use 5.008001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '3.12.3';
+my $VERSION = '3.13.0';
 
 ## App::Info is 

commit perl-DBD-Pg for openSUSE:Factory

2020-06-14 Thread root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2020-06-14 18:13:16

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.3606 (New)


Package is "perl-DBD-Pg"

Sun Jun 14 18:13:16 2020 rev:50 rq:813446 version:3.12.3

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2020-06-08 
23:51:14.146697765 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.3606/perl-DBD-Pg.changes
2020-06-14 18:13:22.806454942 +0200
@@ -1,0 +2,26 @@
+Wed Jun 10 16:03:22 UTC 2020 - Tina Müller 
+
+- Run tests in verbose mode. Fixes mysterious failure of t/09arrays.t
+   An issue exists: https://rt.cpan.org/Ticket/Display.html?id=132799
+
+---
+Sat Jun  6 03:08:00 UTC 2020 - Tina Müller 
+
+- updated to 3.12.3
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+  Version 3.12.3  (released June 5, 2020)
+  
+   - Prevent DBI from flipping AutoCommit to 'on' after a failed commit
+ [Greg Sabino Mullane]
+ (Github issue #57)
+  
+  
+  Version 3.12.2  (released June 4, 2020)
+  
+   - Revert overly aggressive testing shortcut as it can cause installs to fail
+ [Greg Sabino Mullane, with apologies]
+  
+  
+
+---

Old:

  DBD-Pg-3.12.1.tar.gz

New:

  DBD-Pg-3.12.3.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.LO0wj2/_old  2020-06-14 18:13:23.474457185 +0200
+++ /var/tmp/diff_new_pack.LO0wj2/_new  2020-06-14 18:13:23.478457199 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBD-Pg
-Version:3.12.1
+Version:3.12.3
 Release:0
 %define cpan_name DBD-Pg
 Summary:PostgreSQL database driver for the DBI module
@@ -33,7 +33,6 @@
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(version)
 Requires:   perl(DBI) >= 1.614
-Requires:   perl(Test::More) >= 0.88
 Requires:   perl(version)
 Recommends: perl(Module::Signature) >= 0.50
 %{perl_requires}
@@ -59,7 +58,7 @@
 make %{?_smp_mflags}
 
 %check
-make test
+HARNESS_TIMER=1 HARNESS_VERBOSE=1 make test
 
 %install
 %perl_make_install

++ DBD-Pg-3.12.1.tar.gz -> DBD-Pg-3.12.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.12.1/Changes new/DBD-Pg-3.12.3/Changes
--- old/DBD-Pg-3.12.1/Changes   2020-06-03 15:33:15.0 +0200
+++ new/DBD-Pg-3.12.3/Changes   2020-06-05 19:15:13.0 +0200
@@ -2,6 +2,19 @@
 
 RT refers to rt.cpan.org
 
+Version 3.12.3  (released June 5, 2020)
+
+ - Prevent DBI from flipping AutoCommit to 'on' after a failed commit
+   [Greg Sabino Mullane]
+   (Github issue #57)
+
+
+Version 3.12.2  (released June 4, 2020)
+
+ - Revert overly aggressive testing shortcut as it can cause installs to fail
+   [Greg Sabino Mullane, with apologies]
+
+
 Version 3.12.1  (released June 3, 2020)
 
  - Remove test that assumed '(12,34)' is an invalid entry for type "circle",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.12.1/META.yml new/DBD-Pg-3.12.3/META.yml
--- old/DBD-Pg-3.12.1/META.yml  2020-05-30 20:22:21.0 +0200
+++ new/DBD-Pg-3.12.3/META.yml  2020-06-05 03:46:22.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: DBD-Pg
-version : 3.12.1
+version : 3.12.3
 abstract: DBI PostgreSQL interface
 author:  
   - Greg Sabino Mullane 
@@ -30,10 +30,10 @@
 provides:
   DBD::Pg:
 file: Pg.pm
-version : 3.12.1
+version : 3.12.3
   Bundle::DBD::Pg:
 file: lib/Bundle/DBD/Pg.pm
-version : 3.12.1
+version : 3.12.3
 
 keywords:
   - Postgres
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.12.1/Makefile.PL 
new/DBD-Pg-3.12.3/Makefile.PL
--- old/DBD-Pg-3.12.1/Makefile.PL   2020-06-02 19:22:21.0 +0200
+++ new/DBD-Pg-3.12.3/Makefile.PL   2020-06-05 03:46:26.0 +0200
@@ -5,7 +5,7 @@
 use 5.008001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '3.12.1';
+my $VERSION = '3.12.3';
 
 ## App::Info is stored inside t/lib
 ## Create a proper path so we can use it below
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.12.1/Pg.pm new/DBD-Pg-3.12.3/Pg.pm
--- old/DBD-Pg-3.12.1/Pg.pm 2020-06-02 14:14:12.0 +0200
+++ new/DBD-Pg-3.12.3/Pg.pm 

commit perl-DBD-Pg for openSUSE:Factory

2020-06-08 Thread root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2020-06-08 23:50:25

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.3606 (New)


Package is "perl-DBD-Pg"

Mon Jun  8 23:50:25 2020 rev:49 rq:811444 version:3.12.1

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2020-05-12 
22:28:48.063427244 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.3606/perl-DBD-Pg.changes
2020-06-08 23:51:14.146697765 +0200
@@ -1,0 +2,15 @@
+Thu Jun  4 03:07:49 UTC 2020 - Tina Müller 
+
+- updated to 3.12.1
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+  Version 3.12.1  (released June 3, 2020)
+  
+   - Remove test that assumed '(12,34)' is an invalid entry for type "circle",
+   as the Postgres source code changed this behavior on April 7, 2020
+ [Greg Sabino Mullane]
+ (RT ticket #132740)
+  
+  
+
+---

Old:

  DBD-Pg-3.12.0.tar.gz

New:

  DBD-Pg-3.12.1.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.7OBaYj/_old  2020-06-08 23:51:15.522702010 +0200
+++ /var/tmp/diff_new_pack.7OBaYj/_new  2020-06-08 23:51:15.526702022 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBD-Pg
-Version:3.12.0
+Version:3.12.1
 Release:0
 %define cpan_name DBD-Pg
 Summary:PostgreSQL database driver for the DBI module

++ DBD-Pg-3.12.0.tar.gz -> DBD-Pg-3.12.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.12.0/Changes new/DBD-Pg-3.12.1/Changes
--- old/DBD-Pg-3.12.0/Changes   2020-05-07 19:47:05.0 +0200
+++ new/DBD-Pg-3.12.1/Changes   2020-06-03 15:33:15.0 +0200
@@ -2,12 +2,20 @@
 
 RT refers to rt.cpan.org
 
+Version 3.12.1  (released June 3, 2020)
+
+ - Remove test that assumed '(12,34)' is an invalid entry for type "circle",
+ as the Postgres source code changed this behavior on April 7, 2020
+   [Greg Sabino Mullane]
+   (RT ticket #132740)
+
+
 Version 3.12.0  (released May 7, 2020)
 
  - Add CONTRIBUTING.md file
 
  - Return the table info row last in statistics_info.
-This fixes statistics_info on pre-8.3 servers.
+   This fixes statistics_info on pre-8.3 servers.
[Dagfinn Ilmari Mannsåker]
 
  - Fix ASC_OR_DESC field in statistics_info
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.12.0/META.yml new/DBD-Pg-3.12.1/META.yml
--- old/DBD-Pg-3.12.0/META.yml  2020-05-05 20:11:55.0 +0200
+++ new/DBD-Pg-3.12.1/META.yml  2020-05-30 20:22:21.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: DBD-Pg
-version : 3.12.0
+version : 3.12.1
 abstract: DBI PostgreSQL interface
 author:  
   - Greg Sabino Mullane 
@@ -30,10 +30,10 @@
 provides:
   DBD::Pg:
 file: Pg.pm
-version : 3.12.0
+version : 3.12.1
   Bundle::DBD::Pg:
 file: lib/Bundle/DBD/Pg.pm
-version : 3.12.0
+version : 3.12.1
 
 keywords:
   - Postgres
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.12.0/Makefile.PL 
new/DBD-Pg-3.12.1/Makefile.PL
--- old/DBD-Pg-3.12.0/Makefile.PL   2020-05-05 20:11:59.0 +0200
+++ new/DBD-Pg-3.12.1/Makefile.PL   2020-06-02 19:22:21.0 +0200
@@ -5,7 +5,7 @@
 use 5.008001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '3.12.0';
+my $VERSION = '3.12.1';
 
 ## App::Info is stored inside t/lib
 ## Create a proper path so we can use it below
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.12.0/Pg.pm new/DBD-Pg-3.12.1/Pg.pm
--- old/DBD-Pg-3.12.0/Pg.pm 2020-05-05 20:35:07.0 +0200
+++ new/DBD-Pg-3.12.1/Pg.pm 2020-06-02 14:14:12.0 +0200
@@ -16,7 +16,7 @@
 {
 package DBD::Pg;
 
-use version; our $VERSION = qv('3.12.0');
+use version; our $VERSION = qv('3.12.1');
 
 use DBI ();
 use DynaLoader ();
@@ -1688,7 +1688,7 @@
 
 =head1 VERSION
 
-This documents version 3.12.0 of the DBD::Pg module
+This documents version 3.12.1 of the DBD::Pg module
 
 =head1 DESCRIPTION
 
@@ -2760,7 +2760,7 @@
 
 The C method determines if there is a working connection to an active 
 database server. It does this by sending a small query to the server, 
currently 
-B<'DBD::Pg ping test v3.12.0'>. It returns 0 (false) if the connection is not 
valid, 

commit perl-DBD-Pg for openSUSE:Factory

2020-05-12 Thread root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2020-05-12 22:27:33

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.2738 (New)


Package is "perl-DBD-Pg"

Tue May 12 22:27:33 2020 rev:48 rq:802700 version:3.12.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2020-05-09 
19:51:22.412711546 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.2738/perl-DBD-Pg.changes
2020-05-12 22:28:48.063427244 +0200
@@ -1,0 +2,22 @@
+Fri May  8 03:08:00 UTC 2020 - Tina Müller 
+
+updated to 3.12.0
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+  Version 3.12.0  (released May 7, 2020)
+  
+   - Add CONTRIBUTING.md file
+  
+   - Return the table info row last in statistics_info.
+  This fixes statistics_info on pre-8.3 servers.
+ [Dagfinn Ilmari Mannsåker]
+  
+   - Fix ASC_OR_DESC field in statistics_info
+ [Dagfinn Ilmari Mannsåker]
+  
+   - Indicate NULL ordering in statistics_info
+ [Dagfinn Ilmari Mannsåker]
+  
+  
+
+---

Old:

  DBD-Pg-3.11.1.tar.gz

New:

  DBD-Pg-3.12.0.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.SmtCUK/_old  2020-05-12 22:28:49.087429382 +0200
+++ /var/tmp/diff_new_pack.SmtCUK/_new  2020-05-12 22:28:49.091429390 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBD-Pg
-Version:3.11.1
+Version:3.12.0
 Release:0
 %define cpan_name DBD-Pg
 Summary:PostgreSQL database driver for the DBI module
@@ -68,6 +68,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README README.dev README.win32 TODO win32.mak
+%doc Changes CONTRIBUTING.md README README.dev README.win32 TODO win32.mak
 
 %changelog

++ DBD-Pg-3.11.1.tar.gz -> DBD-Pg-3.12.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.11.1/CONTRIBUTING.md 
new/DBD-Pg-3.12.0/CONTRIBUTING.md
--- old/DBD-Pg-3.11.1/CONTRIBUTING.md   1970-01-01 01:00:00.0 +0100
+++ new/DBD-Pg-3.12.0/CONTRIBUTING.md   2020-05-01 16:24:56.0 +0200
@@ -0,0 +1,57 @@
+# How to Contribute
+
+Help with DBD::Pg is always welcome. You do not have to know any code to help 
out - 
+we also need help testing, answering questions, improving documentation, etc.
+
+
+## Issues
+
+Bugs and problems can be reported at:
+
+https://github.com/bucardo/dbdpg/issues
+
+You can also report them here if you wish:
+
+https://rt.cpan.org/Dist/Display.html?Name=DBD-Pg
+
+
+## Questions
+
+Questions about usage can be answered in a number of places:
+
+### IRC
+
+You may find helpful people at #postgresql on irc.freenode.net
+
+Lower volume but more technical discussions happen at #dbi on irc.perl.org
+
+### Slack
+
+The Slack channel #general at postgresteam.slack.com is full of helpful people
+
+### Email
+
+There is a low-volume mailing list for discussion about this module
+
+Send an email to . Before doing so, you probably want to 
+subscribe by sending an email to dbd-pg-subscr...@perl.org
+
+
+## Testing
+
+You can help by testing DBD::Pg as widely as possible. Running the tests 
+on a wide variety of platforms, Postgres versions, DBI versions, and other 
+factors is a great help in uncovering problems and improving DBD::Pg
+
+
+## Code development
+
+Development happens in a git repo. The canonical location is currently 
+at https://github.com/bucardo/dbdpg
+
+Create your own copy of the repo by running:
+
+git clone https://github.com/bucardo/dbdpg.git
+
+See the README.dev file for more information about developing DBD::Pg
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.11.1/Changes new/DBD-Pg-3.12.0/Changes
--- old/DBD-Pg-3.11.1/Changes   2020-04-28 15:24:57.0 +0200
+++ new/DBD-Pg-3.12.0/Changes   2020-05-07 19:47:05.0 +0200
@@ -2,6 +2,21 @@
 
 RT refers to rt.cpan.org
 
+Version 3.12.0  (released May 7, 2020)
+
+ - Add CONTRIBUTING.md file
+
+ - Return the table info row last in statistics_info.
+This fixes statistics_info on pre-8.3 servers.
+   [Dagfinn Ilmari Mannsåker]
+
+ - Fix ASC_OR_DESC field in statistics_info
+   [Dagfinn Ilmari Mannsåker]
+
+ - Indicate NULL ordering in statistics_info
+   [Dagfinn Ilmari Mannsåker]
+
+
 Version 3.11.1  (released April 28, 2020)
 
  - Adjust Makefile to fix failing 'fulltest' target on BSD systems
@@ -115,7 +130,7 @@
 
 Version 3.9.1  (released August 15, 2019)
 
- - Bugfix for pg_error_field: make sure we do not feed null to newSVpv,
+ - Bug fix for pg_error_field: make sure we do not feed null to 

commit perl-DBD-Pg for openSUSE:Factory

2020-05-09 Thread root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2020-05-09 19:51:11

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.2738 (New)


Package is "perl-DBD-Pg"

Sat May  9 19:51:11 2020 rev:47 rq:801313 version:3.11.1

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2020-03-27 
21:55:26.658728077 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.2738/perl-DBD-Pg.changes
2020-05-09 19:51:22.412711546 +0200
@@ -1,0 +2,35 @@
+Wed Apr 29 03:10:46 UTC 2020 - Tina Müller 
+
+updated to 3.11.1
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+  Version 3.11.1  (released April 28, 2020)
+
+   - Adjust Makefile to fix failing 'fulltest' target on BSD systems
+ [Slaven Rezić]
+ (RT ticket #132412)
+
+
+  Version 3.11.0  (released April 23, 2020)
+
+   - Indicate non-key index columns (INCLUDE) in statistics_info
+ [Dagfinn Ilmari Mannsåker]
+
+   - Return an empty result set instead of undef from statistics_info
+   when the requested table doesn't exist and $unique_only is false.
+ [Dagfinn Ilmari Mannsåker]
+
+   - Fix segfault during st destroy
+ [Gregory Oschwald]
+ (Github pull request #66)
+ (Github issue #57)
+
+   - Improve testing for table_info()
+ [Greg Sabino Mullane]
+ (Github issue #67)
+
+   - Improve UTF-8 wording in docs
+ [Felipe Gasper]
+ (Github pull request #65)
+
+---

Old:

  DBD-Pg-3.10.5.tar.gz

New:

  DBD-Pg-3.11.1.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.qzQdz7/_old  2020-05-09 19:51:22.920712637 +0200
+++ /var/tmp/diff_new_pack.qzQdz7/_new  2020-05-09 19:51:22.924712645 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBD-Pg
-Version:3.10.5
+Version:3.11.1
 Release:0
 %define cpan_name DBD-Pg
 Summary:PostgreSQL database driver for the DBI module
@@ -33,6 +33,7 @@
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(version)
 Requires:   perl(DBI) >= 1.614
+Requires:   perl(Test::More) >= 0.88
 Requires:   perl(version)
 Recommends: perl(Module::Signature) >= 0.50
 %{perl_requires}

++ DBD-Pg-3.10.5.tar.gz -> DBD-Pg-3.11.1.tar.gz ++
 4036 lines of diff (skipped)




commit perl-DBD-Pg for openSUSE:Factory

2020-03-27 Thread root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2020-03-27 21:55:09

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.3160 (New)


Package is "perl-DBD-Pg"

Fri Mar 27 21:55:09 2020 rev:46 rq:787926 version:3.10.5

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2020-03-11 
18:47:27.563455043 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.3160/perl-DBD-Pg.changes
2020-03-27 21:55:26.658728077 +0100
@@ -1,0 +2,13 @@
+Tue Mar 24 11:06:42 UTC 2020 - Tina Müller 
+
+- Fix BuildRequires in cpanspec.yml to match what's in the .spec
+
+---
+Tue Mar 24 03:09:05 UTC 2020 -  
+
+- updated to 3.10.5
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+  Changes for the DBD::Pg module
+
+---

Old:

  DBD-Pg-3.10.4.tar.gz

New:

  DBD-Pg-3.10.5.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.bnISdo/_old  2020-03-27 21:55:27.390728503 +0100
+++ /var/tmp/diff_new_pack.bnISdo/_new  2020-03-27 21:55:27.394728505 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBD-Pg
-Version:3.10.4
+Version:3.10.5
 Release:0
 %define cpan_name DBD-Pg
 Summary:PostgreSQL database driver for the DBI module
@@ -33,7 +33,6 @@
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(version)
 Requires:   perl(DBI) >= 1.614
-Requires:   perl(Test::More) >= 0.88
 Requires:   perl(version)
 Recommends: perl(Module::Signature) >= 0.50
 %{perl_requires}

++ DBD-Pg-3.10.4.tar.gz -> DBD-Pg-3.10.5.tar.gz ++
 4049 lines of diff (skipped)

++ cpanspec.yml ++
--- /var/tmp/diff_new_pack.bnISdo/_old  2020-03-27 21:55:27.554728598 +0100
+++ /var/tmp/diff_new_pack.bnISdo/_new  2020-03-27 21:55:27.558728600 +0100
@@ -10,7 +10,7 @@
 preamble: |-
  BuildRequires:  openssl-devel
  BuildRequires:  postgresql-devel >= 8.1
- %if %{suse_version} >= 1550
+ %if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
  BuildRequires:  postgresql-server-devel
  %endif
  # For the Testsuite




commit perl-DBD-Pg for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2020-03-11 18:44:04

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.3160 (New)


Package is "perl-DBD-Pg"

Wed Mar 11 18:44:04 2020 rev:45 rq:782971 version:3.10.4

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2020-02-09 
21:02:18.255349697 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.3160/perl-DBD-Pg.changes
2020-03-11 18:47:27.563455043 +0100
@@ -1,0 +2,5 @@
+Thu Mar  5 09:41:22 UTC 2020 - Max Lin 
+
+- Build requries postgresql-server-devel on Leap 15.2/SLE15 SP2
+
+---



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.JIc52H/_old  2020-03-11 18:47:29.507456236 +0100
+++ /var/tmp/diff_new_pack.JIc52H/_new  2020-03-11 18:47:29.511456238 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-Pg
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Summary:PostgreSQL database driver for the DBI module
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,7 +40,7 @@
 # MANUAL BEGIN
 BuildRequires:  openssl-devel
 BuildRequires:  postgresql-devel >= 8.1
-%if %{suse_version} >= 1550
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
 BuildRequires:  postgresql-server-devel
 %endif
 # For the Testsuite




commit perl-DBD-Pg for openSUSE:Factory

2020-02-09 Thread root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2020-02-09 21:01:57

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.26092 (New)


Package is "perl-DBD-Pg"

Sun Feb  9 21:01:57 2020 rev:44 rq:770043 version:3.10.4

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2020-01-24 
14:20:36.698607694 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.26092/perl-DBD-Pg.changes   
2020-02-09 21:02:18.255349697 +0100
@@ -1,0 +2,18 @@
+Tue Feb  4 03:09:09 UTC 2020 -  
+
+- updated to 3.10.4
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+  
+  Version 3.10.4  (released February 3, 2020)
+  
+- Allow localtime from Time::Piece to be used directly as a bind value 
again.
+  This applies to all "magical" arrays.
+  [Greg Sabino Mullane]
+  [Github issue #63]
+  
+- Force tests to NOT run in parallel.
+  [Greg Sabino Mullane]
+  [RT #130834]
+
+---

Old:

  DBD-Pg-3.10.3.tar.gz

New:

  DBD-Pg-3.10.4.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.mH0SVn/_old  2020-02-09 21:02:18.935350083 +0100
+++ /var/tmp/diff_new_pack.mH0SVn/_new  2020-02-09 21:02:18.939350085 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBD-Pg
-Version:3.10.3
+Version:3.10.4
 Release:0
 %define cpan_name DBD-Pg
 Summary:PostgreSQL database driver for the DBI module

++ DBD-Pg-3.10.3.tar.gz -> DBD-Pg-3.10.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.10.3/Changes new/DBD-Pg-3.10.4/Changes
--- old/DBD-Pg-3.10.3/Changes   2020-01-20 21:49:37.0 +0100
+++ new/DBD-Pg-3.10.4/Changes   2020-02-03 18:08:44.0 +0100
@@ -1,7 +1,20 @@
 
+
+Version 3.10.4  (released February 3, 2020)
+
+  - Allow localtime from Time::Piece to be used directly as a bind value again.
+This applies to all "magical" arrays.
+[Greg Sabino Mullane]
+[Github issue #63]
+
+  - Force tests to NOT run in parallel.
+[Greg Sabino Mullane]
+[RT #130834]
+
+
 Version 3.10.3  (released January 20, 2020)
 
-Set things cleared via PQclear to NULL as soon as possible, to remove race 
conditions.
+  - Set things cleared via PQclear to NULL as soon as possible, to remove race 
conditions.
 [Greg Sabino Mullane]
 [RT #131522]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.10.3/META.yml new/DBD-Pg-3.10.4/META.yml
--- old/DBD-Pg-3.10.3/META.yml  2020-01-20 19:19:19.0 +0100
+++ new/DBD-Pg-3.10.4/META.yml  2020-01-21 21:04:32.0 +0100
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: DBD-Pg
-version : 3.10.3
+version : 3.10.4
 abstract: DBI PostgreSQL interface
 author:  
   - Greg Sabino Mullane 
@@ -30,10 +30,10 @@
 provides:
   DBD::Pg:
 file: Pg.pm
-version : 3.10.3
+version : 3.10.4
   Bundle::DBD::Pg:
 file: lib/Bundle/DBD/Pg.pm
-version : 3.10.3
+version : 3.10.4
 
 keywords:
   - Postgres
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.10.3/Makefile.PL 
new/DBD-Pg-3.10.4/Makefile.PL
--- old/DBD-Pg-3.10.3/Makefile.PL   2020-01-20 19:19:34.0 +0100
+++ new/DBD-Pg-3.10.4/Makefile.PL   2020-02-01 02:00:34.0 +0100
@@ -5,7 +5,7 @@
 use 5.008001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '3.10.3';
+my $VERSION = '3.10.4';
 
 ## App::Info is stored inside t/lib
 ## Create a proper path so we can use it below
@@ -259,7 +259,7 @@
 sub MY::test { ## no critic
 my $string = shift->SUPER::test(@_);
 $string =~ s/(PERL_DL_NONLAZY=1)/PGINITDB="$initdb" $1/g;
-return $string;
+return "HARNESS_OPTIONS=j1\n$string";
 }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.10.3/Pg.pm new/DBD-Pg-3.10.4/Pg.pm
--- old/DBD-Pg-3.10.3/Pg.pm 2020-01-20 19:19:09.0 +0100
+++ new/DBD-Pg-3.10.4/Pg.pm 2020-02-03 18:13:54.0 +0100
@@ -16,7 +16,7 @@
 {
 package DBD::Pg;
 
-use version; our $VERSION = qv('3.10.3');
+use version; our $VERSION = qv('3.10.4');
 
 use DBI ();
 use DynaLoader ();
@@ -1730,7 +1730,7 @@
 
 =head1 VERSION
 
-This documents version 3.10.3 of the DBD::Pg module
+This documents 

commit perl-DBD-Pg for openSUSE:Factory

2020-01-24 Thread root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2020-01-24 14:20:27

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.26092 (New)


Package is "perl-DBD-Pg"

Fri Jan 24 14:20:27 2020 rev:43 rq:766091 version:3.10.3

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2019-02-27 
21:14:15.103160399 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.26092/perl-DBD-Pg.changes   
2020-01-24 14:20:36.698607694 +0100
@@ -1,0 +2,154 @@
+Tue Jan 21 03:10:17 UTC 2020 -  
+
+- updated to 3.10.3
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+  Version 3.10.3  (released January 20, 2020)
+  
+  Set things cleared via PQclear to NULL as soon as possible, to remove 
race conditions.
+  [Greg Sabino Mullane]
+  [RT #131522]
+  
+  
+  Version 3.10.2  (released January 17, 2020)
+  
+- Adjust tests to pass on 32-bit machines
+  [Greg Sabino Mullane]
+  [RT #131482]
+  
+  
+  Version 3.10.1  (released January 13, 2020)
+  
+- Prevent double-free memory errors
+  [Greg Sabino Mullane]
+  [RT #130681]
+  
+- Fix crash when pg_error_field is called
+  [Greg Sabino Mullane]
+  [RT #130721]
+  
+- Update the list of Postgres reserved words in quote.c
+
+---
+Wed Sep  4 07:41:45 UTC 2019 -  
+
+- updated to 3.10.0
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+---
+Tue Aug 20 07:37:38 UTC 2019 - Stephan Kulow 
+
+- remove disable-attr.patch as longer needed
+
+---
+Fri Aug 16 05:04:25 UTC 2019 - Stephan Kulow 
+
+- updated to 3.9.1
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+  Version 3.9.1, released August 15, 2019
+  
+  Bugfix for pg_error_field: make sure we do not feed null to newSVpv,
+  handle older versions of Postgres better.
+  [Greg Sabino Mullane]
+
+---
+Wed Aug 14 05:06:35 UTC 2019 - Stephan Kulow 
+
+- updated to 3.9.0
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+  Version 3.9.0, released August 13, 2019
+  
+- ShowErrorStatement works for "quickexec" do() calls
+  [Dmitry Karasik]
+  [RT #120268]
+  [Github issue #44]
+  
+- Add :pg_limits to add constants such as PG_MAX_SMALLINT
+  [Greg Sabino Mullane]
+  [Github issue #51]
+  
+- Add $dbh->pg_error_field() function
+  [Greg Sabino Mullane]
+  
+- Fix failing tests due to incorrect 'initdb' check
+  [Greg Sabino Mullane]
+  [Github issue #54]
+  [RT #130279]
+
+---
+Tue Jul 16 09:18:26 UTC 2019 - Stephan Kulow 
+
+- updated to 3.8.1
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+  Version 3.8.1, released July 6, 2019
+  
+- Fix encoding of SQL_VARBINARY type in $dbh->quote() function
+  [Pali]
+  
+- Fix E'' string escape handling on architectures with unsigned chars
+  [Github issue #46]
+  
+- Minor fix to allow DBD::Pg to connect to PGbouncer's internal 
'pgbouncer' database.
+  [Greg Sabino Mullane]
+  [Github issue #47]
+  
+- Fix so table_info test works on non-empty databases
+  [Matt Buchanan]
+  [CPAN ticket #127906]
+
+---
+Fri Apr 26 05:05:14 UTC 2019 - Stephan Kulow 
+
+- updated to 3.8.0
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+  Version 3.8.0, released April 25, 2019
+  
+- Increase minimum supported PostgreSQL version to 8.0
+  [Dagfinn Ilmari Mannsåker]
+  
+- Add support for foreign tables in table_info() and column_info()
+  [Dagfinn Ilmari Mannsåker]
+  
+- Return the current database name as TABLE_CAT in info methods
+  [Dagfinn Ilmari Mannsåker]
+  
+- Handle backslash-escaped quotes in E'' strings
+  [Dagfinn Ilmari Mannsåker]
+  
+- Fix typo in Makefile.PL
+  [CPAN ticket #127097]
+  
+- Fix parsing of PostgreSQL versions >= 10 on Debian/Ubuntu
+  [Dagfinn Ilmari Mannsåker]
+  
+- Fix client_min_messages=FATAL test when PostgreSQL caps it to ERROR
+  [Dagfinn Ilmari Mannsåker]
+  [CPAN ticket #128529]
+  
+- Fix ->ping error detection on PostgreSQL 12
+  [Dagfinn Ilmari Mannsåker]
+  
+- Adjust tests for new pg_ctl output
+  [Erik Rijkerser at xs4all.nl]
+  [CPAN ticket #128966]
+  
+- Adjust tests for removal of WITH OIDS in PostgreSQL 12
+  [Dagfinn Ilmari Mannsåker]
+  
+- Fix support for PostgreSQL versions back to 8.0
+  [Dagfinn Ilmari Mannsåker]
+  

commit perl-DBD-Pg for openSUSE:Factory

2019-02-27 Thread root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2019-02-27 21:14:13

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.28833 (New)


Package is "perl-DBD-Pg"

Wed Feb 27 21:14:13 2019 rev:42 rq:679440 version:3.7.4

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2018-02-15 
13:22:09.299280436 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new.28833/perl-DBD-Pg.changes   
2019-02-27 21:14:15.103160399 +0100
@@ -1,0 +2,6 @@
+Tue Feb 26 18:21:00 UTC 2019 - Stephan Kulow 
+
+- apply disable-attr.patch to disable broken test:
+  https://rt.cpan.org/Public/Bug/Display.html?id=128529
+
+---

New:

  disable-attr.patch



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.GUJYQQ/_old  2019-02-27 21:14:16.223160113 +0100
+++ /var/tmp/diff_new_pack.GUJYQQ/_new  2019-02-27 21:14:16.223160113 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-Pg
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,11 +21,12 @@
 Release:0
 %define cpan_name DBD-Pg
 Summary:PostgreSQL database driver for the DBI module
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/DBD-Pg/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
+Patch0: disable-attr.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -39,7 +40,10 @@
 %{perl_requires}
 # MANUAL BEGIN
 BuildRequires:  openssl-devel
-BuildRequires:  postgresql-devel >= 7.4
+BuildRequires:  postgresql-devel >= 8.1
+%if %{suse_version} >= 1550
+BuildRequires:  postgresql-server-devel
+%endif
 # For the Testsuite
 BuildRequires:  postgresql-server
 # MANUAL END
@@ -50,13 +54,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ cpanspec.yml ++
--- /var/tmp/diff_new_pack.GUJYQQ/_old  2019-02-27 21:14:16.251160106 +0100
+++ /var/tmp/diff_new_pack.GUJYQQ/_new  2019-02-27 21:14:16.255160106 +0100
@@ -9,9 +9,14 @@
 #  - source2
 preamble: |-
  BuildRequires:  openssl-devel
- BuildRequires:  postgresql-devel >= 7.4
+ BuildRequires:  postgresql-devel >= 8.1
+ %if %{suse_version} >= 1550
+ BuildRequires:  postgresql-server-devel
+ %endif
  # For the Testsuite
  BuildRequires:  postgresql-server
+patches:
+ disable-attr.patch: -p1
 #post_prep: |-
 # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
 # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 

++ disable-attr.patch ++
Index: DBD-Pg-3.7.4/t/02attribs.t
===
--- DBD-Pg-3.7.4.orig/t/02attribs.t
+++ DBD-Pg-3.7.4/t/02attribs.t
@@ -18,7 +18,7 @@ my ($helpconnect,$connerror,$dbh) = conn
 if (! $dbh) {
plan skip_all => 'Connection to database failed, cannot continue 
testing';
 }
-plan tests => 272;
+plan tests => 271;
 
 isnt ($dbh, undef, 'Connect to database for handle attributes testing');
 
@@ -1212,7 +1212,6 @@ eval {
 $dbh->do('SELECT 1 FROM nonesuh');
 };
 my $errorstring = $dbh->errstr;
-like ( $errorstring, qr/Perhaps client_min_messages/, $t);
 $dbh->rollback();
 $dbh->do(q{SET client_min_message = 'NOTICE'});
 $dbh->{RaiseError} = 1;



commit perl-DBD-Pg for openSUSE:Factory

2018-02-15 Thread root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2018-02-15 13:22:09

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is "perl-DBD-Pg"

Thu Feb 15 13:22:09 2018 rev:41 rq:576478 version:3.7.4

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2017-09-05 
16:07:14.258471193 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2018-02-15 13:22:09.299280436 +0100
@@ -1,0 +2,137 @@
+Wed Feb 14 06:13:53 UTC 2018 - co...@suse.com
+
+- updated to 3.7.4
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+---
+Mon Feb 12 11:32:22 UTC 2018 - co...@suse.com
+
+- updated to 3.7.1
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+  Version 3.7.1  Released February 11, 2017 (git tag 3.7.1)
+  
+- Fixed problem when using placeholders and escaped question marks, the 
recopied string 
+  was not terminated correctly.
+  [Greg Sabino Mullane]
+  (Github issue #33)
+  
+- Make sure nulls in our self-generated arrays are not set as read-only in 
some Perls.
+  [Greg Sabino Mullane]
+  (CPAN ticket #107556)
+  
+- If the server returns no error message, and an "unknown" code from 
libpq, supply a custom
+  message mentioning client_min_messages may be to blame.
+  [Greg Sabino Mullane]
+  (CPAN ticket #109591)
+  
+- Declare VERSION with 'our' in seldom-used Bundle module
+  (CPAN ticket #123218)
+
+---
+Fri Oct  6 05:15:19 UTC 2017 - co...@suse.com
+
+- updated to 3.7.0
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+  
+  Version 3.7.0  Released September 24, 2017 (git tag 3.7.0)
+  
+- If no placeholders, use PQexec instead of PQexecParams
+  [Greg Sabino Mullane]
+  
+- Fix running tests with non-UTF8 server_encoding
+  [Dagfinn Ilmari Mannsåker]
+  (Github issue #26)
+  
+- Fix crash with missing client_encoding
+  [David Christensen, reported by Marko Tiikkaja]
+  (Github issue #29)
+  
+- Fix crash with missing server_version
+  [David Christensen]
+  
+- Fix leak in ->state methods
+  [Dagfinn Ilmari Mannsåker]
+  (Github issue #30)
+  
+- Add $sth->{pg_async_status} to determine async status of a statement 
handle.
+  Values can be 0 (no async), 1 (async), or -1 (cancelled)
+  [Greg Sabino Mullane, as requested by Dmytro Zagashev (ZDM)]
+  (CPAN ticket #116172)
+  
+  
+  Version 3.6.2  Released May 23, 2017 (git tag 3.6.2)
+  
+- Remove errant debugging aid from test suite
+  
+  
+  
+  Version 3.6.1  Released May 22, 2017 (git tag 3.6.1)
+  
+- Various fixes to support testing against Postgres 10beta
+  [David Christensen]
+  
+  
+  Version 3.6.0  Released April 17, 2017 (git tag 3.6.0)
+  
+- Make sure we do not inadvertently modify the string passed to prepare() 
when 
+  doing the new backslash escape manipulation.
+  [Greg Sabino Mullane]
+  (CPAN ticket #114000)
+  
+- Fix bug where $DBD::Pg::DBDPG_DEFAULT not picked up as a magic 
+  string first time it is used in a script.
+  [Greg Sabino Mullane]
+  (CPAN ticket #112309)
+  
+- Fix UTF8 flag handling in pg_(get|put)copydata
+  [Dagfinn Ilmari Mannsåker]
+  
+- Fix UTF8 double-encoding with pg_enable_utf8 = 0
+  [Serge Pushkin]
+  (CPAN ticket #103137)
+  
+- Fix bug in quote_name which would fail to quote in some circumstances
+  (Github Issue #22)
+  
+- Allow clean parsing of new Postgres X.Y version format
+  [Erik Rijkerser at xs4all.nl]
+  
+- Add pg_canonical_ids() and pg_canonical_names(), which returns 
information 
+  about each column in the result set.
+  [Warstonewarstone at list.ru]
+  (CPAN ticket #106858)
+  
+- Map SQL_NUMERIC to PG_NUMERIC (instead of PG_FLOAT8)
+  [Alice Mazalice at alizemaz.com]
+  (CPAN ticket #120358)
+   
+- Force real, float, and double precision into SvNVs
+  [Greg Sabino Mullane]
+  (CPAN ticket #113683 and other places)
+  
+- Support for number of rows greater than an "int". Requires support for 
same 
+  from a future version of libpq before it will work completely.
+  [Greg Sabino Mullane]
+  (CPAN ticket #102444)
+  
+- Fix skipped test counts in Win32 builds
+  [Andy Grundman]
+  
+- Allow tests to work against Postgres 8.4 by tweaking client_encoding 
calls.
+  [Pavel Raiskuppraiskup at redhat.com]
+  (CPAN ticket #116179)
+  
+- Silence warnings in t/02attribs.t and t/04misc.t
+  [Dagfinn Ilmari Mannsåker]
+  
+- Support binary COPY 

commit perl-DBD-Pg for openSUSE:Factory

2017-09-05 Thread root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2017-09-05 16:07:13

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is "perl-DBD-Pg"

Tue Sep  5 16:07:13 2017 rev:40 rq:519654 version:3.5.3

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2017-04-06 
11:01:21.446306356 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2017-09-05 16:07:14.258471193 +0200
@@ -1,0 +2,6 @@
+Wed Aug 30 10:35:59 UTC 2017 - co...@suse.com
+
+- Just use postgresql-server everywhere and leave it up to prjconf,
+  SLE12 has no 94 in maintenance anymore
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.c1v7qD/_old  2017-09-05 16:07:14.746402580 +0200
+++ /var/tmp/diff_new_pack.c1v7qD/_new  2017-09-05 16:07:14.746402580 +0200
@@ -17,54 +17,32 @@
 
 
 Name:   perl-DBD-Pg
+Version:3.5.3
+Release:0
 %define cpan_name DBD-Pg
 Summary:PostgreSQL database driver for the DBI module
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Version:3.5.3
-Release:0
 Url:http://search.cpan.org/dist/DBD-Pg/
-Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  openssl-devel
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  postgresql-devel >= 7.4
-# For the Testsuite
-%if 0%{?sle_version} > 12
-BuildRequires:  postgresql94-server
-%else
-BuildRequires:  postgresql-server
-%endif
-BuildRequires:  perl(Test::More) >= 0.61
-#BuildRequires:  perl(Cwd)
 BuildRequires:  perl(DBI) >= 1.614
-#BuildRequires:  perl(File::Comments)
-#BuildRequires:  perl(File::Comments::Plugin::C)
-#BuildRequires:  perl(File::Temp)
-#BuildRequires:  perl(Module::Signature) >= 0.50
-#BuildRequires:  perl(Perl::Critic)
-#BuildRequires:  perl(Pod::Spell)
-#BuildRequires:  perl(Test::Pod) >= 0.95
-#BuildRequires:  perl(Test::Pod::Coverage)
-#BuildRequires:  perl(Test::Warn) >= 0.08
-#BuildRequires:  perl(Test::YAML::Meta) >= 0.03
-#BuildRequires:  perl(Text::SpellChecker)
-#
-#Recommends: perl(Cwd)
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(version)
 Requires:   perl(DBI) >= 1.614
-#Recommends: perl(File::Comments)
-#Recommends: perl(File::Comments::Plugin::C)
-#Recommends: perl(File::Temp)
-#Suggests:   perl(Module::Signature) >= 0.50
-#Suggests:   perl(Perl::Critic)
-#Suggests:   perl(Pod::Spell)
-#Suggests:   perl(Test::Pod) >= 0.95
-#Suggests:   perl(Test::Pod::Coverage)
-#Suggests:   perl(Test::Warn) >= 0.08
-#Suggests:   perl(Test::YAML::Meta) >= 0.03
-#Recommends: perl(Text::SpellChecker)
+Requires:   perl(Test::More) >= 0.88
+Requires:   perl(version)
+Recommends: perl(Module::Signature) >= 0.50
 %{perl_requires}
+# MANUAL BEGIN
+BuildRequires:  openssl-devel
+BuildRequires:  postgresql-devel >= 7.4
+# For the Testsuite
+BuildRequires:  postgresql-server
+# MANUAL END
 
 %description
 DBD::Pg is a Perl module that works with the DBI module to provide access
@@ -74,8 +52,6 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-export POSTGRES_INCLUDE=/usr/include/pgsql
-export POSTGRES_LIB="%{_libdir} -lssl"
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 %{__make} %{?_smp_mflags}
 
@@ -84,13 +60,11 @@
 
 %install
 %perl_make_install
-# remove testme.tmp.pl
-%{__rm} -f $RPM_BUILD_ROOT%perl_vendorarch/DBD/testme.tmp.pl
 %perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes README SIGNATURE TODO testme.tmp.pl
+%defattr(-,root,root,755)
+%doc Changes README README.dev README.win32 TODO win32.mak
 
 %changelog

++ cpanspec.yml ++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
preamble: |-
 BuildRequires:  openssl-devel
 BuildRequires:  postgresql-devel >= 7.4
 # For the Testsuite
 BuildRequires:  postgresql-server
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files

commit perl-DBD-Pg for openSUSE:Factory

2017-04-06 Thread root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2017-04-06 11:01:19

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is "perl-DBD-Pg"

Thu Apr  6 11:01:19 2017 rev:39 rq:482777 version:3.5.3

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2015-12-09 
22:27:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2017-04-06 11:01:21.446306356 +0200
@@ -1,0 +2,6 @@
+Sat Mar 18 00:10:27 UTC 2017 - a...@ajaissle.de
+
+- Fixed sle_version macro
+- Removed %clean section
+
+---



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.lhYU4O/_old  2017-04-06 11:01:23.418027684 +0200
+++ /var/tmp/diff_new_pack.lhYU4O/_new  2017-04-06 11:01:23.422027118 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-Pg
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,11 @@
 BuildRequires:  perl-macros
 BuildRequires:  postgresql-devel >= 7.4
 # For the Testsuite
+%if 0%{?sle_version} > 12
+BuildRequires:  postgresql94-server
+%else
 BuildRequires:  postgresql-server
+%endif
 BuildRequires:  perl(Test::More) >= 0.61
 #BuildRequires:  perl(Cwd)
 BuildRequires:  perl(DBI) >= 1.614
@@ -85,9 +89,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(644,root,root,755)
 %doc Changes README SIGNATURE TODO testme.tmp.pl




commit perl-DBD-Pg for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2015-12-09 19:54:16

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is "perl-DBD-Pg"

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2015-04-02 
16:04:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2015-12-09 22:27:13.0 +0100
@@ -1,0 +2,13 @@
+Tue Dec  8 15:13:42 UTC 2015 - stephan.ba...@suse.com
+
+- update to version 3.5.3
+  changes with 3.5.3:
+  - Minor fix in the test file t/03dbmethod.t
+
+  changes with 3.5.2:
+  - Fix enum value ordering on Postgres servers 9.1 and greater
+  - Return bigint values as plain integer values when they fit
+  - Fix typo in sprintf for get_info() SQL_DATA_SOURCE_NAME
+  - Set the repository in META.yml to github
+
+---

Old:

  DBD-Pg-3.5.1.tar.gz

New:

  DBD-Pg-3.5.3.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.GnJyVc/_old  2015-12-09 22:27:14.0 +0100
+++ /var/tmp/diff_new_pack.GnJyVc/_new  2015-12-09 22:27:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-Pg
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Summary:PostgreSQL database driver for the DBI module
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:3.5.1
+Version:3.5.3
 Release:0
 Url:http://search.cpan.org/dist/DBD-Pg/
 Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz

++ DBD-Pg-3.5.1.tar.gz -> DBD-Pg-3.5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.5.1/Changes new/DBD-Pg-3.5.3/Changes
--- old/DBD-Pg-3.5.1/Changes2015-02-17 22:18:07.0 +0100
+++ new/DBD-Pg-3.5.3/Changes2015-10-01 16:03:20.0 +0200
@@ -1,4 +1,22 @@
- 'GSM' is Greg Sabino Mullane, g...@turnstep.com
+
+Version 3.5.3  Released October 1, 2015 (git commit 
62ddf200106467ce9ad31d85715a4cdf63e8be14)
+
+  - Minor fix in the test file t/03dbmethod.t
+
+
+Version 3.5.2  Released September 29, 2015 (git commit 
be8026c9160c4a29580a97dab57cb595c5448949)
+
+  - Fix enum value ordering on Postgres servers 9.1 and greater
+[Dagfinn Ilmari Mannsåker]
+
+  - Return bigint values as plain integer values when they fit
+[Dagfinn Ilmari Mannsåker]
+
+  - Fix typo in sprintf for get_info() SQL_DATA_SOURCE_NAME
+[Craig A. James]
+(CPAN bug #106604)
+
+  - Set the repository in META.yml to github
 
 
 Version 3.5.1  Released February 17, 2015 (git commit 
6c3457ee20c19ae492d29c490af6800e7e6a0774)
@@ -259,6 +277,8 @@
 [Dagfinn Ilmari Mannsåker] (CPAN bug #91804)
 
 
+'GSM' is Greg Sabino Mullane, g...@turnstep.com
+
 Version 2.19.3  Released August 21, 2012 (git commit 
be018f10fdaf4163f98affcb7244046e8f47420d)
 
   - Fix bug in pg_st_split_statement causing segfaults
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.5.1/META.yml new/DBD-Pg-3.5.3/META.yml
--- old/DBD-Pg-3.5.1/META.yml   2015-02-17 22:16:45.0 +0100
+++ new/DBD-Pg-3.5.3/META.yml   2015-10-01 14:59:00.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: DBD-Pg
-version : 3.5.1
+version : 3.5.3
 abstract: DBI PostgreSQL interface
 author:  
   - Greg Sabino Mullane 
@@ -30,10 +30,10 @@
 provides:
   DBD::Pg:
 file: Pg.pm
-version : 3.5.1
+version : 3.5.3
   Bundle::DBD::Pg:
 file: lib/Bundle/DBD/Pg.pm
-version : 3.5.1
+version : 3.5.3
 
 keywords:
   - Postgres
@@ -46,7 +46,7 @@
   homepage  : http://search.cpan.org/dist/DBD-Pg/
   license   : http://dev.perl.org/licenses/
   bugtracker: 
http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-Pg
-  repository: git://bucardo.org/dbdpg.git
+  repository: https://github.com/bucardo/dbdpg
   MailingList   : http://www.nntp.perl.org/group/perl.dbd.pg/
   IRC   : irc://irc.freenode.net/#postgresql
 
diff -urN 

commit perl-DBD-Pg for openSUSE:Factory

2015-04-02 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2015-04-02 16:04:24

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is perl-DBD-Pg

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2015-01-26 
16:47:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2015-04-02 16:04:27.0 +0200
@@ -1,0 +2,15 @@
+Wed Feb 18 09:36:47 UTC 2015 - stephan.ba...@suse.com
+
+- Update to version 3.5.1 from 3.5.0
+  Upstream changes:
+  - Prevent core dump if the second argument to the quote() method 
+is anything but a hashref
+  - Better support for SQL_ASCII servers in the tests.
+Allow env var DBDPG_TEST_ALWAYS_ENV to force use of DBI_DSN and DBI_USER
+in tests.
+  - Fix client_encoding detection on pre-9.1 servers
+  - Fix operator existence check in tests on pre-8.3 servers
+  - Documentation fix
+  - Fix pg_switch_prepared database handle documentation
+
+---

Old:

  DBD-Pg-3.5.0.tar.gz

New:

  DBD-Pg-3.5.1.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.gKYURI/_old  2015-04-02 16:04:27.0 +0200
+++ /var/tmp/diff_new_pack.gKYURI/_new  2015-04-02 16:04:27.0 +0200
@@ -21,7 +21,7 @@
 Summary:PostgreSQL database driver for the DBI module
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:3.5.0
+Version:3.5.1
 Release:0
 Url:http://search.cpan.org/dist/DBD-Pg/
 Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz

++ DBD-Pg-3.5.0.tar.gz - DBD-Pg-3.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.5.0/Changes new/DBD-Pg-3.5.1/Changes
--- old/DBD-Pg-3.5.0/Changes2015-01-06 21:36:42.0 +0100
+++ new/DBD-Pg-3.5.1/Changes2015-02-17 22:18:07.0 +0100
@@ -1,7 +1,30 @@
  'GSM' is Greg Sabino Mullane, g...@turnstep.com
 
 
-Version 3.5.0  Released January 6, 2015
+Version 3.5.1  Released February 17, 2015 (git commit 
6c3457ee20c19ae492d29c490af6800e7e6a0774)
+
+  - Prevent core dump if the second argument to the quote() method 
+is anything but a hashref
+[Greg Sabino Mullane]
+(CPAN bug #101980)
+
+  - Better support for SQL_ASCII servers in the tests.
+Allow env var DBDPG_TEST_ALWAYS_ENV to force use of DBI_DSN and DBI_USER 
in tests.
+[Greg Sabino Mullane]
+
+  - Fix client_encoding detection on pre-9.1 servers
+[Dagfinn Ilmari Mannsåker]
+
+  - Fix operator existence check in tests on pre-8.3 servers
+[Dagfinn Ilmari Mannsåker]
+
+  - Documentation fix
+[Stuart A Johnston]
+
+  - Fix pg_switch_prepared database handle documentation
+[Dagfinn Ilmari Mannsåker]
+
+Version 3.5.0  Released January 6, 2015 (git commit 
bb13d3306fd1c73fac1c0c8a330c14e6b8443942)
 
   - Allow placeholder escaping by the use of a backslash directly before it, 
e.g.
 SELECT 1 FROM jsontable WHERE foo \\? ?
@@ -20,7 +43,7 @@
 
   - In tests, force the client_encoding to UTF8, skip tests that involve 
 characters not supported by the server_encoding
-[Dagfinn Ilmari Mannsåker ilm...@ilmari.org]
+[Dagfinn Ilmari Mannsåker]
 
   - Fix memory leak when selecting from arrays
 [Dagfinn Ilmari Mannsåker, reported by Krystian Samp]
@@ -42,7 +65,7 @@
 It's not documented or tested in DBI, but it used to work until
 DBD::Pg 3.4.0, and the change broke DBIx::Class::Schema::Loader, which
 uses type='%'.
-[Dagfinn Ilmari Mannsåker ilm...@ilmari.org]
+[Dagfinn Ilmari Mannsåker]
 
 
 Version 3.4.0  Released August 16, 2014 (git commit 
7a5da12d84b4c2e9879f90fb6168f56c095071fa)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.5.0/META.yml new/DBD-Pg-3.5.1/META.yml
--- old/DBD-Pg-3.5.0/META.yml   2015-01-02 18:04:28.0 +0100
+++ new/DBD-Pg-3.5.1/META.yml   2015-02-17 22:16:45.0 +0100
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: DBD-Pg
-version : 3.5.0
+version : 3.5.1
 abstract: DBI PostgreSQL interface
 author:  
   - Greg Sabino Mullane g...@turnstep.com
@@ -30,10 +30,10 @@
 provides:
   DBD::Pg:
 file: Pg.pm
-version : 3.5.0
+version : 3.5.1
   Bundle::DBD::Pg:
 file: lib/Bundle/DBD/Pg.pm
-version : 3.5.0
+version : 

commit perl-DBD-Pg for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2015-01-26 16:47:21

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is perl-DBD-Pg

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2014-08-25 
11:05:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2015-01-26 16:47:22.0 +0100
@@ -1,0 +2,18 @@
+Mon Jan 26 06:36:48 UTC 2015 - stephan.ba...@suse.com
+
+- Update to version 3.5.0 from 3.4.1
+  Upstream changes:
+  - 3.5.0
+- Allow placeholder escaping by the use of a backslash directly before
+  it (CPAN bug #101030)
+- Improve the workings of the ping() method (CPAN bug #100648)
+- Add get_info(9000) = 1 to indicate driver can escape placeholders.
+- In tests, force the client_encoding to UTF8, skip tests that involve 
+  characters not supported by the server_encoding
+- Fix memory leak when selecting from arrays
+- Make get_info much more efficient and slightly simpler
+  - 3.4.2
+- Fix bug where single-quoted type arguments to the table_info()
+  method were causing a SQL error. (CPAN bug #99144)
+  
+---

Old:

  DBD-Pg-3.4.1.tar.gz

New:

  DBD-Pg-3.5.0.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.zk4try/_old  2015-01-26 16:47:22.0 +0100
+++ /var/tmp/diff_new_pack.zk4try/_new  2015-01-26 16:47:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-Pg
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Summary:PostgreSQL database driver for the DBI module
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:3.4.1
+Version:3.5.0
 Release:0
 Url:http://search.cpan.org/dist/DBD-Pg/
 Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz

++ DBD-Pg-3.4.1.tar.gz - DBD-Pg-3.5.0.tar.gz ++
 2145 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-DBD-Pg for openSUSE:Factory

2014-08-25 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2014-08-25 11:04:03

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is perl-DBD-Pg

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2014-06-04 
18:39:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2014-08-25 11:05:12.0 +0200
@@ -1,0 +2,33 @@
+Thu Aug 21 11:40:23 UTC 2014 - stephan.ba...@suse.com
+
+- Update to version 3.4.1 from 3.4.0
+  Change from upstream:
+  - Allow '%' again for the type in table_info() and thus tables()
+It's not documented or tested in DBI, but it used to work until
+DBD::Pg 3.4.0, and the change broke DBIx::Class::Schema::Loader, which
+uses type='%'.
+
+---
+Mon Aug 18 12:18:56 UTC 2014 - stephan.ba...@suse.com
+
+- update to version 3.4.0 from 3.3.0
+  Upstream changes:
+  - Cleanup and improve table_info()
+table_info() type searching now supports TABLE, VIEW, SYSTEM TABLE,
+SYSTEM VIEW, and LOCAL TEMPORARY
+
+table_info() object searching fully supports the above types.
+
+table_info() object searching no longer ignores invalid types - a filter 
+of 'NOSUCH' will return no rows, and 'NOSUCH,LOCAL TEMPORARY' will
+return only temp objects.
+
+tableinfo() type filters are strictly matched now ... previously a 
+search for SYSTEM TABLE would have fetched plain TABLE objects.
+
+table_info() now treats temporary tables and temporary views as LOCAL
+TEMPORARY
+
+  - Make sure column_info() and table_info() can handle materialized views.
+
+---

Old:

  DBD-Pg-3.3.0.tar.gz

New:

  DBD-Pg-3.4.1.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.lMyXg9/_old  2014-08-25 11:05:13.0 +0200
+++ /var/tmp/diff_new_pack.lMyXg9/_new  2014-08-25 11:05:13.0 +0200
@@ -21,7 +21,7 @@
 Summary:PostgreSQL database driver for the DBI module
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:3.3.0
+Version:3.4.1
 Release:0
 Url:http://search.cpan.org/dist/DBD-Pg/
 Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz

++ DBD-Pg-3.3.0.tar.gz - DBD-Pg-3.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.3.0/Changes new/DBD-Pg-3.4.1/Changes
--- old/DBD-Pg-3.3.0/Changes2014-05-31 20:48:02.0 +0200
+++ new/DBD-Pg-3.4.1/Changes2014-08-20 22:36:20.0 +0200
@@ -1,6 +1,38 @@
  'GSM' is Greg Sabino Mullane, g...@turnstep.com
 
 
+Version 3.4.1  Released August 20, 2014 (git commit 
cfd146effde09c493ac7573408ac29d6d9cbed47)
+
+- Allow '%' again for the type in table_info() and thus tables()
+  It's not documented or tested in DBI, but it used to work until
+  DBD::Pg 3.4.0, and the change broke DBIx::Class::Schema::Loader, which
+  uses type='%'.
+  [Dagfinn Ilmari Mannsåker ilm...@ilmari.org]
+
+
+Version 3.4.0  Released August 16, 2014 (git commit 
7a5da12d84b4c2e9879f90fb6168f56c095071fa)
+
+  - Cleanup and improve table_info()
+[Mike Pomraning m...@pilcrow.madison.wi.us] (github issue #7)
+
+table_info() type searching now supports TABLE, VIEW, SYSTEM TABLE,
+  SYSTEM VIEW, and LOCAL TEMPORARY
+
+table_info() object searching fully supports the above types.
+
+table_info() object searching no longer ignores invalid types - a filter 
+  of 'NOSUCH' will return no rows, and 'NOSUCH,LOCAL TEMPORARY' will
+  return only temp objects.
+
+tableinfo() type filters are strictly matched now ... previously a 
+  search for SYSTEM TABLE would have fetched plain TABLE objects.
+
+table_info() now treats temporary tables and temporary views as LOCAL 
TEMPORARY
+
+  - Make sure column_info() and table_info() can handle materialized views.
+[Greg Sabino Mullane] (CPAN bug #97032)
+
+
 Version 3.3.0  Released May 31, 2014 (git commit 
055f788cf96b380b9fe0e80b6cedb88f8d1799b8)
 
   - Major cleanup of UTF-8 support:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.3.0/META.yml new/DBD-Pg-3.4.1/META.yml
--- old/DBD-Pg-3.3.0/META.yml   2014-05-21 18:20:48.0 +0200
+++ new/DBD-Pg-3.4.1/META.yml   2014-08-20 01:55:43.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: DBD-Pg
-version : 3.3.0
+version

commit perl-DBD-Pg for openSUSE:Factory

2014-06-04 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2014-06-04 18:39:33

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is perl-DBD-Pg

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2014-06-01 
19:41:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2014-06-04 18:39:52.0 +0200
@@ -1,0 +2,10 @@
+Mon Jun  2 08:50:31 UTC 2014 - stephan.ba...@suse.com
+
+- update to version 3.3.0 from 3.2.1
+  Upstream changes:
+  - Major cleanup of UTF-8 support
+  - Rewrite foreign_key_info to be just one query
+  - Remove ODBC support from foreign_key_info
+  - Remove use of dTHX in functions in quote.c and types.c
+
+---

Old:

  DBD-Pg-3.2.1.tar.gz

New:

  DBD-Pg-3.3.0.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.ZIBCQM/_old  2014-06-04 18:39:54.0 +0200
+++ /var/tmp/diff_new_pack.ZIBCQM/_new  2014-06-04 18:39:54.0 +0200
@@ -21,7 +21,7 @@
 Summary:PostgreSQL database driver for the DBI module
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:3.2.1
+Version:3.3.0
 Release:0
 Url:http://search.cpan.org/dist/DBD-Pg/
 Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz

++ DBD-Pg-3.2.1.tar.gz - DBD-Pg-3.3.0.tar.gz ++
 1713 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-DBD-Pg for openSUSE:Factory

2014-06-01 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2014-06-01 19:40:57

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is perl-DBD-Pg

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2014-05-16 
18:12:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2014-06-01 19:41:15.0 +0200
@@ -1,0 +2,18 @@
+Thu May 29 07:40:06 UTC 2014 - stephan.ba...@suse.com
+
+- update to version 3.2.1 from 3.2.0
+  Changes from upstream:
+  - Stricter testing for array slices: disallow number-colon-number from
+being parsed as a placeholder.
+[Greg Sabino Mullane] (CPAN bug #95713)
+
+  - Fix for small leak with AutoInactiveDestroy
+[David Dick] (CPAN bug #95505)
+
+  - Adjust test regex to fix failing t/01_connect.t on some platforms
+[Greg Sabino Mullane]
+
+  - Further tweaks to get PGINITDB working for test suite.
+[Nicholas Clark]
+
+---

Old:

  DBD-Pg-3.2.0.tar.gz

New:

  DBD-Pg-3.2.1.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.BTlNho/_old  2014-06-01 19:41:16.0 +0200
+++ /var/tmp/diff_new_pack.BTlNho/_new  2014-06-01 19:41:16.0 +0200
@@ -21,7 +21,7 @@
 Summary:PostgreSQL database driver for the DBI module
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:3.2.0
+Version:3.2.1
 Release:0
 Url:http://search.cpan.org/dist/DBD-Pg/
 Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz

++ DBD-Pg-3.2.0.tar.gz - DBD-Pg-3.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.2.0/Changes new/DBD-Pg-3.2.1/Changes
--- old/DBD-Pg-3.2.0/Changes2014-05-15 19:16:57.0 +0200
+++ new/DBD-Pg-3.2.1/Changes2014-05-20 17:54:12.0 +0200
@@ -1,5 +1,20 @@
  'GSM' is Greg Sabino Mullane, g...@turnstep.com
 
+Version 3.2.1  Released May 20, 2014 (git commit 
a56ef5c4715440d4fc2054df5477996b0e287467)
+
+  - Stricter testing for array slices: disallow number-colon-number from being
+parsed as a placeholder.
+[Greg Sabino Mullane] (CPAN bug #95713)
+
+  - Fix for small leak with AutoInactiveDestroy
+[David Dick] (CPAN bug #95505)
+
+  - Adjust test regex to fix failing t/01_connect.t on some platforms
+[Greg Sabino Mullane]
+
+  - Further tweaks to get PGINITDB working for test suite.
+[Nicholas Clark]
+
 
 Version 3.2.0  Released May 15, 2014 (git commit 
897974c2865259bb9786d8b0989f8e42db0a0d79)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.2.0/META.yml new/DBD-Pg-3.2.1/META.yml
--- old/DBD-Pg-3.2.0/META.yml   2014-05-09 00:00:19.0 +0200
+++ new/DBD-Pg-3.2.1/META.yml   2014-05-19 17:42:46.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: DBD-Pg
-version : 3.2.0
+version : 3.2.1
 abstract: DBI PostgreSQL interface
 author:  
   - Greg Sabino Mullane g...@turnstep.com
@@ -30,10 +30,10 @@
 provides:
   DBD::Pg:
 file: Pg.pm
-version : 3.2.0
+version : 3.2.1
   Bundle::DBD::Pg:
 file: lib/Bundle/DBD/Pg.pm
-version : 3.2.0
+version : 3.2.1
 
 keywords:
   - Postgres
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.2.0/Makefile.PL new/DBD-Pg-3.2.1/Makefile.PL
--- old/DBD-Pg-3.2.0/Makefile.PL2014-05-09 00:00:31.0 +0200
+++ new/DBD-Pg-3.2.1/Makefile.PL2014-05-19 17:42:46.0 +0200
@@ -5,7 +5,7 @@
 use 5.008001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '3.2.0';
+my $VERSION = '3.2.1';
 
 ## App::Info is stored inside t/lib
 ## Create a proper path so we can use it below
@@ -303,7 +303,7 @@
 
$string .= 'MAKE_SPLINT';
 
-## This must be version 3.2.0 or better: earlier versions have many 
+## This must be version 3.2.1 or better: earlier versions have many 
 ## problems parsing the DBI header files
 SPLINT = splint
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.2.0/Pg.pm new/DBD-Pg-3.2.1/Pg.pm
--- old/DBD-Pg-3.2.0/Pg.pm  2014-05-09 00:00:38.0 +0200
+++ new/DBD-Pg-3.2.1/Pg.pm  2014-05-19 17:42:46.0 +0200
@@ -16,7 +16,7 @@
 {
   

commit perl-DBD-Pg for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2014-05-16 18:12:02

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is perl-DBD-Pg

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2014-04-09 
13:15:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2014-05-16 18:12:04.0 +0200
@@ -1,0 +2,18 @@
+Fri May 16 09:01:57 UTC 2014 - stephan.ba...@suse.com
+
+- update to version 3.2.0 from 3.1.1
+  Changes from upstream:
+  - Add new attribute pg_placeholder_nocolons to turn off all parsing of
+colons into placeholders.
+[Graham Ollis] (CPAN bug #95173)
+
+  - Fix incorrect skip count for HandleSetErr
+[Greg Sabino Mullane] (CPAN bug #94841)
+
+  - Don't attempt to use the POSIX signalling stuff if the OS is Win
+[Greg Sabino Mullane] (CPAN bug ##94841)
+
+  - Fix missing check for PGINITDB in the test suite.
+[Nicholas Clark]
+
+---

Old:

  DBD-Pg-3.1.1.tar.gz

New:

  DBD-Pg-3.2.0.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.HgFNcn/_old  2014-05-16 18:12:04.0 +0200
+++ /var/tmp/diff_new_pack.HgFNcn/_new  2014-05-16 18:12:04.0 +0200
@@ -21,7 +21,7 @@
 Summary:PostgreSQL database driver for the DBI module
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:3.1.1
+Version:3.2.0
 Release:0
 Url:http://search.cpan.org/dist/DBD-Pg/
 Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz

++ DBD-Pg-3.1.1.tar.gz - DBD-Pg-3.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.1.1/Changes new/DBD-Pg-3.2.0/Changes
--- old/DBD-Pg-3.1.1/Changes2014-04-06 15:14:12.0 +0200
+++ new/DBD-Pg-3.2.0/Changes2014-05-15 19:16:57.0 +0200
@@ -1,6 +1,22 @@
  'GSM' is Greg Sabino Mullane, g...@turnstep.com
 
 
+Version 3.2.0  Released May 15, 2014 (git commit 
897974c2865259bb9786d8b0989f8e42db0a0d79)
+
+  - Add new attribute pg_placeholder_nocolons to turn off all parsing of
+colons into placeholders.
+[Graham Ollis] (CPAN bug #95173)
+
+  - Fix incorrect skip count for HandleSetErr
+[Greg Sabino Mullane] (CPAN bug #94841)
+
+  - Don't attempt to use the POSIX signalling stuff if the OS is Win
+[Greg Sabino Mullane] (CPAN bug ##94841)
+
+  - Fix missing check for PGINITDB in the test suite.
+[Nicholas Clark]
+
+
 Version 3.1.1  Released April 6, 2014 (git commit 
d337f93133e67267d54b65dc22a23f06e6883ad0)
 
   - Minor adjustments so tests pass in varying locales.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.1.1/META.yml new/DBD-Pg-3.2.0/META.yml
--- old/DBD-Pg-3.1.1/META.yml   2014-04-06 15:11:14.0 +0200
+++ new/DBD-Pg-3.2.0/META.yml   2014-05-09 00:00:19.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: DBD-Pg
-version : 3.1.1
+version : 3.2.0
 abstract: DBI PostgreSQL interface
 author:  
   - Greg Sabino Mullane g...@turnstep.com
@@ -30,10 +30,10 @@
 provides:
   DBD::Pg:
 file: Pg.pm
-version : 3.1.1
+version : 3.2.0
   Bundle::DBD::Pg:
 file: lib/Bundle/DBD/Pg.pm
-version : 3.1.1
+version : 3.2.0
 
 keywords:
   - Postgres
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.1.1/Makefile.PL new/DBD-Pg-3.2.0/Makefile.PL
--- old/DBD-Pg-3.1.1/Makefile.PL2014-04-06 15:11:31.0 +0200
+++ new/DBD-Pg-3.2.0/Makefile.PL2014-05-09 00:00:31.0 +0200
@@ -5,7 +5,7 @@
 use 5.008001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '3.1.1';
+my $VERSION = '3.2.0';
 
 ## App::Info is stored inside t/lib
 ## Create a proper path so we can use it below
@@ -303,7 +303,7 @@
 
$string .= 'MAKE_SPLINT';
 
-## This must be version 3.1.2 or better: earlier versions have many 
+## This must be version 3.2.0 or better: earlier versions have many 
 ## problems parsing the DBI header files
 SPLINT = splint
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.1.1/Pg.pm new/DBD-Pg-3.2.0/Pg.pm
--- old/DBD-Pg-3.1.1/Pg.pm  2014-04-06 15:11:40.0 +0200
+++ 

commit perl-DBD-Pg for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2014-04-09 13:15:17

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is perl-DBD-Pg

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2014-03-26 
16:41:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2014-04-09 13:15:18.0 +0200
@@ -1,0 +2,14 @@
+Tue Apr  8 05:17:01 UTC 2014 - stephan.ba...@suse.com
+
+- update to version 3.1.1 from 3.0.0
+  Changes from upstream:
+  Version 3.1.1  Released April 6, 2014
+  - Minor adjustments so tests pass in varying locales.
+
+  Version 3.1.0  Released April 4, 2014
+  - Make sure UTF-8 enabled notifications are handled correctly
+[Greg Sabino Mullane]
+  - Allow WITH and VALUES as valid words starting a DML statement
+[Greg Sabino Mullane] (CPAN bug #92724)
+
+---

Old:

  DBD-Pg-3.0.0.tar.gz

New:

  DBD-Pg-3.1.1.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.PbB1MC/_old  2014-04-09 13:15:19.0 +0200
+++ /var/tmp/diff_new_pack.PbB1MC/_new  2014-04-09 13:15:19.0 +0200
@@ -21,7 +21,7 @@
 Summary:PostgreSQL database driver for the DBI module
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:3.0.0
+Version:3.1.1
 Release:0
 Url:http://search.cpan.org/dist/DBD-Pg/
 Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz

++ DBD-Pg-3.0.0.tar.gz - DBD-Pg-3.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.0.0/Changes new/DBD-Pg-3.1.1/Changes
--- old/DBD-Pg-3.0.0/Changes2014-02-01 16:33:42.0 +0100
+++ new/DBD-Pg-3.1.1/Changes2014-04-06 15:14:12.0 +0200
@@ -1,7 +1,21 @@
  'GSM' is Greg Sabino Mullane, g...@turnstep.com
 
 
-Version 3.0.0
+Version 3.1.1  Released April 6, 2014 (git commit 
d337f93133e67267d54b65dc22a23f06e6883ad0)
+
+  - Minor adjustments so tests pass in varying locales.
+
+
+Version 3.1.0  Released April 4, 2014 (git commit 
26517a3531f93de79375a02da45a79789cd3caae)
+
+  - Make sure UTF-8 enabled notifications are handled correctly
+[Greg Sabino Mullane]
+
+  - Allow WITH and VALUES as valid words starting a DML statement
+[Greg Sabino Mullane] (CPAN bug #92724)
+
+
+Version 3.0.0  Released February 3, 2014 (git commit 
9725314f27a8d65fc05bdeda3da8ce9c251f79bd)
 
   - Major change in UTF-8 handling. If client_encoding is set to UTF-8, 
 always mark returned Perl strings as utf8. See the pg_enable_utf8 docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.0.0/META.yml new/DBD-Pg-3.1.1/META.yml
--- old/DBD-Pg-3.0.0/META.yml   2014-01-25 21:58:51.0 +0100
+++ new/DBD-Pg-3.1.1/META.yml   2014-04-06 15:11:14.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: DBD-Pg
-version : 3.0.0
+version : 3.1.1
 abstract: DBI PostgreSQL interface
 author:  
   - Greg Sabino Mullane g...@turnstep.com
@@ -30,10 +30,10 @@
 provides:
   DBD::Pg:
 file: Pg.pm
-version : 3.0.0
+version : 3.1.1
   Bundle::DBD::Pg:
 file: lib/Bundle/DBD/Pg.pm
-version : 3.0.0
+version : 3.1.1
 
 keywords:
   - Postgres
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.0.0/Makefile.PL new/DBD-Pg-3.1.1/Makefile.PL
--- old/DBD-Pg-3.0.0/Makefile.PL2014-01-25 21:59:05.0 +0100
+++ new/DBD-Pg-3.1.1/Makefile.PL2014-04-06 15:11:31.0 +0200
@@ -5,7 +5,7 @@
 use 5.008001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '3.0.0';
+my $VERSION = '3.1.1';
 
 ## App::Info is stored inside t/lib
 ## Create a proper path so we can use it below
@@ -109,7 +109,8 @@
 
 if (! defined $POSTGRES_INCLUDE) {
if (! defined $ENV{POSTGRES_HOME}) {
-   die No POSTGRES_HOME defined, cannot find automatically\n;
+   warn No POSTGRES_HOME defined, cannot find automatically\n;
+   exit 0;
}
$POSTGRES_INCLUDE = $ENV{POSTGRES_HOME}/include;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.0.0/Pg.pm new/DBD-Pg-3.1.1/Pg.pm
--- old/DBD-Pg-3.0.0/Pg.pm  2014-02-03 

commit perl-DBD-Pg for openSUSE:Factory

2014-03-26 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2014-03-26 16:41:33

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is perl-DBD-Pg

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2014-01-30 
12:52:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2014-03-26 16:41:34.0 +0100
@@ -1,0 +2,10 @@
+Wed Mar 26 08:40:52 UTC 2014 - stephan.ba...@suse.com
+
+- update from version 2.19.3 to 3.0.0
+  These are the most important changes from upstream:
+  - Major change in UTF-8 handling
+  - Better handling of libpq errors to return SQLSTATE 08000
+  - Add support for AutoInactiveDestroy
+  and many bugfixes. See the Changes file for a full list of changes.
+
+---

Old:

  DBD-Pg-2.19.3.tar.gz

New:

  DBD-Pg-3.0.0.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.Ut2Zf6/_old  2014-03-26 16:41:35.0 +0100
+++ /var/tmp/diff_new_pack.Ut2Zf6/_new  2014-03-26 16:41:35.0 +0100
@@ -21,7 +21,7 @@
 Summary:PostgreSQL database driver for the DBI module
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:2.19.3
+Version:3.0.0
 Release:0
 Url:http://search.cpan.org/dist/DBD-Pg/
 Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz
@@ -34,7 +34,7 @@
 BuildRequires:  postgresql-server
 BuildRequires:  perl(Test::More) = 0.61
 #BuildRequires:  perl(Cwd)
-BuildRequires:  perl(DBI) = 1.52
+BuildRequires:  perl(DBI) = 1.614
 #BuildRequires:  perl(File::Comments)
 #BuildRequires:  perl(File::Comments::Plugin::C)
 #BuildRequires:  perl(File::Temp)
@@ -46,10 +46,9 @@
 #BuildRequires:  perl(Test::Warn) = 0.08
 #BuildRequires:  perl(Test::YAML::Meta) = 0.03
 #BuildRequires:  perl(Text::SpellChecker)
-BuildRequires:  perl(version)
 #
 #Recommends: perl(Cwd)
-Requires:   perl(DBI) = 1.52
+Requires:   perl(DBI) = 1.614
 #Recommends: perl(File::Comments)
 #Recommends: perl(File::Comments::Plugin::C)
 #Recommends: perl(File::Temp)
@@ -61,7 +60,6 @@
 #Suggests:   perl(Test::Warn) = 0.08
 #Suggests:   perl(Test::YAML::Meta) = 0.03
 #Recommends: perl(Text::SpellChecker)
-Requires:   perl(version)
 %{perl_requires}
 
 %description

++ DBD-Pg-2.19.3.tar.gz - DBD-Pg-3.0.0.tar.gz ++
 5532 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-DBD-Pg for openSUSE:Factory

2014-01-30 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2014-01-30 12:52:19

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is perl-DBD-Pg

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2013-05-07 
15:32:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2014-01-30 12:52:20.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 15:25:06 UTC 2014 - kpet...@suse.com
+
+-Added BuildRequires postgresql-server to provide initdb for the
+ testsuite.
+
+---



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.dry6lh/_old  2014-01-30 12:52:21.0 +0100
+++ /var/tmp/diff_new_pack.dry6lh/_new  2014-01-30 12:52:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-Pg
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,8 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  postgresql-devel = 7.4
+# For the Testsuite
+BuildRequires:  postgresql-server
 BuildRequires:  perl(Test::More) = 0.61
 #BuildRequires:  perl(Cwd)
 BuildRequires:  perl(DBI) = 1.52

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-DBD-Pg for openSUSE:Factory

2013-05-07 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2013-05-07 15:20:44

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is perl-DBD-Pg

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2011-12-01 
12:25:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2013-05-07 15:32:26.0 +0200
@@ -1,0 +2,8 @@
+Fri May  3 15:34:43 UTC 2013 - da...@darins.net
+
+- update to 2.19.3
+  - Fix bug in pg_st_split_statement causing segfaults
+(CPAN bug #79035)
+  - See Changes for 2.19.0 - 2.19.2 changes
+
+---

Old:

  DBD-Pg-2.18.1.tar.gz

New:

  DBD-Pg-2.19.3.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.T5gAWu/_old  2013-05-07 15:32:27.0 +0200
+++ /var/tmp/diff_new_pack.T5gAWu/_new  2013-05-07 15:32:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-Pg
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,20 @@
 #
 
 
-
 Name:   perl-DBD-Pg
 %define cpan_name DBD-Pg
 Summary:PostgreSQL database driver for the DBI module
-Version:2.18.1
-Release:1
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Version:2.19.3
+Release:0
 Url:http://search.cpan.org/dist/DBD-Pg/
 Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  openssl-devel
-BuildRequires:  postgresql-devel = 7.4
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  postgresql-devel = 7.4
 BuildRequires:  perl(Test::More) = 0.61
 #BuildRequires:  perl(Cwd)
 BuildRequires:  perl(DBI) = 1.52

++ DBD-Pg-2.18.1.tar.gz - DBD-Pg-2.19.3.tar.gz ++
 4307 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-DBD-Pg for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2011-12-06 18:40:12

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is perl-DBD-Pg, Maintainer is m...@suse.com

Changes:




Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.wA21hB/_old  2011-12-06 19:06:42.0 +0100
+++ /var/tmp/diff_new_pack.wA21hB/_new  2011-12-06 19:06:42.0 +0100
@@ -22,7 +22,7 @@
 Summary:PostgreSQL database driver for the DBI module
 Version:2.18.1
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBD-Pg/
 Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-DBD-Pg for openSUSE:Factory

2011-12-01 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2011-12-01 12:25:13

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is perl-DBD-Pg, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2011-09-23 
12:36:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2011-12-01 12:25:15.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 29 20:26:53 UTC 2011 - co...@suse.com
+
+- update to 2.18.1
+  - Fix LANG testing issue [GSM] (CPAN bug #56705)
+  - Fix bug when async commands issued immediately after a COPY. 
+[GSM] (CPAN bug #68041)
+
+---

Old:

  DBD-Pg-2.18.0.tar.bz2

New:

  DBD-Pg-2.18.1.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.3pHEmY/_old  2011-12-01 12:25:16.0 +0100
+++ /var/tmp/diff_new_pack.3pHEmY/_new  2011-12-01 12:25:16.0 +0100
@@ -20,13 +20,12 @@
 Name:   perl-DBD-Pg
 %define cpan_name DBD-Pg
 Summary:PostgreSQL database driver for the DBI module
-Version:2.18.0
+Version:2.18.1
 Release:1
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBD-Pg/
-#Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  openssl-devel
 BuildRequires:  postgresql-devel = 7.4

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-DBD-Pg for openSUSE:Factory

2011-04-11 Thread h_root

Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory
checked in at Mon Apr 11 11:04:52 CEST 2011.




--- perl-DBD-Pg/perl-DBD-Pg.changes 2010-12-02 09:38:41.0 +0100
+++ /mounts/work_src_done/STABLE/perl-DBD-Pg/perl-DBD-Pg.changes
2011-04-08 21:25:52.0 +0200
@@ -1,0 +2,33 @@
+Fri Apr  8 19:24:01 UTC 2011 - ch...@computersalat.de
+
+- fix deps
+  o add openssl-devel
+- fix build
+  o build with -lssl
+- bzip source
+- add testme.tmp.pl to doc
+
+---
+Thu Mar 31 09:11:48 UTC 2011 - co...@novell.com
+
+- update to 2.18.0
+ - Thanks to 123people.com for sponsoring work on this release [GSM]
+ - Fix memory leak when binding arrays [GSM] (CPAN bug #65734)
+ - Fix memory leak with ParamValues. [Martin J. Evans] (CPAN bug #60863)
+ - New cancel() method per DBI spec. [Eric Simon] (CPAN bug #63516)
+ - Fix memory leak in handle_old_async (missing PQclear)
+   [Rainer Weikusat] (CPAN bug #63408)
+ - Fix memory leak in pg_db_cancel (missing PQclear)
+   [Rainer Weikusat] (CPAN bug #63441)
+ - Mark pg_getcopydata strings as UTF8 as needed (CPAN bug #66006)
+ - Function dequote_bytea returning void should not try to return something
+   [Dagobert Michelsen] (CPAN bug #63497)
+ - Fix the number of tests to skip in t/01connect.t when the $DBI_DSN
+   environment variable lacks a database specification. [David E. Wheeler]
+ - Fix algorithm for skipping tests in t/06bytea.t when running on a version
+   of PostgreSQL lower than 9.0. [David E. Wheeler]
+ - Small tweaks to get tests working when compiled against Postgres 7.4
+   (CPAN bug #61713) [GSM]
+ - Fix failing test when run as non-superuser [GSM] (CPAN bug #61534)
+
+---

calling whatdependson for head-i586


Old:

  DBD-Pg-2.17.2.tar.bz2

New:

  DBD-Pg-2.18.0.tar.bz2



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.gNrjDq/_old  2011-04-11 11:02:21.0 +0200
+++ /var/tmp/diff_new_pack.gNrjDq/_new  2011-04-11 11:02:21.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-DBD-Pg (Version 2.17.2)
+# spec file for package perl-DBD-Pg
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,35 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-DBD-Pg
 %define cpan_name DBD-Pg
 Summary:PostgreSQL database driver for the DBI module
-Version:2.17.2
-Release:2
+Version:2.18.0
+Release:1
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBD-Pg/
-#Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-2.17.2.tar.gz
+#Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  openssl-devel
-## TestSuite broken for postgresql  8.4
-## undefined symbol: lo_import_with_oid
-# https://rt.cpan.org/Public/Bug/Display.html?id=56363
-#BuildRequires:  postgresql-devel = 8.4
-# fixed since 2.17.1
 BuildRequires:  postgresql-devel = 7.4
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) = 0.61
-BuildRequires:  perl(DBI) = 1.52
-BuildRequires:  perl(version)
-#
 #BuildRequires:  perl(Cwd)
+BuildRequires:  perl(DBI) = 1.52
 #BuildRequires:  perl(File::Comments)
 #BuildRequires:  perl(File::Comments::Plugin::C)
 #BuildRequires:  perl(File::Temp)
@@ -55,11 +46,10 @@
 #BuildRequires:  perl(Test::Warn) = 0.08
 #BuildRequires:  perl(Test::YAML::Meta) = 0.03
 #BuildRequires:  perl(Text::SpellChecker)
-#
-Requires:   perl(DBI) = 1.52
-Requires:   perl(version)
+BuildRequires:  perl(version)
 #
 #Recommends: perl(Cwd)
+Requires:   perl(DBI) = 1.52
 #Recommends: perl(File::Comments)
 #Recommends: perl(File::Comments::Plugin::C)
 #Recommends: perl(File::Temp)
@@ -71,6 +61,8 @@
 #Suggests:   perl(Test::Warn) = 0.08
 #Suggests:   perl(Test::YAML::Meta) = 0.03
 #Recommends: perl(Text::SpellChecker)
+Requires:   perl(version)
+%{perl_requires}
 
 %description
 DBD::Pg is a Perl module that works with the DBI module to provide access
@@ -82,7 +74,7 @@
 %build
 export POSTGRES_INCLUDE=/usr/include/pgsql
 export POSTGRES_LIB=%{_libdir} -lssl
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
 %{__make}