Hello community,

here is the log from the commit of package ghostscript-fonts for 
openSUSE:Factory checked in at 2012-08-12 15:25:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghostscript-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.ghostscript-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghostscript-fonts", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghostscript-fonts/ghostscript-fonts.changes      
2012-04-23 09:13:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghostscript-fonts.new/ghostscript-fonts.changes 
2012-08-12 15:25:31.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 16:40:38 UTC 2012 - pgaj...@suse.com
+
+- prepare spec file for dropping SuSEconfig.fonts (openFATE#313536)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghostscript-fonts.spec ++++++
--- /var/tmp/diff_new_pack.omorYB/_old  2012-08-12 15:25:35.000000000 +0200
+++ /var/tmp/diff_new_pack.omorYB/_new  2012-08-12 15:25:35.000000000 +0200
@@ -15,8 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           ghostscript-fonts
 BuildArch:      noarch
+BuildRequires:  fontpackages-devel
 # t1utils is needed to convert PostScript Type 1 font program data (*.pfb)
 # to PostScript (*.pfa) so that ghostscript-fonts-std-8.11.patch can be applied
 # and afterwards back to PostScript Type 1 font program data:
@@ -82,7 +84,6 @@
 
 %package std
 Summary:        Basic Fonts for Ghostscript
-License:        GPL-2.0
 Group:          Productivity/Publishing/PS
 PreReq:         coreutils %suseconfig_fonts_prereq
 
@@ -96,7 +97,6 @@
 
 %package other
 Summary:        Optional Fonts for Ghostscript
-License:        GPL-2.0
 Group:          Productivity/Publishing/PS
 # ghostscript-fonts-std contains /usr/share/ghostscript/fonts/fonts.dir
 # and /usr/share/ghostscript/fonts/fonts.scale which are needed
@@ -151,9 +151,7 @@
 # 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
 %post std
-if test -x sbin/conf.d/SuSEconfig.fonts
-then %run_suseconfig -m fonts
-fi
+%reconfigure_fonts_post
 if test -x sbin/conf.d/SuSEconfig.pango
 then %run_suseconfig -m pango
 fi
@@ -162,14 +160,38 @@
 # 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
 %postun std
-if test -x sbin/conf.d/SuSEconfig.fonts
-then %run_suseconfig -m fonts
+%reconfigure_fonts_postun
+if test -x sbin/conf.d/SuSEconfig.pango
+then %run_suseconfig -m pango
 fi
+exit 0
+
+%posttrans std
+%reconfigure_fonts_posttrans
+exit 0
+
+# 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
+%post other
+%reconfigure_fonts_post
+if test -x sbin/conf.d/SuSEconfig.pango
+then %run_suseconfig -m pango
+fi
+exit 0
+
+# 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
+%postun other
+%reconfigure_fonts_postun
 if test -x sbin/conf.d/SuSEconfig.pango
 then %run_suseconfig -m pango
 fi
 exit 0
 
+%posttrans other
+%reconfigure_fonts_posttrans
+exit 0
+
 %files
 %defattr(-, root, root)
 %doc fonts/COPYING fonts/ChangeLog fonts/README fonts/README.tweaks fonts/TODO

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

Reply via email to