Hello community,

here is the log from the commit of package postgresql-plr for openSUSE:Factory 
checked in at 2019-08-28 18:38:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql-plr (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql-plr.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql-plr"

Wed Aug 28 18:38:14 2019 rev:2 rq:726728 version:8.3.0.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql-plr/postgresql-plr.changes    
2017-11-27 22:15:33.132860987 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql-plr.new.7948/postgresql-plr.changes  
2019-08-28 18:38:16.581254552 +0200
@@ -1,0 +2,18 @@
+Sat Oct 27 02:34:49 UTC 2018 - Marcus Rueckert <[email protected]>
+
+- refresh patch-Makefile-ldflags.patch to apply cleanly again
+
+-------------------------------------------------------------------
+Sat Oct 27 02:32:53 UTC 2018 - Marcus Rueckert <[email protected]>
+
+- update to 08.03.00.18
+  Due to some minor changes in the internal API, there were some
+  small changes in the source to accommodate the changes.
+
+-------------------------------------------------------------------
+Thu Oct 25 14:09:53 UTC 2018 - Reinhard Max <[email protected]>
+
+- Add build for PostgreSQL 11 and drop 9.3.
+- BuildRequire server-devel instead of devel.
+
+-------------------------------------------------------------------

Old:
----
  REL8_3_0_17.tar.gz

New:
----
  REL8_3_0_18.tar.gz
  series

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

Other differences:
------------------
++++++ postgresql-plr.spec ++++++
--- /var/tmp/diff_new_pack.rtJ1vf/_old  2019-08-28 18:38:17.101254461 +0200
+++ /var/tmp/diff_new_pack.rtJ1vf/_new  2019-08-28 18:38:17.105254461 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package postgresql##-plr
+# spec file for package postgresql-plr
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define pgname @BUILD_FLAVOR@
 %if "%{pgname}" == ""
 %define pgname postgresql
 %endif
 # Thanks upstream :-)
 %define sname plr
-%define sversion REL8_3_0_17
+%define sversion REL8_3_0_18
 # Make our path like what postgresql packager decide
 
 %if 0%{?sles_version} == 11
@@ -32,24 +33,25 @@
 %define extensiondir %{pgshare}/extension
 
 Summary:        PL/R - R Procedural Language for PostgreSQL
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Databases/Servers
 Name:           %{pgname}-%{sname}
-Version:        8.3.0.17
+Version:        8.3.0.18
 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:            http://www.joeconway.com/plr/
+Url:            https://github.com/postgres-plr/plr/
+BuildRequires:  %{pgname}-server
+BuildRequires:  %{pgname}-server-devel
 BuildRequires:  R-base
 BuildRequires:  R-base-devel
 BuildRequires:  pkg-config
 BuildRequires:  post-build-checks
-BuildRequires:  %{pgname}-devel
-BuildRequires:  %{pgname}-server
-Requires:       R-base
 Requires:       %{pgname}-server
+Requires:       R-base
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if "%{pgname}" == "postgresql"
 ExclusiveArch:  do_not_build

++++++ REL8_3_0_17.tar.gz -> REL8_3_0_18.tar.gz ++++++
++++ 3723 lines of diff (skipped)

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.rtJ1vf/_old  2019-08-28 18:38:17.181254447 +0200
+++ /var/tmp/diff_new_pack.rtJ1vf/_new  2019-08-28 18:38:17.181254447 +0200
@@ -1,7 +1,7 @@
 <multibuild>
-  <package>postgresql93</package>
   <package>postgresql94</package>
   <package>postgresql95</package>
   <package>postgresql96</package>
   <package>postgresql10</package>
+  <package>postgresql11</package>
 </multibuild>

++++++ patch-Makefile-ldflags.patch ++++++
--- /var/tmp/diff_new_pack.rtJ1vf/_old  2019-08-28 18:38:17.189254446 +0200
+++ /var/tmp/diff_new_pack.rtJ1vf/_new  2019-08-28 18:38:17.193254446 +0200
@@ -1,6 +1,7 @@
-diff -rup a/Makefile b/Makefile
---- a/Makefile 2016-09-28 15:26:14.000000000 +0200
-+++ b/Makefile 2017-01-11 15:30:03.883047804 +0100
+Index: plr-REL8_3_0_18/Makefile
+===================================================================
+--- plr-REL8_3_0_18.orig/Makefile
++++ plr-REL8_3_0_18/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
@@ -8,7 +9,7 @@
 -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.17.sql plr--unpackaged--8.3.0.17.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)
  override CPPFLAGS := -I"$(srcdir)" -I"$(r_includespec)" $(CPPFLAGS)

++++++ series ++++++
patch-Makefile-ldflags.patch

Reply via email to