Hello community,

here is the log from the commit of package wqy-bitmap-fonts.1566 for 
openSUSE:12.3:Update checked in at 2013-04-15 09:39:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3:Update/wqy-bitmap-fonts.1566 (Old)
 and      /work/SRC/openSUSE:12.3:Update/.wqy-bitmap-fonts.1566.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wqy-bitmap-fonts.1566", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ 
/work/SRC/openSUSE:12.3:Update/.wqy-bitmap-fonts.1566.new/wqy-bitmap-fonts.changes
  2013-04-15 09:39:18.000000000 +0200
@@ -0,0 +1,76 @@
+-------------------------------------------------------------------
+Mon Apr  8 12:55:41 UTC 2013 - i...@marguerite.su
+
+- fix bnc#813988: fontconfig error: invalid attribute 'equal'. 
+- fix a few warnings.
+
+-------------------------------------------------------------------
+Tue Oct 16 11:31:38 UTC 2012 - pgaj...@suse.com
+
+- silented "Having multiple values in <test> isn't supported and may 
+  not works as expected"
+  * conf.patch
+
+-------------------------------------------------------------------
+Mon Oct  8 13:09:36 UTC 2012 - pgaj...@suse.com
+
+- use %files_fontsconf_availdir and %files_fontsconf_file macros
+
+-------------------------------------------------------------------
+Wed Oct  3 12:02:47 UTC 2012 - pgaj...@suse.com
+
+- use %install_fontsconf macro which calls %link_avail_to_system_fontsconf
+  itself
+
+-------------------------------------------------------------------
+Tue Oct  2 13:18:07 UTC 2012 - pgaj...@suse.com
+
+- install avail configuration into /usr/share/%{name}/conf.avail
+  and use %link_avail_to_system_fontsconf macro for linking it into
+  /etc/fonts/conf.d (fontconfig 2.10 doesn't use /etc/fonts/conf.avail)
+
+-------------------------------------------------------------------
+Wed Jul  4 12:39:06 CEST 2012 - pgaj...@suse.cz
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+- removed build dependencies: bdfresize, xorg-x11
+
+-------------------------------------------------------------------
+Thu May 17 09:10:36 UTC 2012 - pgaj...@suse.com
+
+- call spec-cleaner
+
+-------------------------------------------------------------------
+Thu Mar 29 15:20:52 UTC 2012 - pgaj...@suse.com
+
+- GPL-2.0-with-font-exception license
+
+-------------------------------------------------------------------
+Thu Dec 22 18:14:50 CET 2011 - ti...@suse.de
+
+- Renamed wqy-bitmapfont -> wqy-bitmap-fonts according to
+  openSUSE packaging guidelines and FATE#313035
+  Adjusted Obsoletes and Provides accordingly
+
+-------------------------------------------------------------------
+Wed Nov 10 09:58:26 UTC 2010 - lnus...@suse.de
+
+- compress *.pcf
+
+-------------------------------------------------------------------
+Fri Apr  9 11:50:25 CEST 2010 - ti...@suse.de
+
+- remove unnecessary buildrequires for too old distros
+- fix filelist, minor clean-ups of spec file
+
+-------------------------------------------------------------------
+Thu Apr  8 18:32:41 CEST 2010 - ti...@suse.de
+
+- remove unnecessary buildrequires for too old distros
+
+-------------------------------------------------------------------
+Thu Feb 11 07:33:25 UTC 2010 - m...@novell.com
+
+- Initial import.
+

New:
----
  wqy-bitmap-fonts-conf.patch
  wqy-bitmap-fonts.changes
  wqy-bitmap-fonts.spec
  wqy-bitmapfont-pcf-0.9.9-0.tar.gz

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

Other differences:
------------------
++++++ wqy-bitmap-fonts.spec ++++++
#
# spec file for package wqy-bitmap-fonts
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           wqy-bitmap-fonts
Version:        0.9.9_0
Release:        0
%define fontdir     %{_fontsdir}/Chinese/wqy-bitmapfont
Summary:        Wen Quan Yi Bitmap Song CJK Fonts
License:        GPL-2.0-with-font-exception
Group:          System/X11/Fonts
Url:            http://wenq.org/
Source0:        wqy-bitmapfont-pcf-0.9.9-0.tar.gz
# silents "Having multiple values in <test> isn't supported and may not works 
as expected"
Patch0:         wqy-bitmap-fonts-conf.patch
BuildRequires:  fontpackages-devel
Requires(pre):  fontconfig
%reconfigure_fonts_prereq
Provides:       wqy-bitmapfont = %{version}
Obsoletes:      wqy-bitmapfont < 0.9.9_0
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
The Wen Quan Yi bitmap font includes complete CJK Unified
Ideograph (U4E00 - U9FA5) glyphs at four different sizes
(9pt-12X12 pixel, 10pt-13X13 pixel, 11pt-15X15 pixel,
12pt-16x16 pixel) and two weights (medium and bold).

%prep
%setup -n wqy-bitmapfont
sed -i "s/equal/qual/" 85-wqy-bitmapsong.conf
%patch0 -p1

%build

%install
mkdir -p %{buildroot}%{fontdir}
install -m 644 *.pcf %{buildroot}%{fontdir}
gzip -9 %{buildroot}%{fontdir}/*.pcf
install -c -m 644 fonts.alias %{buildroot}%{fontdir}/fonts.scale
mkdir -p %{buildroot}%{_datadir}/icons/
cp LOGO.png %{buildroot}%{_datadir}/icons/wqy-bitmapsong.png
%install_fontsconf 85-wqy-bitmapsong.conf

%reconfigure_fonts_scriptlets -c

%files
%defattr(-, root,root)
%doc AUTHORS README COPYING ChangeLog
%{_fontsdir}/Chinese
%files_fontsconf_availdir
%files_fontsconf_file -l 85-wqy-bitmapsong.conf
%{_datadir}/icons/wqy-bitmapsong.png

%changelog
++++++ wqy-bitmap-fonts-conf.patch ++++++
Index: wqy-bitmapfont/85-wqy-bitmapsong.conf
===================================================================
--- wqy-bitmapfont.orig/85-wqy-bitmapsong.conf
+++ wqy-bitmapfont/85-wqy-bitmapsong.conf
@@ -25,10 +25,90 @@
     <match target="pattern">
         <test qual="any" compare="eq" name="lang">
                 <string>en</string>
+        </test> 
+        <test compare="more_eq" name="pixelsize">
+                <double>11</double>
+        </test>
+        <test compare="less_eq" name="pixelsize">
+                <double>16</double>
+        </test>
+        <test compare="not_eq" name="family">
+               <string>monospace</string>
+       </test>
+        <edit name="family" mode="prepend_first">
+                <string>WenQuanYi Bitmap Song</string>
+        </edit>
+    </match>
+    <match target="pattern">
+        <test qual="any" compare="eq" name="lang">
                 <string>en-us</string>
+        </test> 
+        <test compare="more_eq" name="pixelsize">
+                <double>11</double>
+        </test>
+        <test compare="less_eq" name="pixelsize">
+                <double>16</double>
+        </test>
+        <test compare="not_eq" name="family">
+               <string>monospace</string>
+       </test>
+        <edit name="family" mode="prepend_first">
+                <string>WenQuanYi Bitmap Song</string>
+        </edit>
+    </match>
+    <match target="pattern">
+        <test qual="any" compare="eq" name="lang">
                 <string>zh-cn</string>
+        </test> 
+        <test compare="more_eq" name="pixelsize">
+                <double>11</double>
+        </test>
+        <test compare="less_eq" name="pixelsize">
+                <double>16</double>
+        </test>
+        <test compare="not_eq" name="family">
+               <string>monospace</string>
+       </test>
+        <edit name="family" mode="prepend_first">
+                <string>WenQuanYi Bitmap Song</string>
+        </edit>
+    </match>
+    <match target="pattern">
+        <test qual="any" compare="eq" name="lang">
                 <string>zh-tw</string>
+        </test> 
+        <test compare="more_eq" name="pixelsize">
+                <double>11</double>
+        </test>
+        <test compare="less_eq" name="pixelsize">
+                <double>16</double>
+        </test>
+        <test compare="not_eq" name="family">
+               <string>monospace</string>
+       </test>
+        <edit name="family" mode="prepend_first">
+                <string>WenQuanYi Bitmap Song</string>
+        </edit>
+    </match>
+    <match target="pattern">
+        <test qual="any" compare="eq" name="lang">
                 <string>zh-hk</string>
+        </test> 
+        <test compare="more_eq" name="pixelsize">
+                <double>11</double>
+        </test>
+        <test compare="less_eq" name="pixelsize">
+                <double>16</double>
+        </test>
+        <test compare="not_eq" name="family">
+               <string>monospace</string>
+       </test>
+        <edit name="family" mode="prepend_first">
+                <string>WenQuanYi Bitmap Song</string>
+        </edit>
+    </match>
+    <match target="pattern">
+        <test qual="any" compare="eq" name="lang">
                 <string>zh-sg</string>
         </test> 
         <test compare="more_eq" name="pixelsize">
@@ -47,10 +127,90 @@
     <match target="pattern">
         <test qual="any" compare="eq" name="lang">
                 <string>en</string>
+        </test>
+        <test compare="more_eq" name="size">
+                <double>8</double>
+        </test>
+        <test compare="less_eq" name="size">
+                <double>12</double>
+        </test>
+        <test compare="not_eq" name="family">
+                <string>monospace</string>
+        </test>
+        <edit name="family" mode="prepend_first">
+                <string>WenQuanYi Bitmap Song</string>
+        </edit>
+   </match>
+    <match target="pattern">
+        <test qual="any" compare="eq" name="lang">
                 <string>en-us</string>
+        </test>
+        <test compare="more_eq" name="size">
+                <double>8</double>
+        </test>
+        <test compare="less_eq" name="size">
+                <double>12</double>
+        </test>
+        <test compare="not_eq" name="family">
+                <string>monospace</string>
+        </test>
+        <edit name="family" mode="prepend_first">
+                <string>WenQuanYi Bitmap Song</string>
+        </edit>
+   </match>
+   <match target="pattern">
+        <test qual="any" compare="eq" name="lang">
                 <string>zh-cn</string>
+        </test>
+        <test compare="more_eq" name="size">
+                <double>8</double>
+        </test>
+        <test compare="less_eq" name="size">
+                <double>12</double>
+        </test>
+        <test compare="not_eq" name="family">
+                <string>monospace</string>
+        </test>
+        <edit name="family" mode="prepend_first">
+                <string>WenQuanYi Bitmap Song</string>
+        </edit>
+   </match>
+   <match target="pattern">
+        <test qual="any" compare="eq" name="lang">
                 <string>zh-tw</string>
+        </test>
+        <test compare="more_eq" name="size">
+                <double>8</double>
+        </test>
+        <test compare="less_eq" name="size">
+                <double>12</double>
+        </test>
+        <test compare="not_eq" name="family">
+                <string>monospace</string>
+        </test>
+        <edit name="family" mode="prepend_first">
+                <string>WenQuanYi Bitmap Song</string>
+        </edit>
+   </match>
+   <match target="pattern">
+        <test qual="any" compare="eq" name="lang">
                 <string>zh-hk</string>
+        </test>
+        <test compare="more_eq" name="size">
+                <double>8</double>
+        </test>
+        <test compare="less_eq" name="size">
+                <double>12</double>
+        </test>
+        <test compare="not_eq" name="family">
+                <string>monospace</string>
+        </test>
+        <edit name="family" mode="prepend_first">
+                <string>WenQuanYi Bitmap Song</string>
+        </edit>
+   </match>
+   <match target="pattern">
+        <test qual="any" compare="eq" name="lang">
                 <string>zh-sg</string>
         </test>
         <test compare="more_eq" name="size">
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to