rpms/ipa-gothic-fonts/F-11 ipa-gothic-fonts-fontconfig.conf, 1.2, 1.3 ipa-gothic-fonts.spec, 1.3, 1.4

Akira TAGOH tagoh at fedoraproject.org
Tue May 25 07:10:48 UTC 2010


Author: tagoh

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

Modified Files:
	ipa-gothic-fonts-fontconfig.conf ipa-gothic-fonts.spec 
Log Message:
* Tue May 25 2010 Akira TAGOH <tagoh at redhat.com> - 003.02-5
- Improve the fontconfig config file to match ja as well.


Index: ipa-gothic-fonts-fontconfig.conf
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-gothic-fonts/F-11/ipa-gothic-fonts-fontconfig.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- ipa-gothic-fonts-fontconfig.conf	5 Jun 2009 11:05:05 -0000	1.2
+++ ipa-gothic-fonts-fontconfig.conf	25 May 2010 07:10:48 -0000	1.3
@@ -8,21 +8,42 @@
 			<family>monospace</family>
 		</default>
 	</alias>
+	<!-- NOTE: just for fallback - ideally better installing ipa-pgothic-fonts -->
+	<alias>
+		<family>IPAGothic</family>
+		<default>
+			<family>sans-serif</family>
+		</default>
+	</alias>
 
 	<!-- Locale-specific overrides -->
 	<match>
 		<test name="lang">
 			<string>ja-jp</string>
+			<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>
+			<string>ja</string>
+		</test>
+		<test name="family">
+			<string>sans-serif</string>
+		</test>
+		<edit name="family" mode="prepend">
 			<string>IPAGothic</string>
 		</edit>
 	</match>
-
 	<!-- disable hinting -->
+<!--
 	<match target="font">
 		<test name="family">
 			<string>IPAGothic</string>
@@ -31,5 +52,6 @@
 			<bool>false</bool>
 		</edit>
 	</match>
+-->
 </fontconfig>
 


Index: ipa-gothic-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-gothic-fonts/F-11/ipa-gothic-fonts.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ipa-gothic-fonts.spec	5 Jun 2009 11:51:21 -0000	1.3
+++ ipa-gothic-fonts.spec	25 May 2010 07:10:48 -0000	1.4
@@ -1,12 +1,12 @@
-%global		priority	65
+%global		priority	65-3
 %global		fontname	ipa-gothic
 %global		fontconf	%{priority}-%{fontname}.conf
-%global		archiveversion	00301
+%global		archiveversion	00302
 %global		archivename	ipag%{archiveversion}
 
 Name:		%{fontname}-fonts
-Version:	003.01
-Release:	3%{?dist}
+Version:	003.02
+Release:	5%{?dist}
 Summary:	Japanese Gothic-typeface OpenType font by IPA
 
 Group:		User Interface/X
@@ -36,7 +36,7 @@ This package contains Gothic (sans-serif
 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,28 @@ 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
+* Tue May 25 2010 Akira TAGOH <tagoh at redhat.com> - 003.02-5
+- Improve the fontconfig config file to match ja as well.
+
+* Mon Apr 19 2010 Akira TAGOH <tagoh at redhat.com> - 003.02-4
+- Get rid of compare="contains".
+
+* 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.
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 003.01-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Fri Jun  5 2009 Akira TAGOH <tagoh at redhat.com> - 003.01-3
 - Disable hinting.
 



More information about the scm-commits mailing list