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 2021-07-02 13:26:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql-plr (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql-plr.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql-plr"

Fri Jul  2 13:26:55 2021 rev:4 rq:903358 version:8.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql-plr/postgresql-plr.changes    
2020-06-11 10:07:09.867637178 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql-plr.new.2625/postgresql-plr.changes  
2021-07-02 13:27:36.360695912 +0200
@@ -1,0 +2,21 @@
+Wed Jun 30 14:26:41 UTC 2021 - Dominique Leuenberger <[email protected]>
+
+- Do not build postgresql95 and postgresql96 flavors on Tumbleweed.
+
+-------------------------------------------------------------------
+Fri Sep 25 16:29:51 UTC 2020 - Marcus Rueckert <[email protected]>
+
+- enable pg 13 
+
+-------------------------------------------------------------------
+Fri Sep 25 16:27:43 UTC 2020 - Marcus Rueckert <[email protected]>
+
+- update to 8.4.1
+  - Accept composite argument type. [@ikasou]
+  - Internal change to postgres api required code change. No
+    noticeable change to users
+  - R can pass to PG arrays of any dimensions.
+  - Major duplicate code removal in R to PG conversion.
+- refreshed patch-Makefile-ldflags.patch
+
+-------------------------------------------------------------------

Old:
----
  REL8_4.tar.gz

New:
----
  REL8_4_1.tar.gz

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

Other differences:
------------------
++++++ postgresql-plr.spec ++++++
--- /var/tmp/diff_new_pack.v0vTqT/_old  2021-07-02 13:27:36.864692003 +0200
+++ /var/tmp/diff_new_pack.v0vTqT/_new  2021-07-02 13:27:36.868691971 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package postgresql-plr
+# spec file
 #
-# 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
@@ -22,7 +22,7 @@
 %endif
 # Thanks upstream :-)
 %define sname plr
-%define sversion REL8_4
+%define sversion REL8_4_1
 # 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
+Version:        8.4.1
 Release:        1.0
 Source:         https://github.com/postgres-plr/plr/archive/%{sversion}.tar.gz
 Source1:        readme.SUSE
@@ -56,6 +56,9 @@
 %if "%{pgname}" == "postgresql"
 ExclusiveArch:  do_not_build
 %endif
+%if ("%{pgname}" == "postgresql95" || "%{pgname}" == "postgresql96") && 
0%{?suse_version} >= 1550
+ExclusiveArch:  do_not_build
+%endif
 
 %description
 PL/R is a loadable procedural language that enables you to write PostgreSQL
@@ -76,7 +79,6 @@
 An implementation restriction is that PL/R procedures cannot be used to 
 create input/output functions for new data types.
  
-
 %package doc
 Summary:        Documentation for PL/R - R Procedural Language for PostgreSQL
 Group:          Productivity/Databases/Servers
@@ -88,7 +90,6 @@
  
 This package contain the associated documentation 
 
-
 %prep
 # plr.so know where R is located
 %setup -q -n %{sname}-%{sversion}

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.v0vTqT/_old  2021-07-02 13:27:36.896691754 +0200
+++ /var/tmp/diff_new_pack.v0vTqT/_new  2021-07-02 13:27:36.896691754 +0200
@@ -4,4 +4,5 @@
   <package>postgresql10</package>
   <package>postgresql11</package>
   <package>postgresql12</package>
+  <package>postgresql13</package>
 </multibuild>

++++++ patch-Makefile-ldflags.patch ++++++
--- /var/tmp/diff_new_pack.v0vTqT/_old  2021-07-02 13:27:36.904691692 +0200
+++ /var/tmp/diff_new_pack.v0vTqT/_new  2021-07-02 13:27:36.904691692 +0200
@@ -1,14 +1,14 @@
-Index: plr-REL8_4/Makefile
+Index: plr-REL8_4_1/Makefile
 ===================================================================
---- plr-REL8_4.orig/Makefile
-+++ plr-REL8_4/Makefile
+--- plr-REL8_4_1.orig/Makefile
++++ plr-REL8_4_1/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.sql plr--8.3.0.18--8.4.sql plr--unpackaged--8.4.sql
+ 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)

Reply via email to