Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql95 for openSUSE:Factory checked in at 2021-02-23 20:17:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql95 (Old) and /work/SRC/openSUSE:Factory/.postgresql95.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql95" Tue Feb 23 20:17:59 2021 rev:25 rq:873907 version:9.5.25 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql95/postgresql95.changes 2020-12-10 15:56:55.450785976 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql95.new.2378/postgresql95.changes 2021-02-23 20:19:41.707618052 +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:35:02 UTC 2021 - Reinhard Max <[email protected]> + +- Upgrade to version 9.5.25 + * https://www.postgresql.org/docs/9.5/release-9-5-25.html + * Reindexing might be needed after applying this update. + +------------------------------------------------------------------- Old: ---- postgresql-9.5.24.tar.bz2 postgresql-9.5.24.tar.bz2.sha256 New: ---- postgresql-9.5.25.tar.bz2 postgresql-9.5.25.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql95.spec ++++++ --- /var/tmp/diff_new_pack.CvTozd/_old 2021-02-23 20:19:42.519618770 +0100 +++ /var/tmp/diff_new_pack.CvTozd/_new 2021-02-23 20:19:42.523618773 +0100 @@ -1,7 +1,7 @@ # # spec file for package postgresql95 # -# 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.5.24 +%define pgversion 9.5.25 %define pgmajor 9.5 %define pgsuffix 95 %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.5.24.tar.bz2 -> postgresql-9.5.25.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql95/postgresql-9.5.24.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql95.new.2378/postgresql-9.5.25.tar.bz2 differ: char 11, line 1 ++++++ postgresql-9.5.24.tar.bz2.sha256 -> postgresql-9.5.25.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql95/postgresql-9.5.24.tar.bz2.sha256 2020-11-15 15:26:31.423459943 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql95.new.2378/postgresql-9.5.25.tar.bz2.sha256 2021-02-23 20:19:41.651618003 +0100 @@ -1 +1 @@ -065cfd3db9f5aca84e794e73e71a797c984b2e728e760f4f4226a9162a99c22a postgresql-9.5.24.tar.bz2 +7628c55eb23768a2c799c018988d8f2ab48ee3d80f5e11259938f7a935f0d603 postgresql-9.5.25.tar.bz2
