Hello community,

here is the log from the commit of package wqy-bitmap-fonts for 
openSUSE:Factory checked in at 2012-12-19 13:59:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wqy-bitmap-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.wqy-bitmap-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/wqy-bitmap-fonts/wqy-bitmap-fonts.changes        
2012-10-16 07:19:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wqy-bitmap-fonts.new/wqy-bitmap-fonts.changes   
2012-12-19 13:59:28.000000000 +0100
@@ -1,0 +2,7 @@
+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
+
+-------------------------------------------------------------------

New:
----
  wqy-bitmap-fonts-conf.patch

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

Other differences:
------------------
++++++ wqy-bitmap-fonts.spec ++++++
--- /var/tmp/diff_new_pack.ND19hF/_old  2012-12-19 13:59:29.000000000 +0100
+++ /var/tmp/diff_new_pack.ND19hF/_new  2012-12-19 13:59:29.000000000 +0100
@@ -25,6 +25,8 @@
 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
@@ -41,6 +43,7 @@
 
 %prep
 %setup -n wqy-bitmapfont
+%patch0 -p1
 
 %build
 

++++++ 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 equal="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 equal="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 equal="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 equal="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 equal="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 equal="any" compare="eq" name="lang">
                 <string>zh-sg</string>
         </test> 
         <test compare="more_eq" name="pixelsize">
@@ -47,10 +127,90 @@
     <match target="pattern">
         <test equal="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 equal="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 equal="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 equal="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 equal="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 equal="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