Hello community, here is the log from the commit of package postgresql12 for openSUSE:Factory checked in at 2020-06-11 09:57:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql12 (Old) and /work/SRC/openSUSE:Factory/.postgresql12.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql12" Thu Jun 11 09:57:58 2020 rev:5 rq:812779 version:12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql12/postgresql12.changes 2020-02-29 21:23:33.862403684 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql12.new.3606/postgresql12.changes 2020-06-11 09:58:03.421877868 +0200 @@ -1,0 +2,26 @@ +Wed Jun 3 17:36:27 UTC 2020 - Reinhard Max <[email protected]> + +- update to 12.3 (bsc#1171924). + https://www.postgresql.org/about/news/2038/ + https://www.postgresql.org/docs/12/release-12-3.html +- Unify the spec file to work across all current PostgreSQL + versions to simplify future maintenance. +- Move from the "libs" build flavour to a "mini" package that will + only be used inside the build service and not get shipped, to + avoid confusion with the debuginfo packages (bsc#1148643). + +------------------------------------------------------------------- +Fri May 15 10:13:58 UTC 2020 - Namor Barcode <[email protected]> + +- update to 12.3 + https://www.postgresql.org/about/news/2038/ + https://www.postgresql.org/docs/12/release-12-3.html + +------------------------------------------------------------------- +Tue Mar 31 14:23:52 UTC 2020 - Reinhard Max <[email protected]> + +- Temporarily disable JIT support on SLE until support status of + clang has been clarified. +- We only need clang for LLVM, not clang-devel. + +------------------------------------------------------------------- Old: ---- postgresql-12.2.tar.bz2 postgresql-12.2.tar.bz2.sha256 New: ---- postgresql-12.3.tar.bz2 postgresql-12.3.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql12.spec ++++++ ++++ 681 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/postgresql12/postgresql12.spec ++++ and /work/SRC/openSUSE:Factory/.postgresql12.new.3606/postgresql12.spec ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.njr5YV/_old 2020-06-11 09:58:04.049879886 +0200 +++ /var/tmp/diff_new_pack.njr5YV/_new 2020-06-11 09:58:04.049879886 +0200 @@ -1,3 +1,3 @@ <multibuild> - <package>libs</package> + <package>mini</package> </multibuild> ++++++ postgresql-12.2.tar.bz2 -> postgresql-12.3.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql12/postgresql-12.2.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql12.new.3606/postgresql-12.3.tar.bz2 differ: char 11, line 1 ++++++ postgresql-12.2.tar.bz2.sha256 -> postgresql-12.3.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql12/postgresql-12.2.tar.bz2.sha256 2020-02-19 12:40:20.907602443 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql12.new.3606/postgresql-12.3.tar.bz2.sha256 2020-06-11 09:58:03.105876852 +0200 @@ -1 +1 @@ -ad1dcc4c4fc500786b745635a9e1eba950195ce20b8913f50345bb7d5369b5de postgresql-12.2.tar.bz2 +94ed64a6179048190695c86ec707cc25d016056ce10fc9d229267d9a8f1dcf41 postgresql-12.3.tar.bz2 ++++++ postgresql-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.njr5YV/_old 2020-06-11 09:58:04.137880169 +0200 +++ /var/tmp/diff_new_pack.njr5YV/_new 2020-06-11 09:58:04.137880169 +0200 @@ -5,3 +5,4 @@ addFilter("file-not-in-%lang") addFilter("no-dependency-on") addFilter("no-soname") +addFilter("devel-file-in-non-devel-package") ++++++ postgresql-testsuite-int8.sql.patch ++++++ --- /var/tmp/diff_new_pack.njr5YV/_old 2020-06-11 09:58:04.145880195 +0200 +++ /var/tmp/diff_new_pack.njr5YV/_new 2020-06-11 09:58:04.145880195 +0200 @@ -4,10 +4,8 @@ + SET LC_ -Index: postgresql-11beta1/src/test/regress/expected/int8.out -=================================================================== ---- postgresql-11beta1.orig/src/test/regress/expected/int8.out -+++ postgresql-11beta1/src/test/regress/expected/int8.out +--- src/test/regress/expected/int8.out.orig ++++ src/test/regress/expected/int8.out @@ -580,6 +580,7 @@ SELECT '' AS to_char_12, to_char(q2, 'FM | -4567890123456789.000 (5 rows) @@ -16,10 +14,8 @@ SELECT '' AS to_char_13, to_char(q2, 'L9999999999999999.000') FROM INT8_TBL; to_char_13 | to_char ------------+------------------------ -Index: postgresql-11beta1/src/test/regress/expected/numeric.out -=================================================================== ---- postgresql-11beta1.orig/src/test/regress/expected/numeric.out -+++ postgresql-11beta1/src/test/regress/expected/numeric.out +--- src/test/regress/expected/numeric.out.orig ++++ src/test/regress/expected/numeric.out @@ -1079,6 +1079,7 @@ SELECT '' AS to_char_15, to_char(val, 'F | -24926804.04504742 (10 rows) @@ -28,10 +24,8 @@ SELECT '' AS to_char_16, to_char(val, 'L9999999999999999.099999999999999') FROM num_data; to_char_16 | to_char ------------+------------------------------------ -Index: postgresql-11beta1/src/test/regress/sql/int8.sql -=================================================================== ---- postgresql-11beta1.orig/src/test/regress/sql/int8.sql -+++ postgresql-11beta1/src/test/regress/sql/int8.sql +--- src/test/regress/sql/int8.sql.orig ++++ src/test/regress/sql/int8.sql @@ -116,6 +116,7 @@ SELECT '' AS to_char_9, to_char(q2, '09 SELECT '' AS to_char_10, to_char(q2, 'S0999999999999999') FROM INT8_TBL; SELECT '' AS to_char_11, to_char(q2, 'FM0999999999999999') FROM INT8_TBL; @@ -40,10 +34,8 @@ SELECT '' AS to_char_13, to_char(q2, 'L9999999999999999.000') FROM INT8_TBL; SELECT '' AS to_char_14, to_char(q2, 'FM9999999999999999.999') FROM INT8_TBL; SELECT '' AS to_char_15, to_char(q2, 'S 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 . 9 9 9') FROM INT8_TBL; -Index: postgresql-11beta1/src/test/regress/sql/numeric.sql -=================================================================== ---- postgresql-11beta1.orig/src/test/regress/sql/numeric.sql -+++ postgresql-11beta1/src/test/regress/sql/numeric.sql +--- src/test/regress/sql/numeric.sql.orig ++++ src/test/regress/sql/numeric.sql @@ -773,6 +773,7 @@ SELECT '' AS to_char_12, to_char(val, 'F SELECT '' AS to_char_13, to_char(val, 'FM9999999999990999.990999999999999') FROM num_data; SELECT '' AS to_char_14, to_char(val, 'FM0999999999999999.999909999999999') FROM num_data;
