Author: tagoh

Update of /cvs/pkgs/rpms/ipa-mincho-fonts/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25743

Modified Files:
        .cvsignore ipa-mincho-fonts-fontconfig.conf 
        ipa-mincho-fonts.spec sources 
Log Message:
* Fri Apr 16 2010 Akira TAGOH <[email protected]> - 003.02-2
- Get rid of binding="same" from the fontconfig config file. (#578021)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-mincho-fonts/F-13/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  23 Apr 2009 07:00:50 -0000      1.2
+++ .cvsignore  17 Apr 2010 01:28:57 -0000      1.3
@@ -1 +1,2 @@
 ipam00301.zip
+ipam00302.zip


Index: ipa-mincho-fonts-fontconfig.conf
===================================================================
RCS file: 
/cvs/pkgs/rpms/ipa-mincho-fonts/F-13/ipa-mincho-fonts-fontconfig.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- ipa-mincho-fonts-fontconfig.conf    5 Jun 2009 12:17:15 -0000       1.2
+++ ipa-mincho-fonts-fontconfig.conf    17 Apr 2010 01:28:57 -0000      1.3
@@ -11,18 +11,19 @@
 
        <!-- Locale-specific overrides -->
        <match>
-               <test name="lang">
-                       <string>ja-jp</string>
+               <test name="lang" compare="contains">
+                       <string>ja</string>
                </test>
                <test name="family">
                        <string>serif</string>
                </test>
-               <edit name="family" mode="prepend" binding="same">
+               <edit name="family" mode="prepend">
                        <string>IPAMincho</string>
                </edit>
        </match>
 
        <!-- disable hinting -->
+<!--
        <match target="font">
                <test name="family">
                        <string>IPAMincho</string>
@@ -31,5 +32,6 @@
                        <bool>false</bool>
                </edit>
        </match>
+-->
 </fontconfig>
 


Index: ipa-mincho-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-mincho-fonts/F-13/ipa-mincho-fonts.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ipa-mincho-fonts.spec       25 Jul 2009 03:30:02 -0000      1.4
+++ ipa-mincho-fonts.spec       17 Apr 2010 01:28:57 -0000      1.5
@@ -1,12 +1,12 @@
-%global                priority        65
+%global                priority        66
 %global                fontname        ipa-mincho
 %global                fontconf        %{priority}-%{fontname}.conf
-%global                archiveversion  00301
+%global                archiveversion  00302
 %global                archivename     ipam%{archiveversion}
 
 Name:          %{fontname}-fonts
-Version:       003.01
-Release:       4%{?dist}
+Version:       003.02
+Release:       2%{?dist}
 Summary:       Japanese Mincho-typeface OpenType font by IPA
 
 Group:         User Interface/X
@@ -36,7 +36,7 @@ This package contains Mincho style font.
 rm -rf $RPM_BUILD_ROOT
 
 install -m 0755 -d $RPM_BUILD_ROOT%{_fontdir}
-install -m 0644 -p *.otf $RPM_BUILD_ROOT%{_fontdir}
+install -m 0644 -p *.ttf $RPM_BUILD_ROOT%{_fontdir}
 
 install -m 0755 -d     $RPM_BUILD_ROOT%{_fontconfig_templatedir}       \
                        $RPM_BUILD_ROOT%{_fontconfig_confdir}
@@ -50,12 +50,18 @@ ln -s       %{_fontconfig_templatedir}/%{fontc
 rm -rf $RPM_BUILD_ROOT
 
 
-%_font_pkg -f %{fontconf} *.otf
+%_font_pkg -f %{fontconf} *.ttf
 
 %doc Readme_%{archivename}.txt IPA_Font_License_Agreement_v1.0.txt
 
 
 %changelog
+* Fri Apr 16 2010 Akira TAGOH <[email protected]> - 003.02-2
+- Get rid of binding="same" from the fontconfig config file. (#578021)
+
+* Wed Feb 17 2010 Akira TAGOH <[email protected]> - 003.02-1
+- New upstream release.
+
 * Fri Jul 24 2009 Fedora Release Engineering <[email protected]> 
- 003.01-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-mincho-fonts/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources     23 Apr 2009 07:00:50 -0000      1.2
+++ sources     17 Apr 2010 01:28:57 -0000      1.3
@@ -1 +1 @@
-583645bf37f787b2edec30e7d763e8b3  ipam00301.zip
+d6f5c97dcaa6158a7001440fae65d935  ipam00302.zip

_______________________________________________
fonts-bugs mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

Reply via email to