Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql12 for openSUSE:Factory checked in at 2021-02-23 20:17:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql12 (Old) and /work/SRC/openSUSE:Factory/.postgresql12.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql12" Tue Feb 23 20:17:52 2021 rev:12 rq:873822 version:12.6 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql12/postgresql12.changes 2021-01-08 17:34:05.725110438 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql12.new.2378/postgresql12.changes 2021-02-23 20:18:35.955559920 +0100 @@ -1,0 +2,15 @@ +Fri Feb 19 15:30:08 UTC 2021 - Reinhard Max <m...@suse.com> + +- boo#1179945: Disable icu for PostgreSQL 10 (and older) on TW. + +------------------------------------------------------------------- +Wed Feb 10 13:32:07 UTC 2021 - Reinhard Max <m...@suse.com> + +Upgrade to version 12.6: + * https://www.postgresql.org/docs/12/release-12-6.html + * Reindexing might be needed after applying this update. + * CVE-2021-3393, bsc#1182040: Fix information leakage in + constraint-violation error messages. + * Obsoletes postgresql-icu68.patch. + +------------------------------------------------------------------- Old: ---- postgresql-12.5.tar.bz2 postgresql-12.5.tar.bz2.sha256 postgresql-icu68.patch New: ---- postgresql-12.6.tar.bz2 postgresql-12.6.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql12.spec ++++++ --- /var/tmp/diff_new_pack.LVm6lD/_old 2021-02-23 20:18:38.647562300 +0100 +++ /var/tmp/diff_new_pack.LVm6lD/_new 2021-02-23 20:18:38.651562303 +0100 @@ -1,7 +1,7 @@ # # spec file for package postgresql12 # -# 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 12.5 +%define pgversion 12.6 %define pgmajor 12 %define pgsuffix %pgmajor %define buildlibs 0 @@ -72,7 +72,11 @@ BuildRequires: timezone BuildRequires: zlib-devel %bcond_without selinux +%if %pgmajor > 10 || 0%{?suse_version} <= 1500 %bcond_without icu +%else +%bcond_with icu +%endif %if !%buildlibs BuildRequires: %libecpg BuildRequires: %libpq @@ -145,7 +149,6 @@ Patch6: postgresql-testsuite-int8.sql.patch Patch8: postgresql-testsuite-keep-results-file.patch Patch9: postgresql-var-run-socket.patch -Patch10: postgresql-icu68.patch URL: https://www.postgresql.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: postgresql = %version-%release @@ -453,7 +456,6 @@ %patch6 %patch8 -p1 %patch9 -%patch10 -p1 touch -r tmp configure rm tmp find src/test/ -name '*.orig' -delete ++++++ postgresql-12.5.tar.bz2 -> postgresql-12.6.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql12/postgresql-12.5.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql12.new.2378/postgresql-12.6.tar.bz2 differ: char 11, line 1 ++++++ postgresql-12.5.tar.bz2.sha256 -> postgresql-12.6.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql12/postgresql-12.5.tar.bz2.sha256 2020-11-15 15:26:20.779448551 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql12.new.2378/postgresql-12.6.tar.bz2.sha256 2021-02-23 20:18:34.467558604 +0100 @@ -1 +1 @@ -bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95 postgresql-12.5.tar.bz2 +df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09 postgresql-12.6.tar.bz2