Hello community,

here is the log from the commit of package fonts-config for openSUSE:Factory 
checked in at 2014-01-31 13:35:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fonts-config (Old)
 and      /work/SRC/openSUSE:Factory/.fonts-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fonts-config"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fonts-config/fonts-config.changes        
2013-10-02 13:27:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fonts-config.new/fonts-config.changes   
2014-01-31 13:35:19.000000000 +0100
@@ -1,0 +2,10 @@
+Thu Jan 30 12:38:10 UTC 2014 - pgaj...@suse.com
+
+- fonts-config 20131102 [bnc#860097]:
+  * do not check for font module used -> fixes TTCap entries 
+    generation
+  * drop generating ghostscript fontmap
+  * drop generating ooo xcu file
+  * --quiet means quiet now
+
+-------------------------------------------------------------------

Old:
----
  Common.xcu.template
  suse-font-dirs.conf.template

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

Other differences:
------------------
++++++ fonts-config.spec ++++++
--- /var/tmp/diff_new_pack.seAnPD/_old  2014-01-31 13:35:20.000000000 +0100
+++ /var/tmp/diff_new_pack.seAnPD/_new  2014-01-31 13:35:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fonts-config
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,37 +17,34 @@
 
 
 Name:           fonts-config
-Version:        20080121
+Version:        20131102
 Release:        0
 Summary:        Configures Fonts for X Windows and other applications
 License:        GPL-2.0+
 Group:          System/X11/Fonts
-Source:         fonts-config
-Source2:        sysconfig.fonts-config
-Source3:        Common.xcu.template
-Source5:        fontconfig.SuSE.properties.template
-Source6:        suse-hinting.conf.template
-Source7:        suse-bitmaps.conf.template
-Source8:        suse-font-dirs.conf.template
+Source0:        fonts-config
+Source1:        sysconfig.fonts-config
+Source2:        fontconfig.SuSE.properties.template
+Source3:        suse-hinting.conf.template
+Source4:        suse-bitmaps.conf.template
 BuildRequires:  fontconfig
 BuildRequires:  fontpackages-devel
 Requires(pre):  %fillup_prereq
-Requires(pre):  sysvinit-tools
-Requires:       fontconfig >= 2.3.93.20060103
+%reconfigure_fonts_prereq
+Requires:       fontconfig
 Requires:       perl(English)
-Recommends:     ft2demos
-Provides:       xf86tools:/usr/sbin/fonts-config
+Recommends:     mkfontscale
+Recommends:     mkfontdir
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-%reconfigure_fonts_prereq
 
 %description
 Configures Fonts for X Windows and other applications.
 
-Usually fonts-config is called automatically via SuSEconfig (SuSEconfig
---module fonts), which is usually automatically called by YaST2. You
-can also execute fonts-config directly, which is mainly useful for
-debugging it.
+Usually fonts-config is called automatically when package containing 
+font is installed, upgraded or removed. But you can also execute 
+fonts-config directly, which is mainly useful to debug it (use 
+--debug flag).
 
 %prep
 
@@ -59,39 +56,42 @@
 mkdir -p %{buildroot}%{_datadir}/fonts-config
 mkdir -p %{buildroot}/%{_mandir}/man1
 mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
-install -m 755 $RPM_SOURCE_DIR/fonts-config %{buildroot}%{_prefix}/sbin
-install -m 644 $RPM_SOURCE_DIR/*.template %{buildroot}%{_datadir}/fonts-config
-pod2man --section 1 --center=" " $RPM_SOURCE_DIR/fonts-config > \
+install -m 755 %{SOURCE0} %{buildroot}%{_prefix}/sbin
+install -m 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} 
%{buildroot}%{_datadir}/fonts-config
+pod2man --section 1 --center=" " %{SOURCE0} > \
   %{buildroot}/%{_mandir}/man1/fonts-config.1
-install -m 644 $RPM_SOURCE_DIR/sysconfig.fonts-config \
+install -m 644 %{SOURCE1} \
   %{buildroot}%{_localstatedir}/adm/fillup-templates/
 #
 mkdir %{buildroot}%{_datadir}/%{name}/conf.avail/
-sed -e's/_BYTECODE_BW_MAX_PIXEL_/0/' %{SOURCE6} \
+sed -e's/_BYTECODE_BW_MAX_PIXEL_/0/' %{SOURCE3} \
   > %{buildroot}%{_datadir}/%{name}/conf.avail/12-suse-hinting-bc.conf
-sed -e's/_USE_EMBEDDED_BITMAPS_PLACEHOLDER_//' %{SOURCE7} \
+sed -e's/_USE_EMBEDDED_BITMAPS_PLACEHOLDER_//' %{SOURCE4} \
   > %{buildroot}%{_datadir}/%{name}/conf.avail/17-suse-bitmaps.conf
 #
-mkdir -p %{buildroot}%{_fontsconfddir}
-ln -s %{_datadir}/%{name}/conf.avail/12-suse-hinting-bc.conf \
-    %{buildroot}%{_fontsconfddir}/12-suse-hinting-bc.conf
-ln -s %{_datadir}/%{name}/conf.avail/17-suse-bitmaps.conf \
-    %{buildroot}%{_fontsconfddir}/17-suse-bitmaps.conf
+%link_avail_to_system_fontsconf 12-suse-hinting-bc.conf
+%link_avail_to_system_fontsconf 17-suse-bitmaps.conf
 
 %post
 %{fillup_only -n fonts-config}
-%reconfigure_fonts_post
+%reconfigure_fonts_post -c
 exit 0
 
+%postun
+%reconfigure_fonts_postun -c
+
+%posttrans
+%reconfigure_fonts_posttrans
+
 %files
 %defattr(-,root,root)
+%dir %{_datadir}/fonts-config
+%files_fontsconf_availdir
 %{_sbindir}/fonts-config
-%dir %{_datadir}/fonts-config/
-%{_datadir}/fonts-config/*
+%{_datadir}/fonts-config/*.template
 %{_mandir}/man1/fonts-config.1.gz
 %{_localstatedir}/adm/fillup-templates/sysconfig.fonts-config
-%dir %{_datadir}/%{name}/conf.avail
-%{_datadir}/%{name}/conf.avail/*.conf
-%{_fontsconfddir}/*
+%files_fontsconf_file -l 12-suse-hinting-bc.conf
+%files_fontsconf_file -l 17-suse-bitmaps.conf
 
 %changelog

++++++ fontconfig.SuSE.properties.template ++++++
--- /var/tmp/diff_new_pack.seAnPD/_old  2014-01-31 13:35:20.000000000 +0100
+++ /var/tmp/diff_new_pack.seAnPD/_new  2014-01-31 13:35:20.000000000 +0100
@@ -3,7 +3,7 @@
 #
 
 #
-# generated by /usr/sbin/fonts-config (called by "SuSEconfig --module fonts").
+# generated by /usr/sbin/fonts-config
 # 
 
 # Version

++++++ fonts-config ++++++
++++ 3113 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/fonts-config/fonts-config
++++ and /work/SRC/openSUSE:Factory/.fonts-config.new/fonts-config


++++++ suse-hinting.conf.template ++++++
--- /var/tmp/diff_new_pack.seAnPD/_old  2014-01-31 13:35:20.000000000 +0100
+++ /var/tmp/diff_new_pack.seAnPD/_new  2014-01-31 13:35:20.000000000 +0100
@@ -20,7 +20,7 @@
             disables this rule by default because most users don't like
             that bitmap look and feel.
             If you like a bitmap look and feel of your desktop,
-            copy this rule into your ~/.fonts.conf file and replace the '0'
+            edit BYTECODE_BW_MAX_PIXEL sysconfig variable - replace '0'
             with non-zero pixelsize limit. Using '18' as the pixelsize
             limit is a good choice if you have the fonts in this list installed
             and like a bitmap look and feel. 

++++++ sysconfig.fonts-config ++++++
--- /var/tmp/diff_new_pack.seAnPD/_old  2014-01-31 13:35:20.000000000 +0100
+++ /var/tmp/diff_new_pack.seAnPD/_new  2014-01-31 13:35:20.000000000 +0100
@@ -1,32 +1,21 @@
 ## Path:        Desktop
 ## Description: Display font configuration
-## Type:        yesno
-## Default:     yes
+## Type:        integer
+## Default:     quiet
 #
-# generate TTCap entries in fonts.dir, which can be used by 
-# xtt/freetype font module
+# type of output (quiet=0, verbose=1, debug=256)
 #
-GENERATE_TTCAP_ENTRIES="yes"
-
-## Path:        System/Printing
-## Description: Printer font configuration
-## Type:        yesno
-## Default:     no
-#
-# generate fontmaps for ghostscript
-#
-# (needs 'ftdump' from the 'ft2demos' package).
-#
-GENERATE_GHOSTSCRIPT_FONTMAPS="no"
+VERBOSITY="0"
 
 ## Path:        Desktop
 ## Description: Display font configuration
 ## Type:        yesno
 ## Default:     yes
 #
-# generate font setup for OpenOffice
+# generate TTCap entries in fonts.dir, which can be used by 
+# xtt/freetype font module
 #
-GENERATE_OOO_FONT_SETUP="yes"
+GENERATE_TTCAP_ENTRIES="yes"
 
 ## Path:        Desktop
 ## Description: Display font configuration

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

Reply via email to