rpms/sazanami-fonts/F-13 sazanami-fonts.spec, 1.8, 1.9 sazanami-gothic-fontconfig.conf, 1.1, 1.2 sazanami-mincho-fontconfig.conf, 1.1, 1.2

Akira TAGOH tagoh at fedoraproject.org
Mon Apr 19 03:33:11 UTC 2010


Author: tagoh

Update of /cvs/pkgs/rpms/sazanami-fonts/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20062

Modified Files:
	sazanami-fonts.spec sazanami-gothic-fontconfig.conf 
	sazanami-mincho-fontconfig.conf 
Log Message:
* Mon Apr 19 2010 Akira TAGOH <tagoh at redhat.com> - 0.20040629-10
- Get rid of binding="same" from the fontconfig config file. (#578045)


Index: sazanami-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sazanami-fonts/F-13/sazanami-fonts.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sazanami-fonts.spec	6 Oct 2009 03:01:58 -0000	1.8
+++ sazanami-fonts.spec	19 Apr 2010 03:33:10 -0000	1.9
@@ -8,7 +8,7 @@ They also contains some embedded Japanes
 
 Name:		%{fontname}-fonts
 Version:	0.20040629
-Release:	9%{?dist}
+Release:	10%{?dist}
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	ttmkfdir >= 3.0.6
@@ -145,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_fontdir}
 
 %changelog
+* Mon Apr 19 2010 Akira TAGOH <tagoh at redhat.com> - 0.20040629-10
+- Get rid of binding="same" from the fontconfig config file. (#578045)
+
 * Tue Oct  6 2009 Akira TAGOH <tagoh at redhat.com> - 0.20040629-9
 - keeps the original timestamps for TTFs.
 


Index: sazanami-gothic-fontconfig.conf
===================================================================
RCS file: /cvs/pkgs/rpms/sazanami-fonts/F-13/sazanami-gothic-fontconfig.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sazanami-gothic-fontconfig.conf	25 Dec 2008 05:59:47 -0000	1.1
+++ sazanami-gothic-fontconfig.conf	19 Apr 2010 03:33:11 -0000	1.2
@@ -2,13 +2,13 @@
 <!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
 <fontconfig>
 	<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>Sazanami Gothic</string>
 		</edit>
 	</match>


Index: sazanami-mincho-fontconfig.conf
===================================================================
RCS file: /cvs/pkgs/rpms/sazanami-fonts/F-13/sazanami-mincho-fontconfig.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sazanami-mincho-fontconfig.conf	25 Dec 2008 05:59:47 -0000	1.1
+++ sazanami-mincho-fontconfig.conf	19 Apr 2010 03:33:11 -0000	1.2
@@ -2,13 +2,13 @@
 <!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
 <fontconfig>
 	<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>Sazanami Mincho</string>
 		</edit>
 	</match>



More information about the fonts-bugs mailing list