rpms/ipa-gothic-fonts/F-12 .cvsignore, 1.2, 1.3 ipa-gothic-fonts-fontconfig.conf, 1.2, 1.3 ipa-gothic-fonts.spec, 1.4, 1.5 sources, 1.2, 1.3

Akira TAGOH tagoh at fedoraproject.org
Tue May 25 07:05:00 UTC 2010


Author: tagoh

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

Modified Files:
	.cvsignore ipa-gothic-fonts-fontconfig.conf 
	ipa-gothic-fonts.spec sources 
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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-gothic-fonts/F-12/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	23 Apr 2009 06:52:34 -0000	1.2
+++ .cvsignore	25 May 2010 07:04:59 -0000	1.3
@@ -1 +1,2 @@
 ipag00301.zip
+ipag00302.zip


Index: ipa-gothic-fonts-fontconfig.conf
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-gothic-fonts/F-12/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:03:26 -0000	1.2
+++ ipa-gothic-fonts-fontconfig.conf	25 May 2010 07:04:59 -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-12/ipa-gothic-fonts.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ipa-gothic-fonts.spec	25 Jul 2009 03:29:46 -0000	1.4
+++ ipa-gothic-fonts.spec	25 May 2010 07:05:00 -0000	1.5
@@ -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:	4%{?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,25 @@ 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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-gothic-fonts/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	23 Apr 2009 06:52:34 -0000	1.2
+++ sources	25 May 2010 07:05:00 -0000	1.3
@@ -1 +1 @@
-5ae6783ec8c1e0c6579eb2033bfc78f9  ipag00301.zip
+cc9f6472b1b6f2aa7fb06dcc085f6923  ipag00302.zip



More information about the scm-commits mailing list