rpms/fontconfig/devel 50-no-hint-fonts.conf, 1.3, 1.4 fontconfig-2.3.95-defaultconfig.patch, 1.2, 1.3 fontconfig.spec, 1.81, 1.82

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 27 22:36:45 UTC 2006


Author: besfahbo

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

Modified Files:
	50-no-hint-fonts.conf fontconfig-2.3.95-defaultconfig.patch 
	fontconfig.spec 
Log Message:
- Do umask 0022 in post
- Update configs to reflect addition of new Indic fonts (#200381, #200397)



Index: 50-no-hint-fonts.conf
===================================================================
RCS file: /cvs/dist/rpms/fontconfig/devel/50-no-hint-fonts.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 50-no-hint-fonts.conf	17 Jan 2006 23:16:50 -0000	1.3
+++ 50-no-hint-fonts.conf	27 Jul 2006 22:36:43 -0000	1.4
@@ -188,4 +188,56 @@
 			<bool>false</bool>
 		</edit>
 	</match>
+
+<!--
+Disabling hinting for newly added Indic fonts (kn/or/ml/te)
+-->
+        <match target="font">
+                <test name="family" compare="eq">
+                        <string>Lohit Kannada</string>
+                </test>
+                <edit name="hinting" mode="assign">
+                        <bool>false</bool>
+                </edit>
+        </match>
+
+        <match target="font">
+                <test name="family" compare="eq">
+                        <string>Lohit Oriya</string>
+                </test>
+                <edit name="hinting" mode="assign">
+                        <bool>false</bool>
+                </edit>
+        </match>
+
+        <match target="font">
+                <test name="family" compare="eq">
+                        <string>Lohit Malayalam</string>
+                </test>
+                <edit name="hinting" mode="assign">
+                        <bool>false</bool>
+                </edit>
+        </match>
+
+        <match target="font">
+                <test name="family" compare="eq">
+                        <string>Lohit Telugu</string>
+                </test>
+                <edit name="hinting" mode="assign">
+                        <bool>false</bool>
+                </edit>
+        </match>
+
+<!--
+And Sinhala
+-->
+	<match target="font">
+		<test name="family" compare="eq">
+			<string>LKLUG</string>
+		</test>
+		<edit name="hinting" mode="assign">
+			<bool>false</bool>
+		</edit>
+	</match>
+
 </fontconfig>

fontconfig-2.3.95-defaultconfig.patch:
 fonts.conf.in |  117 +++++++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 92 insertions(+), 25 deletions(-)

Index: fontconfig-2.3.95-defaultconfig.patch
===================================================================
RCS file: /cvs/dist/rpms/fontconfig/devel/fontconfig-2.3.95-defaultconfig.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fontconfig-2.3.95-defaultconfig.patch	27 Apr 2006 03:27:48 -0000	1.2
+++ fontconfig-2.3.95-defaultconfig.patch	27 Jul 2006 22:36:43 -0000	1.3
@@ -1,5 +1,5 @@
---- fontconfig-2.3.95/fonts.conf.in.defaultconfig	2006-04-26 13:07:47.000000000 -0400
-+++ fontconfig-2.3.95/fonts.conf.in	2006-04-26 13:07:56.000000000 -0400
+--- fontconfig-2.3.95/fonts.conf.in.defaultconfig	2006-04-14 20:24:26.000000000 -0400
++++ fontconfig-2.3.95/fonts.conf.in	2006-07-27 18:32:47.000000000 -0400
 @@ -80,6 +80,8 @@
  		<family>Nimbus Roman No9 L</family>
  		<family>Luxi Serif</family>
@@ -95,7 +95,7 @@
  	</alias>
   	<alias>
  		<family>Courier New</family>
-@@ -293,17 +320,25 @@
+@@ -293,17 +320,30 @@
  	<alias>
  		<family>serif</family>
  		<prefer>
@@ -116,6 +116,11 @@
 +			<family>Lohit Hindi</family>
 +			<family>Lohit Punjabi</family>
 +			<family>Lohit Tamil</family>
++			<family>Lohit Malayalam</family>
++			<family>Lohit Kannada</family>
++			<family>Lohit Telugu</family>
++			<family>Lohit Oriya</family>
++			<family>LKLUG</family>
 +			<family>Sazanami Mincho</family>
 +			<family>Kochi Mincho</family>
 +			<family>ZYSong18030</family>
@@ -126,7 +131,7 @@
  			<family>AR PL SungtiL GB</family>
  			<family>AR PL Mingti2L Big5</family>
  			<family>MS 明朝</family>
-@@ -313,41 +348,58 @@
+@@ -313,41 +353,68 @@
  	<alias>
  		<family>sans-serif</family>
  		<prefer>
@@ -149,6 +154,11 @@
 +			<family>Lohit Hindi</family>
 +			<family>Lohit Punjabi</family>
 +			<family>Lohit Tamil</family>
++			<family>Lohit Malayalam</family>
++			<family>Lohit Kannada</family>
++			<family>Lohit Telugu</family>
++			<family>Lohit Oriya</family>
++			<family>LKLUG</family>
 +			<family>Sazanami Gothic</family>
  			<family>Kochi Gothic</family>
 -			<family>AR PL KaitiM GB</family>
@@ -182,6 +192,11 @@
 +                        <family>Lohit Hindi</family>
 +                        <family>Lohit Punjabi</family>
 +			<family>Lohit Tamil</family>
++			<family>Lohit Malayalam</family>
++			<family>Lohit Kannada</family>
++			<family>Lohit Telugu</family>
++			<family>Lohit Oriya</family>
++			<family>LKLUG</family>
  			<family>Nimbus Mono L</family>
  			<family>Courier</family>
 -			<family>Miriam Mono</family>


Index: fontconfig.spec
===================================================================
RCS file: /cvs/dist/rpms/fontconfig/devel/fontconfig.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- fontconfig.spec	19 Jul 2006 03:54:14 -0000	1.81
+++ fontconfig.spec	27 Jul 2006 22:36:43 -0000	1.82
@@ -3,7 +3,7 @@
 Summary: Font configuration and customization library
 Name: fontconfig
 Version: 2.3.95
-Release: 5
+Release: 6
 License: MIT
 Group: System Environment/Libraries
 Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
@@ -98,6 +98,8 @@
 %post
 /sbin/ldconfig
 
+umask 0022
+
 mkdir -p %{_localstatedir}/cache/fontconfig
 touch %{_localstatedir}/cache/fontconfig/stamp
 
@@ -141,6 +143,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 27 2006 Behdad Esfahbod <besfahbo at redhat.com> - 2.3.95-6
+- Do umask 0022 in post
+- Update configs to reflect addition of new Indic fonts (#200381, #200397)
+
 * Tue Jul 18 2006 Matthias Clasen <mclasen at redhat.com> - 2.3.95-5
 - Plug a small memory leak
 




More information about the fedora-cvs-commits mailing list