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 2026-05-06 19:20:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql-plr (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql-plr.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql-plr"

Wed May  6 19:20:28 2026 rev:10 rq:1351202 version:8.4.8.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql-plr/postgresql-plr.changes    
2025-09-26 22:49:02.752123116 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql-plr.new.30200/postgresql-plr.changes 
2026-05-06 19:24:45.546066090 +0200
@@ -1,0 +2,6 @@
+Wed May  6 09:36:37 UTC 2026 - Reinhard Max <[email protected]>
+
+- Disable pg13
+- Update to 8.4.8.6 to fix build on Factory.
+
+-------------------------------------------------------------------
@@ -9 +15 @@
-- Update to 3.4.8
+- Update to 8.4.8

Old:
----
  REL8_4_8.tar.gz

New:
----
  REL8_4_8_6.tar.gz

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

Other differences:
------------------
++++++ postgresql-plr.spec ++++++
--- /var/tmp/diff_new_pack.FPKqC0/_old  2026-05-06 19:24:46.478104538 +0200
+++ /var/tmp/diff_new_pack.FPKqC0/_new  2026-05-06 19:24:46.482104703 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package postgresql-plr
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # 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_8
+%define sversion REL8_4_8_6
 # Make our path like what postgresql packager decide
 
 %define pgshare %(pg_config --sharedir)
@@ -33,7 +33,7 @@
 License:        GPL-2.0-or-later
 Group:          Productivity/Databases/Servers
 Name:           %{pgname}-%{sname}
-Version:        8.4.8
+Version:        8.4.8.6
 Release:        1.0
 Source:         https://github.com/postgres-plr/plr/archive/%{sversion}.tar.gz
 Source1:        readme.SUSE

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.FPKqC0/_old  2026-05-06 19:24:46.574108499 +0200
+++ /var/tmp/diff_new_pack.FPKqC0/_new  2026-05-06 19:24:46.590109159 +0200
@@ -1,5 +1,4 @@
 <multibuild>
-  <package>postgresql13</package>
   <package>postgresql14</package>
   <package>postgresql15</package>
   <package>postgresql16</package>

++++++ patch-Makefile-ldflags.patch ++++++
--- /var/tmp/diff_new_pack.FPKqC0/_old  2026-05-06 19:24:46.606109819 +0200
+++ /var/tmp/diff_new_pack.FPKqC0/_new  2026-05-06 19:24:46.614110149 +0200
@@ -1,17 +1,16 @@
-Index: plr-REL8_4_8/Makefile
-===================================================================
---- plr-REL8_4_8.orig/Makefile
-+++ plr-REL8_4_8/Makefile
-@@ -21,7 +21,7 @@ MODULE_big   = plr
+diff -ruBb plr-REL8_4_8_6/Makefile plr-REL8_4_8_6.new/Makefile
+--- plr-REL8_4_8_6/Makefile    2026-04-25 06:00:43.000000000 +0200
++++ plr-REL8_4_8_6.new/Makefile        2026-05-06 13:58:07.416573010 +0200
+@@ -21,7 +21,7 @@
  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.8.sql plr--unpackaged--8.4.8.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 \
+ DATA          = plr--8.4.8.6.sql plr--unpackaged--8.4.8.6.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 
plr--8.4.5--8.4.6.sql plr--8.4.6--8.4.7.sql \
- plr--8.4.7--8.4.8.sql
-@@ -71,6 +71,7 @@ ifneq (,$(findstring yes, $(shared_libr)
+ plr--8.4.7--8.4.8.sql plr--8.4.8--8.4.8.1.sql plr--8.4.8.1--8.4.8.2.sql 
plr--8.4.8.2--8.4.8.3.sql \
+@@ -72,6 +72,7 @@
  override CPPFLAGS := -I"$(srcdir)" -I"$(r_includespec)" $(CPPFLAGS)
  override CPPFLAGS += -DPKGLIBDIR=\"$(pkglibdir)\" -DDLSUFFIX=\"$(DLSUFFIX)\"
  override CPPFLAGS += -DR_HOME_DEFAULT=\"$(rhomedef)\"
@@ -19,4 +18,5 @@
  
  else # can't build
  
+Nur in plr-REL8_4_8_6.new: Makefile.orig.
 

Reply via email to