Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql-plr for openSUSE:Factory checked in at 2023-04-19 18:41:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql-plr (Old) and /work/SRC/openSUSE:Factory/.postgresql-plr.new.2023 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql-plr" Wed Apr 19 18:41:38 2023 rev:5 rq:1080340 version:8.4.5 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql-plr/postgresql-plr.changes 2021-07-02 13:27:36.360695912 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql-plr.new.2023/postgresql-plr.changes 2023-04-19 18:41:39.460655350 +0200 @@ -1,0 +2,31 @@ +Wed Apr 19 13:56:23 UTC 2023 - Reinhard Max <m...@suse.com> + +- PostgreSQL 10 is EOL. + +------------------------------------------------------------------- +Tue Jan 31 14:48:45 UTC 2023 - Marcus Rueckert <mrueck...@suse.de> + +- refresh patch-Makefile-ldflags.patch + +------------------------------------------------------------------- +Tue Jan 31 14:46:58 UTC 2023 - Marcus Rueckert <mrueck...@suse.de> + +- enable pg 13 and 14 + +------------------------------------------------------------------- +Tue Jan 31 14:44:44 UTC 2023 - Marcus Rueckert <mrueck...@suse.de> + +- update to 8.4.5 + - added sql upgrade path to fix +- changes from 8.4.4 + - changed files names to be consistent with extension version +- changes from 8.4.3 + - reverted part of PR#88. postgres has reverted the changes to + hex_decode that made it necessary (#120) +- changes from 8.4.2 + - Changed R version to 4.10. + - Added support for transactions in procedures. @petere + - Added support for pg custom type (tuple) arguments in window + functions + +------------------------------------------------------------------- Old: ---- REL8_4_1.tar.gz New: ---- REL8_4_5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql-plr.spec ++++++ --- /var/tmp/diff_new_pack.JbUNDm/_old 2023-04-19 18:41:40.024658632 +0200 +++ /var/tmp/diff_new_pack.JbUNDm/_new 2023-04-19 18:41:40.028658655 +0200 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %endif # Thanks upstream :-) %define sname plr -%define sversion REL8_4_1 +%define sversion REL8_4_5 # Make our path like what postgresql packager decide %if 0%{?sles_version} == 11 @@ -36,7 +36,7 @@ License: GPL-2.0-or-later Group: Productivity/Databases/Servers Name: %{pgname}-%{sname} -Version: 8.4.1 +Version: 8.4.5 Release: 1.0 Source: https://github.com/postgres-plr/plr/archive/%{sversion}.tar.gz Source1: readme.SUSE ++++++ REL8_4_1.tar.gz -> REL8_4_5.tar.gz ++++++ ++++ 3499 lines of diff (skipped) ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.JbUNDm/_old 2023-04-19 18:41:40.168659470 +0200 +++ /var/tmp/diff_new_pack.JbUNDm/_new 2023-04-19 18:41:40.172659493 +0200 @@ -1,9 +1,8 @@ <multibuild> - <package>postgresql95</package> - <package>postgresql96</package> - <package>postgresql10</package> <package>postgresql11</package> <package>postgresql12</package> <package>postgresql13</package> + <package>postgresql14</package> + <package>postgresql15</package> </multibuild> ++++++ patch-Makefile-ldflags.patch ++++++ --- /var/tmp/diff_new_pack.JbUNDm/_old 2023-04-19 18:41:40.184659563 +0200 +++ /var/tmp/diff_new_pack.JbUNDm/_new 2023-04-19 18:41:40.184659563 +0200 @@ -1,17 +1,17 @@ -Index: plr-REL8_4_1/Makefile +Index: plr-REL8_4_5/Makefile =================================================================== ---- plr-REL8_4_1.orig/Makefile -+++ plr-REL8_4_1/Makefile +--- plr-REL8_4_5.orig/Makefile ++++ plr-REL8_4_5/Makefile @@ -21,7 +21,7 @@ MODULE_big = plr PG_CPPFLAGS += $(r_includespec) SRCS += plr.c pg_conversion.c pg_backend_support.c pg_userfuncs.c pg_rsupport.c OBJS := $(SRCS:.c=.o) -SHLIB_LINK += -L$(r_libdir1x) -L$(r_libdir2x) -lR +SHLIB_LINK += -L$(r_libdir1x) -L$(r_libdir2x) -lR $(LDFLAGS) - DATA = plr--8.4.1.sql plr--8.4--8.4.1.sql plr--unpackaged--8.4.1.sql - REGRESS = plr bad_fun opt_window do out_args - -@@ -69,6 +69,7 @@ ifneq (,$(findstring yes, $(shared_libr) + DATA = plr--8.4.5.sql plr--unpackaged--8.4.5.sql plr--8.3.0.18--8.4.sql plr--8.4.1--8.4.2.sql plr--8.4.3--8.4.4.sql \ + plr--8.4--8.4.1.sql plr--8.4.2--8.4.3.sql plr--8.4.4--8.4.5.sql + REGRESS = plr bad_fun opt_window do out_args plr_transaction opt_window_frame +@@ -70,6 +70,7 @@ ifneq (,$(findstring yes, $(shared_libr) override CPPFLAGS := -I"$(srcdir)" -I"$(r_includespec)" $(CPPFLAGS) override CPPFLAGS += -DPKGLIBDIR=\"$(pkglibdir)\" -DDLSUFFIX=\"$(DLSUFFIX)\" override CPPFLAGS += -DR_HOME_DEFAULT=\"$(rhomedef)\"