Hello community, here is the log from the commit of package postgresql-plr for openSUSE:Factory checked in at 2020-06-11 10:05:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql-plr (Old) and /work/SRC/openSUSE:Factory/.postgresql-plr.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql-plr" Thu Jun 11 10:05:33 2020 rev:3 rq:813108 version:8.4 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql-plr/postgresql-plr.changes 2019-08-28 18:38:16.581254552 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql-plr.new.3606/postgresql-plr.changes 2020-06-11 10:07:09.867637178 +0200 @@ -1,0 +2,18 @@ +Tue Jun 9 18:38:28 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Drop postgresql94 flavor: pgsql94 is EOL. + +------------------------------------------------------------------- +Tue Oct 22 17:41:26 UTC 2019 - Marcus Rueckert <[email protected]> + +- update to 8.4 + - Use 8.4 in plr.control (#61) + - Remove unused testing files Those were to be used with PG < 9.x +- refreshed patch-Makefile-ldflags.patch + +------------------------------------------------------------------- +Tue Oct 22 15:34:16 UTC 2019 - Marcus Rueckert <[email protected]> + +- adding postgresql12 to _multibuild + +------------------------------------------------------------------- Old: ---- REL8_3_0_18.tar.gz New: ---- REL8_4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql-plr.spec ++++++ --- /var/tmp/diff_new_pack.GEvYw6/_old 2020-06-11 10:07:12.263644894 +0200 +++ /var/tmp/diff_new_pack.GEvYw6/_new 2020-06-11 10:07:12.267644907 +0200 @@ -1,7 +1,7 @@ # # spec file for package postgresql-plr # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ %endif # Thanks upstream :-) %define sname plr -%define sversion REL8_3_0_18 +%define sversion REL8_4 # Make our path like what postgresql packager decide %if 0%{?sles_version} == 11 @@ -36,14 +36,14 @@ License: GPL-2.0-or-later Group: Productivity/Databases/Servers Name: %{pgname}-%{sname} -Version: 8.3.0.18 +Version: 8.4 Release: 1.0 Source: https://github.com/postgres-plr/plr/archive/%{sversion}.tar.gz Source1: readme.SUSE Source2: plr-US.pdf Source99: series Patch0: patch-Makefile-ldflags.patch -Url: https://github.com/postgres-plr/plr/ +URL: https://github.com/postgres-plr/plr/ BuildRequires: %{pgname}-server BuildRequires: %{pgname}-server-devel BuildRequires: R-base @@ -95,7 +95,7 @@ %patch0 -p1 # Need to fix spurious rights in doc and root find ./ -type f -exec chmod 0644 {} \; -cp -v %{S:2} doc/ +cp -v %{S:2} . %build export PATH="$PATH:/usr/lib/%{pgname}/bin" @@ -134,7 +134,7 @@ %files %defattr(644, root, root, 0755) -%doc README.plr +%doc README.md %doc readme.SUSE %dir %{extensiondir}/ %{extensiondir}/%{sname}.control @@ -146,7 +146,7 @@ %files doc %defattr(644, root, root, 0755) -%doc doc/* +%doc *pdf %doc expected/plr.out %changelog ++++++ REL8_3_0_18.tar.gz -> REL8_4.tar.gz ++++++ ++++ 7432 lines of diff (skipped) ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.GEvYw6/_old 2020-06-11 10:07:12.355645191 +0200 +++ /var/tmp/diff_new_pack.GEvYw6/_new 2020-06-11 10:07:12.355645191 +0200 @@ -1,7 +1,7 @@ <multibuild> - <package>postgresql94</package> <package>postgresql95</package> <package>postgresql96</package> <package>postgresql10</package> <package>postgresql11</package> + <package>postgresql12</package> </multibuild> ++++++ patch-Makefile-ldflags.patch ++++++ --- /var/tmp/diff_new_pack.GEvYw6/_old 2020-06-11 10:07:12.363645216 +0200 +++ /var/tmp/diff_new_pack.GEvYw6/_new 2020-06-11 10:07:12.367645229 +0200 @@ -1,17 +1,17 @@ -Index: plr-REL8_3_0_18/Makefile +Index: plr-REL8_4/Makefile =================================================================== ---- plr-REL8_3_0_18.orig/Makefile -+++ plr-REL8_3_0_18/Makefile +--- plr-REL8_4.orig/Makefile ++++ plr-REL8_4/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_built = plr.sql - DATA = plr--8.3.0.18.sql plr--unpackaged--8.3.0.18.sql - DOCS = README.plr -@@ -72,6 +72,7 @@ ifneq (,$(findstring yes, $(shared_libr) ++SHLIB_LINK += -L$(r_libdir1x) -L$(r_libdir2x) -lR $(LDFLAGS) + DATA = plr--8.4.sql plr--8.3.0.18--8.4.sql plr--unpackaged--8.4.sql + REGRESS = plr bad_fun opt_window do out_args + +@@ -69,6 +69,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)\"
