rpms/VLGothic-fonts/F-8 59-VLGothic-proportional.conf, NONE, 1.1 .cvsignore, 1.3, 1.4 59-VLGothic-monospace.conf, 1.1, 1.2 VLGothic-fonts.spec, 1.9, 1.10 sources, 1.8, 1.9 59-VLGothic-sans.conf, 1.1, NONE

Akira TAGOH tagoh at fedoraproject.org
Wed Oct 29 06:52:03 UTC 2008


Author: tagoh

Update of /cvs/pkgs/rpms/VLGothic-fonts/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11286

Modified Files:
	.cvsignore 59-VLGothic-monospace.conf VLGothic-fonts.spec 
	sources 
Added Files:
	59-VLGothic-proportional.conf 
Removed Files:
	59-VLGothic-sans.conf 
Log Message:
* Wed Oct 29 2008 Akira TAGOH <tagoh at redhat.com> - 20081029-1
- update to 20081029 release.


--- NEW FILE 59-VLGothic-proportional.conf ---
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <match target="font">
        <test name="family">
            <string>VL PGothic</string>
        </test>
        <edit name="hinting" mode="assign">
            <bool>false</bool>
        </edit>
    </match>

    <match target="pattern">
        <test name="family">
            <string>sans-serif</string>
        </test>
        <test name="lang" compare="contains">
            <string>jp</string>
        </test>
        <edit name="lang" mode="prepend" binding="strong">
            <string>en</string>
        </edit>
    </match>

    <alias>
        <family>sans-serif</family>
        <prefer>
            <family>DejaVu Sans</family>
            <family>VL PGothic</family>
        </prefer>
    </alias>
</fontconfig>


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/VLGothic-fonts/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	17 Jan 2008 07:36:55 -0000	1.3
+++ .cvsignore	29 Oct 2008 06:51:33 -0000	1.4
@@ -1 +1,2 @@
 VLGothic-20071215.tar.bz2
+VLGothic-20081029.tar.bz2


Index: 59-VLGothic-monospace.conf
===================================================================
RCS file: /cvs/pkgs/rpms/VLGothic-fonts/F-8/59-VLGothic-monospace.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 59-VLGothic-monospace.conf	18 Oct 2007 14:28:57 -0000	1.1
+++ 59-VLGothic-monospace.conf	29 Oct 2008 06:51:33 -0000	1.2
@@ -9,20 +9,24 @@
             <bool>false</bool>
         </edit>
     </match>
+    
+    <match target="pattern">
+        <test name="family">
+            <string>monospace</string>
+        </test>
+        <test name="lang" compare="contains">
+            <string>jp</string>
+        </test>
+        <edit name="lang" mode="prepend" binding="strong">
+            <string>en</string>
+        </edit>
+    </match>
 
     <alias>
         <family>monospace</family>
         <prefer>
+            <family>DejaVu Sans Mono</family>
             <family>VL Gothic</family>
         </prefer>
     </alias>
-
-    <match target="pattern">
-        <test name="family">
-            <string>monospace</string>
-        </test>
-        <edit name="family" mode="prepend" binding="strong">
-            <string>DejaVu Sans Mono</string>
-        </edit>
-    </match>
 </fontconfig>


Index: VLGothic-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/VLGothic-fonts/F-8/VLGothic-fonts.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- VLGothic-fonts.spec	17 Jan 2008 07:06:13 -0000	1.9
+++ VLGothic-fonts.spec	29 Oct 2008 06:51:33 -0000	1.10
@@ -3,18 +3,19 @@
 %define fontconfdir %{_sysconfdir}/fonts/conf.d
 
 Name: %{fontname}-fonts
-Version: 20071215
-Release: 2%{?dist}
+Version: 20081029
+Release: 1%{?dist}
 Summary: Japanese TrueType font
 
 License: mplus and BSD
 Group: User Interface/X
 URL: http://dicey.org/vlgothic
 Source0: http://vinelinux.org/~daisuke/vlgothic/%{fontname}-%{version}.tar.bz2
-Source1: 59-VLGothic-sans.conf
+Source1: 59-VLGothic-proportional.conf
 Source2: 59-VLGothic-monospace.conf
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
+# added for f9 can be dropped in f11:
 Obsoletes: %{name}-monospace < 20071215-2
 
 %description
@@ -100,12 +101,25 @@
 %files proportional
 %doc README* LICENSE*
 %dir %{fontdir}-proportional
-%config(noreplace) %{_sysconfdir}/fonts/conf.d/59-VLGothic-sans.conf
+%config(noreplace) %{_sysconfdir}/fonts/conf.d/59-VLGothic-proportional.conf
 %{fontdir}-proportional/VL-PGothic-Regular.ttf
 
 
 %changelog
-* Thu Jan 17 2008 Jens Petersen <petersen at redhat.com> - 20071215-2
+* Wed Oct 29 2008 Akira TAGOH <tagoh at redhat.com> - 20081029-1
+- update to 20081029 release.
+
+* Tue Sep  9 2008 Akira TAGOH <tagoh at redhat.com> - 20080908-1
+- update to 20080908 release.
+
+* Thu Jul 31 2008 Jens Petersen <petersen at redhat.com> - 20080624-1.fc10
+- update to 20080624 release
+
+* Wed May  7 2008 Jens Petersen <petersen at redhat.com> - 20080429-1
+- update to 20080429 release
+- rename 59-VLGothic-sans.conf to 59-VLGothic-proportional.conf
+
+* Thu Jan 17 2008 Jens Petersen <petersen at redhat.com> - 20071215-2.fc9
 - move monospace font to main package and obsolete monospace subpackage
 - rename sans subpackage to proportional and obsolete sans subpackage
 - use a separate font dir for the proportional font subpackage


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/VLGothic-fonts/F-8/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	17 Jan 2008 07:36:55 -0000	1.8
+++ sources	29 Oct 2008 06:51:33 -0000	1.9
@@ -1 +1 @@
-830fe98b9c5ba833e9eab9f6570a0d3c  VLGothic-20071215.tar.bz2
+c7ef9b60744cba71b7ea7ff402812f4d  VLGothic-20081029.tar.bz2


--- 59-VLGothic-sans.conf DELETED ---




More information about the scm-commits mailing list