rpms/ipa-gothic-fonts/F-13 ipa-gothic-fonts-fontconfig.conf, 1.3, 1.4 ipa-gothic-fonts.spec, 1.5, 1.6

Akira TAGOH tagoh at fedoraproject.org
Fri Apr 16 10:57:29 UTC 2010


Author: tagoh

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

Modified Files:
	ipa-gothic-fonts-fontconfig.conf ipa-gothic-fonts.spec 
Log Message:
* Fri Apr 16 2010 Akira TAGOH <tagoh at redhat.com> - 003.02-3
- Get rid of binding="same" from the fontconfig config file. (#578020)


Index: ipa-gothic-fonts-fontconfig.conf
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-gothic-fonts/F-13/ipa-gothic-fonts-fontconfig.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ipa-gothic-fonts-fontconfig.conf	16 Feb 2010 03:43:02 -0000	1.3
+++ ipa-gothic-fonts-fontconfig.conf	16 Apr 2010 10:57:29 -0000	1.4
@@ -18,25 +18,25 @@
 
 	<!-- Locale-specific overrides -->
 	<match>
-		<test name="lang">
-			<string>ja-jp</string>
+		<test name="lang" compare="contains">
+			<string>ja</string>
 		</test>
 		<test name="family">
 			<string>monospace</string>
 		</test>
-		<edit name="family" mode="prepend" binding="same">
+		<edit name="family" mode="prepend">
 			<string>IPAGothic</string>
 		</edit>
 	</match>
 	<!-- NOTE: just for fallback - ideally better installing ipa-pgothic-fonts -->
 	<match>
-		<test name="lang">
-			<string>ja-jp</string>
+		<test name="lang" compare="contains">
+			<string>ja</string>
 		</test>
 		<test name="family">
 			<string>sans-serif</string>
 		</test>
-		<edit name="family" mode="prepend" binding="same">
+		<edit name="family" mode="prepend">
 			<string>IPAGothic</string>
 		</edit>
 	</match>


Index: ipa-gothic-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-gothic-fonts/F-13/ipa-gothic-fonts.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- ipa-gothic-fonts.spec	16 Feb 2010 03:43:02 -0000	1.5
+++ ipa-gothic-fonts.spec	16 Apr 2010 10:57:29 -0000	1.6
@@ -6,7 +6,7 @@
 
 Name:		%{fontname}-fonts
 Version:	003.02
-Release:	1%{?dist}
+Release:	3%{?dist}
 Summary:	Japanese Gothic-typeface OpenType font by IPA
 
 Group:		User Interface/X
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 16 2010 Akira TAGOH <tagoh at redhat.com> - 003.02-3
+- Get rid of binding="same" from the fontconfig config file. (#578020)
+
 * Tue Feb 16 2010 Akira TAGOH <tagoh at redhat.com> - 003.02-1
 - New upstream release.
 - add a fallback rule for sans-serif.



More information about the fonts-bugs mailing list