Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql13 for openSUSE:Factory 
checked in at 2021-02-23 20:17:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql13 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql13.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql13"

Tue Feb 23 20:17:54 2021 rev:6 rq:873842 version:13.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql13/postgresql13.changes        
2021-01-08 17:34:07.733114516 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql13.new.2378/postgresql13.changes      
2021-02-23 20:19:19.811598694 +0100
@@ -1,0 +2,18 @@
+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:16:32 UTC 2021 - Reinhard Max <m...@suse.com>
+
+- Upgrade to version 13.2:
+  * https://www.postgresql.org/docs/13/release-13-2.html
+  * Updating stored views and reindexing might be needed after
+    applying this update.
+  * CVE-2021-3393, bsc#1182040: Fix information leakage in
+    constraint-violation error messages.
+  * CVE-2021-20229, bsc#1182039: Fix failure to check per-column
+    SELECT privileges in some join queries.
+  * Obsoletes postgresql-icu68.patch.
+
+-------------------------------------------------------------------

Old:
----
  postgresql-13.1.tar.bz2
  postgresql-13.1.tar.bz2.sha256
  postgresql-icu68.patch

New:
----
  postgresql-13.2.tar.bz2
  postgresql-13.2.tar.bz2.sha256

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ postgresql13.spec ++++++
--- /var/tmp/diff_new_pack.RmSLci/_old  2021-02-23 20:19:20.435599245 +0100
+++ /var/tmp/diff_new_pack.RmSLci/_new  2021-02-23 20:19:20.435599245 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package postgresql13
 #
-# 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 13.1
+%define pgversion 13.2
 %define pgmajor 13
 %define pgsuffix %pgmajor
 %define buildlibs 1
@@ -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-13.1.tar.bz2 -> postgresql-13.2.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/postgresql13/postgresql-13.1.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql13.new.2378/postgresql-13.2.tar.bz2 
differ: char 11, line 1

++++++ postgresql-13.1.tar.bz2.sha256 -> postgresql-13.2.tar.bz2.sha256 ++++++
--- /work/SRC/openSUSE:Factory/postgresql13/postgresql-13.1.tar.bz2.sha256      
2020-11-15 15:26:23.847451834 +0100
+++ 
/work/SRC/openSUSE:Factory/.postgresql13.new.2378/postgresql-13.2.tar.bz2.sha256
    2021-02-23 20:19:19.779598665 +0100
@@ -1 +1 @@
-12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f  
postgresql-13.1.tar.bz2
+5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc  
postgresql-13.2.tar.bz2

Reply via email to