rpms/lohit-hindi-fonts/F-12 fixing-conf.patch, NONE, 1.1 lohit-hindi-fonts.spec, 1.2, 1.3

Pravin Satpute pravins at fedoraproject.org
Thu Mar 11 14:40:17 UTC 2010


Author: pravins

Update of /cvs/pkgs/rpms/lohit-hindi-fonts/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15180

Modified Files:
	lohit-hindi-fonts.spec 
Added Files:
	fixing-conf.patch 
Log Message:
 * Thu Mar 11 2010 Pravin Satpute <psatpute at redhat.com> - 2.4.3-3
 - fixed .conf file problem
 - fixed 572555


fixing-conf.patch:
 66-lohit-hindi.conf |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE fixing-conf.patch ---
diff -rup lohit-hindi-2.4.3/66-lohit-hindi.conf lohit-hindi-2.4.3_mod/66-lohit-hindi.conf
--- lohit-hindi-2.4.3/66-lohit-hindi.conf	2009-09-09 15:18:33.000000000 +0530
+++ lohit-hindi-2.4.3_mod/66-lohit-hindi.conf	2010-03-11 19:44:31.000000000 +0530
@@ -2,13 +2,13 @@
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <fontconfig>
 <match>
-  <test name="lang" compare="contains">
-    <string>hi</string>
+  <test name="lang">
+    <string>hi-in</string>
   </test>
   <test name="family">
     <string>sans-serif</string>
   </test>
-  <edit name="family" mode="prepend_first" binding="same">
+  <edit name="family" mode="prepend" binding="same">
     <string>Lohit Hindi</string>
   </edit>
 </match>


Index: lohit-hindi-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lohit-hindi-fonts/F-12/lohit-hindi-fonts.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- lohit-hindi-fonts.spec	25 Sep 2009 11:46:51 -0000	1.2
+++ lohit-hindi-fonts.spec	11 Mar 2010 14:40:17 -0000	1.3
@@ -3,7 +3,7 @@
 
 Name:           %{fontname}-fonts
 Version:        2.4.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Free Hindi font
 
 Group:          User Interface/X
@@ -15,6 +15,7 @@ BuildArch:      noarch
 BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:       fontpackages-filesystem
+Patch1: fixing-conf.patch
 Obsoletes: lohit-fonts-common < %{version}-%{release}
 
 %description
@@ -23,6 +24,7 @@ This package provides a free Hindi truet
 
 %prep
 %setup -q -n %{fontname}-%{version} 
+%patch1 -p1 -b .1-fixing-conf-file
 
 
 %build
@@ -52,6 +54,10 @@ rm -fr %{buildroot}
 %doc ChangeLog COPYRIGHT COPYING AUTHORS README ChangeLog.old
 
 %changelog
+* Thu Mar 11 2010 Pravin Satpute <psatpute at redhat.com> - 2.4.3-3
+- fixed .conf file problem
+- fixed 572555
+
 * Fri Sep 25 2009 Pravin Satpute <psatpute at redhat.com> - 2.4.3-2
 - updated specs
 



More information about the fonts-bugs mailing list