Hello community, here is the log from the commit of package postgresql95 for openSUSE:Factory checked in at 2017-01-30 10:42:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql95 (Old) and /work/SRC/openSUSE:Factory/.postgresql95.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql95" Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql95/postgresql95-libs.changes 2016-10-10 16:19:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql95.new/postgresql95-libs.changes 2017-02-03 18:56:32.816705247 +0100 @@ -1,0 +2,23 @@ +Thu Dec 8 13:13:13 UTC 2016 - [email protected] + +- Update to version 9.5.5: + * Fix WAL-logging of truncation of relation free space maps and + visibility maps + * Fix incorrect creation of GIN index WAL records on big-endian + machines + * Fix SELECT FOR UPDATE/SHARE to correctly lock tuples that have + been updated by a subsequently-aborted transaction + * Fix EvalPlanQual rechecks involving CTE scans + * Fix deletion of speculatively inserted TOAST tuples when + backing out of INSERT ... ON CONFLICT + + * For the other bug fixes, see the release notes: + https://www.postgresql.org/docs/9.5/static/release-9-5-5.html + +------------------------------------------------------------------- +Mon Oct 10 14:20:05 UTC 2016 - [email protected] + +- Build the libs in 9.6 rather then 9.5. +- Drop baselibs.conf. + +------------------------------------------------------------------- postgresql95.changes: same change Old: ---- baselibs.conf postgresql-9.5.4.tar.bz2 New: ---- postgresql-9.5.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql95-libs.spec ++++++ --- /var/tmp/diff_new_pack.9r9q2Y/_old 2017-02-03 18:56:33.776570453 +0100 +++ /var/tmp/diff_new_pack.9r9q2Y/_new 2017-02-03 18:56:33.780569891 +0100 @@ -24,7 +24,7 @@ %define libpq_so libpq.so.5 %define libecpg_so libecpg.so.6 %define buildmain 0 -%define buildlibs 1 +%define buildlibs 0 %define builddevel 1 %define pgbasedir %_prefix/lib/%pgname %define pgtestdir %pgbasedir/test @@ -63,11 +63,10 @@ Summary: Basic Clients and Utilities for PostgreSQL License: PostgreSQL Group: Productivity/Databases/Tools -Version: 9.5.4 +Version: 9.5.5 Release: 0 %define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/') Source0: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2 -Source1: baselibs.conf Source3: postgresql-README.SUSE Source17: postgresql-rpmlintrc Patch1: postgresql-conf.patch ++++++ postgresql95.spec ++++++ --- /var/tmp/diff_new_pack.9r9q2Y/_old 2017-02-03 18:56:33.808565959 +0100 +++ /var/tmp/diff_new_pack.9r9q2Y/_new 2017-02-03 18:56:33.812565398 +0100 @@ -63,11 +63,10 @@ Summary: Basic Clients and Utilities for PostgreSQL License: PostgreSQL Group: Productivity/Databases/Tools -Version: 9.5.4 +Version: 9.5.5 Release: 0 %define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/') Source0: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2 -Source1: baselibs.conf Source3: postgresql-README.SUSE Source17: postgresql-rpmlintrc Patch1: postgresql-conf.patch ++++++ postgresql-9.5.4.tar.bz2 -> postgresql-9.5.5.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql95/postgresql-9.5.4.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql95.new/postgresql-9.5.5.tar.bz2 differ: char 11, line 1 ++++++ pre_checkin.sh ++++++ --- /var/tmp/diff_new_pack.9r9q2Y/_old 2017-02-03 18:56:33.928549110 +0100 +++ /var/tmp/diff_new_pack.9r9q2Y/_new 2017-02-03 18:56:33.932548549 +0100 @@ -12,7 +12,7 @@ sed -i \ -e 's/postgresql[[:digit:]]\{2\}/&-libs/g' \ -e 's/%define buildmain .*/%define buildmain 0/' \ - -e 's/%define buildlibs .*/%define buildlibs 1/' \ + -e 's/%define buildlibs .*/%define buildlibs 0/' \ -e 's/%define builddevel .*/%define builddevel 1/' \ postgresql??-libs.spec
