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 -  <[email protected]>
+
+- 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 -  <[email protected]>
+
+- updated to 3.10.0
+   see /usr/share/doc/packages/perl-DBD-Pg/Changes
+
+-------------------------------------------------------------------
+Tue Aug 20 07:37:38 UTC 2019 - Stephan Kulow <[email protected]>
+
+- remove disable-attr.patch as longer needed
+
+-------------------------------------------------------------------
+Fri Aug 16 05:04:25 UTC 2019 - Stephan Kulow <[email protected]>
+
+- 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 <[email protected]>
+
+- 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 <[email protected]>
+
+- 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 <[email protected]>
+
+- 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 Rijkers    er 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]
+  
+    - Remove usage of deprecated pg_attrdef.adsrc and pg_constraint.consrc 
columns
+      [Dagfinn Ilmari Mannsåker]
+  
+    - Fix typo in pg_placeholder_colons example
+      (Github issue #41)
+  
+    - Support GENERATED ... AS IDENTITY columns in last_insert_id()
+      [Dagfinn Ilmari Mannsåker]
+
+-------------------------------------------------------------------

Old:
----
  DBD-Pg-3.7.4.tar.gz
  disable-attr.patch

New:
----
  DBD-Pg-3.10.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-DBD-Pg.spec ++++++
--- /var/tmp/diff_new_pack.3h8Cgv/_old  2020-01-24 14:20:37.342607920 +0100
+++ /var/tmp/diff_new_pack.3h8Cgv/_new  2020-01-24 14:20:37.342607920 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-Pg
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -17,7 +17,7 @@
 
 
 Name:           perl-DBD-Pg
-Version:        3.7.4
+Version:        3.10.3
 Release:        0
 %define cpan_name DBD-Pg
 Summary:        PostgreSQL database driver for the DBI module
@@ -26,7 +26,6 @@
 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
@@ -54,7 +53,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++++++ DBD-Pg-3.7.4.tar.gz -> DBD-Pg-3.10.3.tar.gz ++++++
++++ 29228 lines of diff (skipped)

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.3h8Cgv/_old  2020-01-24 14:20:37.446607956 +0100
+++ /var/tmp/diff_new_pack.3h8Cgv/_new  2020-01-24 14:20:37.450607958 +0100
@@ -15,8 +15,6 @@
  %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 


Reply via email to