Hello community,

here is the log from the commit of package postgresql93-plr for 
openSUSE:Factory checked in at 2015-02-25 02:16:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql93-plr (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql93-plr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql93-plr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql93-plr/postgresql93-plr.changes        
2014-04-25 11:35:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql93-plr.new/postgresql93-plr.changes   
2015-02-25 02:16:57.000000000 +0100
@@ -1,0 +2,24 @@
+Fri Feb  13 13:13:13 UTC 2015 - br...@ioda-net.ch
+
+- Update to last upstream tar.gz 
+  Due to missing root plr, and documentation (Conway)
+- Removed upgrade alter extension, this doesn't work yet
+
+-------------------------------------------------------------------
+Mon Feb  9 16:58:26 UTC 2015 - br...@ioda-net.ch
+
+- Update to upstream 8.3.0.16
+
+   Update for PostgreSQL 9.5dev compatibility
+   Update copyrights
+   Add check and throw an error when don't have an expectedDesc.
+   Remove autocommit setting -- it has been removed in PostgreSQL 
+   9.5, and it has been ineffective for a long time. 
+     Reported by Peter E.
+   Fix RPM spec file (redhat)
+
+- Added support to postgresql94 packages
+- modified patches: redone for 8.0.16
+  * patch-Makefile-ldflags.patch
+
+-------------------------------------------------------------------

Old:
----
  plr-8.3.0.15.tar.gz

New:
----
  plr-8.3.0.16.tar.gz

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

Other differences:
------------------
++++++ postgresql93-plr.spec ++++++
--- /var/tmp/diff_new_pack.p7Et9x/_old  2015-02-25 02:16:58.000000000 +0100
+++ /var/tmp/diff_new_pack.p7Et9x/_new  2015-02-25 02:16:58.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package postgresql93-plr
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -31,8 +31,9 @@
 License:        GPL-2.0+
 Group:          Productivity/Databases/Servers
 Name:           postgresql%{pgversion}-%{sname}
-Version:        8.3.0.15
+Version:        8.3.0.16
 Release:        1.0
+# Source:       https://github.com/jconway/plr
 Source0:        %{sname}-%{version}.tar.gz
 Source1:        readme.SUSE
 Patch0:         patch-Makefile-ldflags.patch
@@ -82,7 +83,7 @@
 %prep
 # plr.so know where R is located
 %setup -q -n %{sname}
-%patch0 
+%patch0 -p1
 # Need to fix spurious rights in doc and root
 find ./ -type f -exec chmod 0644 {} \;
 

++++++ patch-Makefile-ldflags.patch ++++++
--- /var/tmp/diff_new_pack.p7Et9x/_old  2015-02-25 02:16:58.000000000 +0100
+++ /var/tmp/diff_new_pack.p7Et9x/_new  2015-02-25 02:16:58.000000000 +0100
@@ -1,19 +1,21 @@
---- Makefile   2013-10-08 05:05:52.000000000 +0200
-+++ Makefile   2013-12-06 11:21:30.131675912 +0100
-@@ -21,7 +21,7 @@
+diff -rup a/Makefile b/Makefile
+--- a/Makefile 2015-02-08 20:48:53.000000000 +0100
++++ b/Makefile 2015-02-09 18:12:39.288724128 +0100
+@@ -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.15.sql plr--unpackaged--8.3.0.15.sql
+ DATA          = plr--8.3.0.16.sql plr--unpackaged--8.3.0.16.sql
  DOCS          = README.plr
-@@ -72,6 +72,7 @@
+@@ -72,7 +72,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)\"
+-
 +override CPPFLAGS += $(LDFLAGS)
- 
  else # can't build
  
+ all:

++++++ plr-8.3.0.15.tar.gz -> plr-8.3.0.16.tar.gz ++++++
++++ 11531 lines of diff (skipped)

++++++ postgresql-plr.changes.in ++++++
--- /var/tmp/diff_new_pack.p7Et9x/_old  2015-02-25 02:16:58.000000000 +0100
+++ /var/tmp/diff_new_pack.p7Et9x/_new  2015-02-25 02:16:58.000000000 +0100
@@ -1,4 +1,28 @@
 -------------------------------------------------------------------
+Fri Feb  13 13:13:13 UTC 2015 - br...@ioda-net.ch
+
+- Update to last upstream tar.gz 
+  Due to missing root plr, and documentation (Conway)
+- Removed upgrade alter extension, this doesn't work yet
+
+-------------------------------------------------------------------
+Mon Feb  9 16:58:26 UTC 2015 - br...@ioda-net.ch
+
+- Update to upstream 8.3.0.16
+
+   Update for PostgreSQL 9.5dev compatibility
+   Update copyrights
+   Add check and throw an error when don't have an expectedDesc.
+   Remove autocommit setting -- it has been removed in PostgreSQL 
+   9.5, and it has been ineffective for a long time. 
+     Reported by Peter E.
+   Fix RPM spec file (redhat)
+
+- Added support to postgresql94 packages
+- modified patches: redone for 8.0.16
+  * patch-Makefile-ldflags.patch
+
+-------------------------------------------------------------------
 Thu Jan 23 19:38:09 UTC 2014 - br...@ioda-net.ch
 
 - Revised year

++++++ postgresql-plr.spec.in ++++++
--- /var/tmp/diff_new_pack.p7Et9x/_old  2015-02-25 02:16:58.000000000 +0100
+++ /var/tmp/diff_new_pack.p7Et9x/_new  2015-02-25 02:16:58.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package postgresql-plr
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,8 +30,9 @@
 License:        GPL-2.0+
 Group:          Productivity/Databases/Servers
 Name:           postgresql%{pgversion}-%{sname}
-Version:        8.3.0.15
+Version:        8.3.0.16
 Release:        1.0
+# Source:       https://github.com/jconway/plr
 Source0:        %{sname}-%{version}.tar.gz
 Source1:        readme.SUSE
 Patch0:         patch-Makefile-ldflags.patch
@@ -81,7 +82,7 @@
 %prep
 # plr.so know where R is located
 %setup -q -n %{sname}
-%patch0 
+%patch0 -p1
 # Need to fix spurious rights in doc and root
 find ./ -type f -exec chmod 0644 {} \;
 

++++++ pre_checkin.sh ++++++
--- /var/tmp/diff_new_pack.p7Et9x/_old  2015-02-25 02:16:58.000000000 +0100
+++ /var/tmp/diff_new_pack.p7Et9x/_new  2015-02-25 02:16:58.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-VERS="91 92 93"
+VERS="91 92 93 94"
 #
 spec=postgresql-plr.spec.in
 

++++++ readme.SUSE ++++++
--- /var/tmp/diff_new_pack.p7Et9x/_old  2015-02-25 02:16:58.000000000 +0100
+++ /var/tmp/diff_new_pack.p7Et9x/_new  2015-02-25 02:16:58.000000000 +0100
@@ -22,7 +22,11 @@
 removed just as easily if desired:
 
     DROP EXTENSION plr;
-   
+
+For upgrade, as the new version didn't add or remove function, installing the 
new
+plr.so extension, should provide directly the new version.
+This can be checked with select plr_version();
+  
 Tip: If a language is installed into template1, all subsequently created 
 databases will have the language installed automatically.
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to