rpms/fontconfig/devel fontconfig-2.2.3-add-sazanami.patch, NONE, 1.1 fontconfig.spec, 1.30, 1.31

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 19 20:51:03 UTC 2005


Update of /cvs/dist/rpms/fontconfig/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26075

Modified Files:
	fontconfig.spec 
Added Files:
	fontconfig-2.2.3-add-sazanami.patch 
Log Message:
* Tue Apr 19 2005 David Zeuthen <davidz at redhat.com> - 2.2.3-13
- Add another font family name Sazanami Gothic/Mincho (#148748)



fontconfig-2.2.3-add-sazanami.patch:
 fonts.conf.in |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+)

--- NEW FILE fontconfig-2.2.3-add-sazanami.patch ---
diff -ruN fontconfig-2.2.3.orig/fonts.conf.in fontconfig-2.2.3/fonts.conf.in
--- fontconfig-2.2.3.orig/fonts.conf.in	2005-04-18 14:30:55.000000000 +0900
+++ fontconfig-2.2.3/fonts.conf.in	2005-04-18 14:34:56.000000000 +0900
@@ -75,6 +75,7 @@
 		<family>Times New Roman</family>
 		<family>Nimbus Roman No9 L</family>
 		<family>Luxi Serif</family>
+		<family>Sazanami Mincho</family>
 		<family>Kochi Mincho</family>
 		<family>AR PL SungtiL GB</family>
 		<family>AR PL Mingti2L Big5</family>
@@ -91,6 +92,7 @@
 		<family>Verdana</family>
 		<family>Nimbus Sans L</family>
 		<family>Luxi Sans</family>
+		<family>Sazanami Gothic</family>
 		<family>Kochi Gothic</family>
 		<family>AR PL KaitiM GB</family>
 		<family>AR PL KaitiM Big5</family>
@@ -303,6 +305,7 @@
 			<family>Lohit Hindi</family>
 			<family>Lohit Punjabi</family>
 			<family>Lohit Tamil</family>
+			<family>Sazanami Mincho</family>
 			<family>Kochi Mincho</family>
  			<family>ZYSong18030</family>
 			<family>AR PL SungtiL GB</family>
@@ -327,6 +330,7 @@
 			<family>Lohit Hindi</family>
 			<family>Lohit Punjabi</family>
 			<family>Lohit Tamil</family>
+			<family>Sazanami Gothic</family>
 			<family>Kochi Gothic</family>
  			<family>ZYSong18030</family>
  			<family>AR PL SungtiL GB</family>
@@ -351,6 +355,7 @@
 			<family>Lohit Punjabi</family>
 			<family>Lohit Tamil</family>
 			<family>Nimbus Mono L</family>
+			<family>Sazanami Gothic</family>
 			<family>Kochi Gothic</family>
  			<family>ZYSong18030</family>
  			<family>AR PL SungtiL GB</family>
@@ -390,6 +395,28 @@
  			<bool>false</bool>
  		</edit>
  	</match>
+	<match target="font">
+		<test name="family" compare="eq">
+			<string>Sazanami Mincho</string>
+		</test>
+		<edit name="hinting" mode="assign">
+			<bool>false</bool>
+		</edit>
+		<edit name="rh_prefer_bitmaps" mode="assign">
+			<bool>false</bool>
+		</edit>
+	</match>
+	<match target="font">
+		<test name="family" compare="eq">
+			<string>Sazanami Gothic</string>
+		</test>
+		<edit name="hinting" mode="assign">
+			<bool>false</bool>
+		</edit>
+		<edit name="rh_prefer_bitmaps" mode="assign">
+			<bool>false</bool>
+		</edit>
+	</match>
  	<match target="font">
  		<test name="family" compare="eq">
  			<string>Baekmuk Batang</string>


Index: fontconfig.spec
===================================================================
RCS file: /cvs/dist/rpms/fontconfig/devel/fontconfig.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- fontconfig.spec	4 Mar 2005 17:12:45 -0000	1.30
+++ fontconfig.spec	19 Apr 2005 20:51:00 -0000	1.31
@@ -12,7 +12,7 @@
 Summary: Font configuration and customization library
 Name: fontconfig
 Version: 2.2.3
-Release: 12
+Release: 13
 License: MIT
 Group: System Environment/Libraries
 Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
@@ -38,6 +38,9 @@
 # https://bugs.freedesktop.org/show_bug.cgi?id=1982
 Patch20: fontconfig-2.2.3-timestamp.patch
 
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=148748
+Patch30: fontconfig-2.2.3-add-sazanami.patch
+
 BuildRequires: freetype-devel >= %{freetype_version}
 BuildRequires: expat-devel
 BuildRequires: perl
@@ -81,6 +84,8 @@
 %patch19 -p1 -b .ta-pa-orth
 %patch20 -p1 -b .timestamp
 
+%patch30 -p1 -b .sazanami
+
 %if %{disable_docs}
 %patch14 -p1 -b .nodocs
 %endif
@@ -182,6 +187,9 @@
 %endif
 
 %changelog
+* Tue Apr 19 2005 David Zeuthen <davidz at redhat.com> - 2.2.3-13
+- Add another font family name Sazanami Gothic/Mincho (#148748)
+
 * Fri Mar  4 2005 David Zeuthen <davidz at redhat.com> - 2.2.3-12
 - Rebuild
 




More information about the fedora-cvs-commits mailing list