Hello community,

here is the log from the commit of package postgresql96-plr for 
openSUSE:Factory checked in at 2017-04-12 17:32:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql96-plr (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql96-plr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql96-plr"

Wed Apr 12 17:32:31 2017 rev:2 rq:482334 version:8.3.0.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql96-plr/postgresql96-plr.changes        
2017-03-02 19:26:23.512552445 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql96-plr.new/postgresql96-plr.changes   
2017-04-12 18:18:56.890778310 +0200
@@ -1,0 +2,5 @@
+Thu Mar 23 12:12:40 UTC 2017 - [email protected]
+
+- Avoid unnecessary %__-type macro indirection
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ postgresql96-plr.spec ++++++
--- /var/tmp/diff_new_pack.Hbb7FY/_old  2017-04-12 18:18:57.550684997 +0200
+++ /var/tmp/diff_new_pack.Hbb7FY/_new  2017-04-12 18:18:57.554684431 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package postgresql-plr
+# spec file for package postgresql96-plr
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define pgversion 96
 # Thanks upstream :-)
 %define sname plr
@@ -100,7 +101,7 @@
 USE_PGXS=1 %__make %{?extension} %{?_smp_mflags}; 
 
 %install
-%{__mkdir} -p %{buildroot}/etc/ld.so.conf.d/
+mkdir -p %{buildroot}/etc/ld.so.conf.d/
 # okay keep this method until using rpath is completed
 cat  > %{buildroot}/etc/ld.so.conf.d/%{name}.conf <<EOF
 # postgresql-plr need to find where R is installed
@@ -110,11 +111,11 @@
 
 # All the right location could be found with pg_config 
 # USE_PGXS=1 %%__make install
-%{__install} -d -m 0755 %{buildroot}/%{pkglibs}
-%{__install} -m 755 %{sname}.so %{buildroot}/%{pkglibs}/%{sname}.so
-%{__install} -d -m 0755 %{buildroot}/%{extensiondir}
-%{__install} -p -m 644 %{sname}*.sql %{buildroot}%{extensiondir}/
-%{__install} -p -m 644 %{sname}.control 
%{buildroot}%{extensiondir}/%{sname}.control
+install -d -m 0755 %{buildroot}/%{pkglibs}
+install -m 755 %{sname}.so %{buildroot}/%{pkglibs}/%{sname}.so
+install -d -m 0755 %{buildroot}/%{extensiondir}
+install -p -m 644 %{sname}*.sql %{buildroot}%{extensiondir}/
+install -p -m 644 %{sname}.control %{buildroot}%{extensiondir}/%{sname}.control
 
 cp -a %{S:1} .
 

++++++ postgresql-plr.changes.in ++++++
--- /var/tmp/diff_new_pack.Hbb7FY/_old  2017-04-12 18:18:57.610676514 +0200
+++ /var/tmp/diff_new_pack.Hbb7FY/_new  2017-04-12 18:18:57.614675948 +0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Thu Mar 23 12:12:40 UTC 2017 - [email protected]
+
+- Avoid unnecessary %__-type macro indirection
+
+-------------------------------------------------------------------
 Sat Jan 14 17:28:25 UTC 2017 - [email protected]
 
 - Undo the rename of postgresql-plr.changes.in to make happy 

++++++ postgresql-plr.spec.in ++++++
--- /var/tmp/diff_new_pack.Hbb7FY/_old  2017-04-12 18:18:57.646671423 +0200
+++ /var/tmp/diff_new_pack.Hbb7FY/_new  2017-04-12 18:18:57.646671423 +0200
@@ -100,7 +100,7 @@
 USE_PGXS=1 %__make %{?extension} %{?_smp_mflags}; 
 
 %install
-%{__mkdir} -p %{buildroot}/etc/ld.so.conf.d/
+mkdir -p %{buildroot}/etc/ld.so.conf.d/
 # okay keep this method until using rpath is completed
 cat  > %{buildroot}/etc/ld.so.conf.d/%{name}.conf <<EOF
 # postgresql-plr need to find where R is installed
@@ -110,11 +110,11 @@
 
 # All the right location could be found with pg_config 
 # USE_PGXS=1 %%__make install
-%{__install} -d -m 0755 %{buildroot}/%{pkglibs}
-%{__install} -m 755 %{sname}.so %{buildroot}/%{pkglibs}/%{sname}.so
-%{__install} -d -m 0755 %{buildroot}/%{extensiondir}
-%{__install} -p -m 644 %{sname}*.sql %{buildroot}%{extensiondir}/
-%{__install} -p -m 644 %{sname}.control 
%{buildroot}%{extensiondir}/%{sname}.control
+install -d -m 0755 %{buildroot}/%{pkglibs}
+install -m 755 %{sname}.so %{buildroot}/%{pkglibs}/%{sname}.so
+install -d -m 0755 %{buildroot}/%{extensiondir}
+install -p -m 644 %{sname}*.sql %{buildroot}%{extensiondir}/
+install -p -m 644 %{sname}.control %{buildroot}%{extensiondir}/%{sname}.control
 
 cp -a %{S:1} .
 


Reply via email to