Hello community,

here is the log from the commit of package ghostscript-fonts for 
openSUSE:Factory checked in at 2017-12-23 12:18:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghostscript-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.ghostscript-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghostscript-fonts"

Sat Dec 23 12:18:00 2017 rev:9 rq:558096 version:9.06

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghostscript-fonts/ghostscript-fonts.changes      
2017-10-10 11:33:51.307518651 +0200
+++ /work/SRC/openSUSE:Factory/.ghostscript-fonts.new/ghostscript-fonts.changes 
2017-12-23 12:18:02.099829428 +0100
@@ -1,0 +2,7 @@
+Mon Dec 18 14:18:10 CET 2017 - [email protected]
+
+- Call reconfigure_fonts_* -n binary_RPM_package_name
+  on openSUSE Tumbleweed and Leap 15.0 and SLE15 and later
+  (boo#1067213).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghostscript-fonts.spec ++++++
--- /var/tmp/diff_new_pack.2MBEbJ/_old  2017-12-23 12:18:02.679801149 +0100
+++ /var/tmp/diff_new_pack.2MBEbJ/_new  2017-12-23 12:18:02.683800954 +0100
@@ -142,10 +142,15 @@
 # Use traditional bash scriptlet with an explicite "exit 0" line at the end to 
be fail safe
 # see http://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
 # Only if suse_version > 1220 it BuildRequires fontpackages-devel which 
provides reconfigure_fonts_post.
-# Since openSUSE 12.2 there is no SuSEconfig.pango (have it only in the 
scriptlet if suse_version < 1220):
+# Since openSUSE 12.2 there is no SuSEconfig.pango (have it only in the 
scriptlet if suse_version < 1220).
+# Call reconfigure_fonts_* -n binary_RPM_package_name on openSUSE Tumbleweed 
and openSUSE Leap 15.0 and SLE15 and later:
 %post std
 %if 0%{?suse_version} > 1220
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150000
+%reconfigure_fonts_post -n ghostscript-fonts-std
+%else
 %reconfigure_fonts_post
+%endif
 %else
 if test -x sbin/conf.d/SuSEconfig.fonts
 then %run_suseconfig -m fonts
@@ -161,10 +166,15 @@
 # Use traditional bash scriptlet with an explicite "exit 0" line at the end to 
be fail safe
 # see http://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
 # Only if suse_version > 1220 it BuildRequires fontpackages-devel which 
provides reconfigure_fonts_postun.
-# Since openSUSE 12.2 there is no SuSEconfig.pango (have it only in the 
scriptlet if suse_version < 1220):
+# Since openSUSE 12.2 there is no SuSEconfig.pango (have it only in the 
scriptlet if suse_version < 1220).
+# Call reconfigure_fonts_* -n binary_RPM_package_name on openSUSE Tumbleweed 
and openSUSE Leap 15.0 and SLE15 and later:
 %postun std
 %if 0%{?suse_version} > 1220
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150000
+%reconfigure_fonts_postun -n ghostscript-fonts-std
+%else
 %reconfigure_fonts_postun
+%endif
 %else
 if test -x sbin/conf.d/SuSEconfig.fonts
 then %run_suseconfig -m fonts
@@ -180,19 +190,29 @@
 %if 0%{?suse_version} > 1220
 # Use traditional bash scriptlet with an explicite "exit 0" line at the end to 
be fail safe
 # see http://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
-# Only if suse_version > 1220 it BuildRequires fontpackages-devel which 
provides reconfigure_fonts_posttrans:
+# Only if suse_version > 1220 it BuildRequires fontpackages-devel which 
provides reconfigure_fonts_posttrans.
+# Call reconfigure_fonts_* -n binary_RPM_package_name on openSUSE Tumbleweed 
and openSUSE Leap 15.0 and SLE15 and later:
 %posttrans std
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150000
+%reconfigure_fonts_posttrans -n ghostscript-fonts-std
+%else
 %reconfigure_fonts_posttrans
+%endif
 exit 0
 %endif
 
 # Use traditional bash scriptlet with an explicite "exit 0" line at the end to 
be fail safe
 # see http://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
 # Only if suse_version > 1220 it BuildRequires fontpackages-devel which 
provides reconfigure_fonts_post.
-# Since openSUSE 12.2 there is no SuSEconfig.pango (have it only in the 
scriptlet if suse_version < 1220):
+# Since openSUSE 12.2 there is no SuSEconfig.pango (have it only in the 
scriptlet if suse_version < 1220).
+# Call reconfigure_fonts_* -n binary_RPM_package_name on openSUSE Tumbleweed 
and openSUSE Leap 15.0 and SLE15 and later:
 %post other
 %if 0%{?suse_version} > 1220
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150000
+%reconfigure_fonts_post -n ghostscript-fonts-other
+%else
 %reconfigure_fonts_post
+%endif
 %else
 if test -x sbin/conf.d/SuSEconfig.fonts
 then %run_suseconfig -m fonts
@@ -208,10 +228,15 @@
 # Use traditional bash scriptlet with an explicite "exit 0" line at the end to 
be fail safe
 # see http://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
 # Only if suse_version > 1220 it BuildRequires fontpackages-devel which 
provides reconfigure_fonts_postun.
-# Since openSUSE 12.2 there is no SuSEconfig.pango (have it only in the 
scriptlet if suse_version < 1220):
+# Since openSUSE 12.2 there is no SuSEconfig.pango (have it only in the 
scriptlet if suse_version < 1220).
+# Call reconfigure_fonts_* -n binary_RPM_package_name on openSUSE Tumbleweed 
and openSUSE Leap 15.0 and SLE15 and later:
 %postun other
 %if 0%{?suse_version} > 1220
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150000
+%reconfigure_fonts_postun -n ghostscript-fonts-other
+%else
 %reconfigure_fonts_postun
+%endif
 %else
 if test -x sbin/conf.d/SuSEconfig.fonts
 then %run_suseconfig -m fonts
@@ -227,9 +252,14 @@
 %if 0%{?suse_version} > 1220
 # Use traditional bash scriptlet with an explicite "exit 0" line at the end to 
be fail safe
 # see http://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
-# Only if suse_version > 1220 it BuildRequires fontpackages-devel which 
provides reconfigure_fonts_posttrans:
+# Only if suse_version > 1220 it BuildRequires fontpackages-devel which 
provides reconfigure_fonts_posttrans.
+# Call reconfigure_fonts_* -n binary_RPM_package_name on openSUSE Tumbleweed 
and openSUSE Leap 15.0 and SLE15 and later:
 %posttrans other
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150000
+%reconfigure_fonts_posttrans -n ghostscript-fonts-other
+%else
 %reconfigure_fonts_posttrans
+%endif
 exit 0
 %endif
 


Reply via email to