Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql96 for openSUSE:Factory checked in at 2021-02-23 20:17:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql96 (Old) and /work/SRC/openSUSE:Factory/.postgresql96.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql96" Tue Feb 23 20:17:57 2021 rev:25 rq:873905 version:9.6.21 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql96/postgresql96.changes 2020-12-10 15:56:53.502784143 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql96.new.2378/postgresql96.changes 2021-02-23 20:19:32.891610258 +0100 @@ -1,0 +2,12 @@ +Fri Feb 19 15:30:08 UTC 2021 - Reinhard Max <[email protected]> + +- boo#1179945: Disable icu for PostgreSQL 10 (and older) on TW. + +------------------------------------------------------------------- +Fri Feb 12 12:15:07 UTC 2021 - Reinhard Max <[email protected]> + +- Upgrade to version 9.6.21: + * https://www.postgresql.org/docs/9.6/release-9-6-21.html + * Reindexing might be needed after applying this update. + +------------------------------------------------------------------- Old: ---- postgresql-9.6.20.tar.bz2 postgresql-9.6.20.tar.bz2.sha256 New: ---- postgresql-9.6.21.tar.bz2 postgresql-9.6.21.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql96.spec ++++++ --- /var/tmp/diff_new_pack.tLSgWw/_old 2021-02-23 20:19:33.635610915 +0100 +++ /var/tmp/diff_new_pack.tLSgWw/_new 2021-02-23 20:19:33.635610915 +0100 @@ -1,7 +1,7 @@ # # spec file for package postgresql96 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%define pgversion 9.6.20 +%define pgversion 9.6.21 %define pgmajor 9.6 %define pgsuffix 96 %define buildlibs 0 @@ -72,7 +72,11 @@ BuildRequires: timezone BuildRequires: zlib-devel %bcond_without selinux +%if %pgsuffix > 10 || 0%{?suse_version} <= 1500 %bcond_without icu +%else +%bcond_with icu +%endif %if !%buildlibs BuildRequires: %libecpg BuildRequires: %libpq ++++++ postgresql-9.6.20.tar.bz2 -> postgresql-9.6.21.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql96/postgresql-9.6.20.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql96.new.2378/postgresql-9.6.21.tar.bz2 differ: char 11, line 1 ++++++ postgresql-9.6.20.tar.bz2.sha256 -> postgresql-9.6.21.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql96/postgresql-9.6.20.tar.bz2.sha256 2020-11-15 15:26:35.983464823 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql96.new.2378/postgresql-9.6.21.tar.bz2.sha256 2021-02-23 20:19:32.799610176 +0100 @@ -1 +1 @@ -3d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6 postgresql-9.6.20.tar.bz2 +930feaef28885c97ec40c26ab6221903751eeb625de92b22602706d7d47d1634 postgresql-9.6.21.tar.bz2
