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 Rijkers    er at xs4all.nl]
+  
+    - Add pg_canonical_ids() and pg_canonical_names(), which returns 
information 
+      about each column in the result set.
+      [Warstone    warstone at list.ru]
+      (CPAN ticket #106858)
+  
+    - Map SQL_NUMERIC to PG_NUMERIC (instead of PG_FLOAT8)
+      [Alice Maz    alice 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 Raiskup    praiskup at redhat.com]
+      (CPAN ticket #116179)
+  
+    - Silence warnings in t/02attribs.t and t/04misc.t
+      [Dagfinn Ilmari Mannsåker]
+  
+    - Support binary COPY format
+      [Dagfinn Ilmari Mannsåker]
+  
+    - Ensure tests do not use $ENV{PGSERVICE} or $ENV{PGDATABASE}
+      [Erik Rijkers]
+  
+    - Switched canonical repo to git://github.com/bucardo/dbdpg.git
+
+-------------------------------------------------------------------

Old:
----
  DBD-Pg-3.5.3.tar.gz

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

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

Other differences:
------------------
++++++ perl-DBD-Pg.spec ++++++
--- /var/tmp/diff_new_pack.hLWvXx/_old  2018-02-15 13:22:09.903258495 +0100
+++ /var/tmp/diff_new_pack.hLWvXx/_new  2018-02-15 13:22:09.903258495 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-Pg
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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.5.3
+Version:        3.7.4
 Release:        0
 %define cpan_name DBD-Pg
 Summary:        PostgreSQL database driver for the DBI module

++++++ DBD-Pg-3.5.3.tar.gz -> DBD-Pg-3.7.4.tar.gz ++++++
++++ 4632 lines of diff (skipped)


Reply via email to