- fixed bug 578018 .conf file

This commit is contained in:
Pravin Satpute 2010-04-19 09:00:56 +00:00
parent a43b6fafd8
commit 4e907199fd
9 changed files with 12 additions and 9 deletions

View File

@ -33,7 +33,7 @@
<test name="family"> <test name="family">
<string>sans-serif</string> <string>sans-serif</string>
</test> </test>
<edit name="family" mode="prepend" binding="same"> <edit name="family" mode="prepend">
<string>Aharoni CLM</string> <string>Aharoni CLM</string>
</edit> </edit>
</match> </match>

View File

@ -46,7 +46,7 @@
<test name="family"> <test name="family">
<string>serif</string> <string>serif</string>
</test> </test>
<edit name="family" mode="prepend" binding="same"> <edit name="family" mode="prepend">
<string>David CLM</string> <string>David CLM</string>
</edit> </edit>
</match> </match>

View File

@ -28,7 +28,7 @@
<test name="family"> <test name="family">
<string>serif</string> <string>serif</string>
</test> </test>
<edit name="family" mode="prepend" binding="same"> <edit name="family" mode="prepend">
<string>Drugulin CLM</string> <string>Drugulin CLM</string>
</edit> </edit>
</match> </match>

View File

@ -21,7 +21,7 @@
<test name="family"> <test name="family">
<string>sans-serif</string> <string>sans-serif</string>
</test> </test>
<edit name="family" mode="prepend" binding="same"> <edit name="family" mode="prepend">
<string>Ellinia CLM</string> <string>Ellinia CLM</string>
</edit> </edit>
</match> </match>

View File

@ -32,7 +32,7 @@
<test name="family"> <test name="family">
<string>serif</string> <string>serif</string>
</test> </test>
<edit name="family" mode="prepend" binding="same"> <edit name="family" mode="prepend">
<string>Frank Ruehl CLM</string> <string>Frank Ruehl CLM</string>
</edit> </edit>
</match> </match>

View File

@ -27,7 +27,7 @@
<test name="family"> <test name="family">
<string>sans-serif</string> <string>sans-serif</string>
</test> </test>
<edit name="family" mode="prepend" binding="same"> <edit name="family" mode="prepend">
<string>Miriam CLM</string> <string>Miriam CLM</string>
</edit> </edit>
</match> </match>

View File

@ -31,7 +31,7 @@
<test name="family"> <test name="family">
<string>sans-serif</string> <string>sans-serif</string>
</test> </test>
<edit name="family" mode="prepend" binding="same"> <edit name="family" mode="prepend">
<string>Miriam Mono CLM</string> <string>Miriam Mono CLM</string>
</edit> </edit>
</match> </match>

View File

@ -25,7 +25,7 @@
<test name="family"> <test name="family">
<string>sans-serif</string> <string>sans-serif</string>
</test> </test>
<edit name="family" mode="prepend" binding="same"> <edit name="family" mode="prepend">
<string>Nachlieli CLM</string> <string>Nachlieli CLM</string>
</edit> </edit>
</match> </match>

View File

@ -8,7 +8,7 @@ Hebrew from the Culmus project.
Name: %{fontname}-fonts Name: %{fontname}-fonts
Version: 0.104 Version: 0.104
Release: 2%{?dist} Release: 3%{?dist}
Summary: Fonts for Hebrew from Culmus project Summary: Fonts for Hebrew from Culmus project
Group: User Interface/X Group: User Interface/X
@ -250,6 +250,9 @@ rm -fr %{buildroot}
%changelog %changelog
* Mon Apr 19 2010 Pravin Satpute <psatpute@redhat.com> - 0.104-3
- fixed bug 578018 .conf file
* Fri Feb 19 2010 Pravin Satpute <psatpute@redhat.com> - 0.104-2 * Fri Feb 19 2010 Pravin Satpute <psatpute@redhat.com> - 0.104-2
- updated .conf file priorities - updated .conf file priorities
- fixed bug 565385 - fixed bug 565385