Hello community,

here is the log from the commit of package sap-locale for openSUSE:Factory 
checked in at 2017-09-05 15:18:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sap-locale (Old)
 and      /work/SRC/openSUSE:Factory/.sap-locale.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sap-locale"

Tue Sep  5 15:18:08 2017 rev:22 rq:520849 version:1.0+git20160809

Changes:
--------
--- /work/SRC/openSUSE:Factory/sap-locale/sap-locale.changes    2016-08-12 
15:42:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sap-locale.new/sap-locale.changes       
2017-09-05 15:18:20.254945626 +0200
@@ -1,0 +2,5 @@
+Thu Aug 17 15:10:17 UTC 2017 - [email protected]
+
+- baselibs.conf: add gconv-modules.d and post/postun scripts (bsc#1051042)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sap-locale.spec ++++++
--- /var/tmp/diff_new_pack.kNHY9Y/_old  2017-09-05 15:18:21.950707263 +0200
+++ /var/tmp/diff_new_pack.kNHY9Y/_new  2017-09-05 15:18:21.950707263 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sap-locale
 #
-# Copyright (c) 2016 SUSE LINUX 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

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.kNHY9Y/_old  2017-09-05 15:18:21.998700517 +0200
+++ /var/tmp/diff_new_pack.kNHY9Y/_new  2017-09-05 15:18:21.998700517 +0200
@@ -1,7 +1,25 @@
 sap-locale
   targettype ia32 block
   targettype 64bit block
-  targettype 32bit +/usr/lib/gconv/gconv-modules.SAP-32 -> 
/usr/lib/gconv/gconv-modules.SAP
-  targettype x86 +/usr/lib/gconv/gconv-modules.SAP
+  +/usr/lib(64)?/gconv/gconv-modules\.d/
   targettype x86 obsoletes "sap-locale-32bit"
   targettype x86 provides "sap-locale-32bit"
+  post "for l in %{_libdir}/gconv/gconv-modules; do"
+  post "       # Regenerate the file - strip all below the autogen delimiter, 
then"
+  post "       # restore the autogen part based on new contents"
+  post "       sed -i -e '/^###X# /Q' "$l""
+  post "       echo "###X# The following is autogenerated from extra files in 
the .d directory:" >>"$l""
+  post "       cat "$l.d"/* >>"$l""
+  post "done"
+  post "iconvconfig-<extension>"
+  post "exit 0"
+  postun "for l in %{_libdir}/gconv/gconv-modules; do"
+  postun "     # Regenerate the file - strip all below the autogen delimiter, 
then"
+  postun "     # restore the autogen part based on new contents"
+  postun "     sed -i -e '/^###X# /Q' "$l""
+  postun "     [ -d "$l.d" ] || continue"
+  postun "     echo "###X# The following is autogenerated from extra files in 
the .d directory:" >>"$l""
+  postun "     cat "$l.d"/* >>"$l""
+  postun "done"
+  postun "iconvconfig-<extension>"
+  postun "exit 0"


Reply via email to