Hello community, here is the log from the commit of package perl-DBD-Pg for openSUSE:Leap:15.2 checked in at 2020-03-13 10:55:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/perl-DBD-Pg (Old) and /work/SRC/openSUSE:Leap:15.2/.perl-DBD-Pg.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBD-Pg" Fri Mar 13 10:55:09 2020 rev:12 rq:784259 version:3.10.4 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/perl-DBD-Pg/perl-DBD-Pg.changes 2020-01-15 15:40:19.591148446 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.perl-DBD-Pg.new.3160/perl-DBD-Pg.changes 2020-03-13 10:55:09.924340145 +0100 @@ -1,0 +2,320 @@ +Thu Mar 5 09:41:22 UTC 2020 - Max Lin <[email protected]> + +- Build requries postgresql-server-devel on Leap 15.2/SLE15 SP2 + +------------------------------------------------------------------- +Tue Feb 4 03:09:09 UTC 2020 - <[email protected]> + +- 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] + +------------------------------------------------------------------- +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] + +------------------------------------------------------------------- +Tue Feb 26 18:21:00 UTC 2019 - Stephan Kulow <[email protected]> + +- apply disable-attr.patch to disable broken test: + https://rt.cpan.org/Public/Bug/Display.html?id=128529 + +------------------------------------------------------------------- +Wed Feb 14 06:13:53 UTC 2018 - [email protected] + +- updated to 3.7.4 + see /usr/share/doc/packages/perl-DBD-Pg/Changes + +------------------------------------------------------------------- +Mon Feb 12 11:32:22 UTC 2018 - [email protected] + +- 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 ++++ 123 more lines (skipped) ++++ between /work/SRC/openSUSE:Leap:15.2/perl-DBD-Pg/perl-DBD-Pg.changes ++++ and /work/SRC/openSUSE:Leap:15.2/.perl-DBD-Pg.new.3160/perl-DBD-Pg.changes Old: ---- DBD-Pg-3.5.3.tar.gz New: ---- DBD-Pg-3.10.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DBD-Pg.spec ++++++ --- /var/tmp/diff_new_pack.TsmyK5/_old 2020-03-13 10:55:10.256340382 +0100 +++ /var/tmp/diff_new_pack.TsmyK5/_new 2020-03-13 10:55:10.260340385 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-DBD-Pg # -# Copyright (c) 2017 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 @@ -12,18 +12,18 @@ # 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/ # Name: perl-DBD-Pg -Version: 3.5.3 +Version: 3.10.4 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -39,7 +39,10 @@ %{perl_requires} # MANUAL BEGIN BuildRequires: openssl-devel -BuildRequires: postgresql-devel >= 7.4 +BuildRequires: postgresql-devel >= 8.1 +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200 +BuildRequires: postgresql-server-devel +%endif # For the Testsuite BuildRequires: postgresql-server # MANUAL END @@ -52,11 +55,11 @@ %setup -q -n %{cpan_name}-%{version} %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 ++++++ DBD-Pg-3.5.3.tar.gz -> DBD-Pg-3.10.4.tar.gz ++++++ ++++ 29760 lines of diff (skipped) ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.TsmyK5/_old 2020-03-13 10:55:10.396340482 +0100 +++ /var/tmp/diff_new_pack.TsmyK5/_new 2020-03-13 10:55:10.396340482 +0100 @@ -9,7 +9,10 @@ # - 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 #post_prep: |-
