OBS User unknown 2007-12-18 17:37:14 +00:00 committed by Git OBS Bridge
parent 7a922c923f
commit 63f8901851
4 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Dec 18 16:07:26 CET 2007 - mfabian@suse.de
- add "Lucida Sans Typewriter", "Lucida Sans", and "Lucida Bright"
to the list of fonts which should always use the byte code
interpreter if anti-aliasing is off. Suggested by
Bernhard Walle <bwalle@suse.de>.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 16 17:39:14 CEST 2007 - mfabian@suse.de Tue Oct 16 17:39:14 CEST 2007 - mfabian@suse.de

View File

@ -23,7 +23,7 @@ Url: http://fontconfig.org/
AutoReqProv: on AutoReqProv: on
Requires: bash Requires: bash
Version: 2.4.2 Version: 2.4.2
Release: 48 Release: 59
Summary: Library for Font Configuration Summary: Library for Font Configuration
# CVS can be found here: (CVS is gone, fontconfig uses git now). # CVS can be found here: (CVS is gone, fontconfig uses git now).
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login # $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
@ -230,7 +230,13 @@ rm -rf $RPM_BUILD_ROOT
%{myprefix}/%{_lib}/libfontconfig.so %{myprefix}/%{_lib}/libfontconfig.so
%doc %{_mandir}/man3/Fc* %doc %{_mandir}/man3/Fc*
%{myprefix}/include/fontconfig/ %{myprefix}/include/fontconfig/
%changelog %changelog
* Tue Dec 18 2007 - mfabian@suse.de
- add "Lucida Sans Typewriter", "Lucida Sans", and "Lucida Bright"
to the list of fonts which should always use the byte code
interpreter if anti-aliasing is off. Suggested by
Bernhard Walle <bwalle@suse.de>.
* Tue Oct 16 2007 - mfabian@suse.de * Tue Oct 16 2007 - mfabian@suse.de
- Bugzilla #334154: make "Lohit Punjabi" the default font for - Bugzilla #334154: make "Lohit Punjabi" the default font for
Punjabi (move ugly FreeSans, FreeSerif, FreeMono down in Punjabi (move ugly FreeSans, FreeSerif, FreeMono down in

View File

@ -201,6 +201,9 @@
<string>Andy MT</string> <string>Andy MT</string>
<string>Bell MT</string> <string>Bell MT</string>
<string>Monotype Sorts</string> <string>Monotype Sorts</string>
<string>Lucida Sans Typewriter</string>
<string>Lucida Sans</string>
<string>Lucida Bright</string>
</test> </test>
<test name="pixelsize" compare="less_eq"> <test name="pixelsize" compare="less_eq">
<double>0</double> <double>0</double>

View File

@ -164,6 +164,9 @@
<string>Andy MT</string> <string>Andy MT</string>
<string>Bell MT</string> <string>Bell MT</string>
<string>Monotype Sorts</string> <string>Monotype Sorts</string>
<string>Lucida Sans Typewriter</string>
<string>Lucida Sans</string>
<string>Lucida Bright</string>
</test> </test>
<test name="antialias"> <test name="antialias">
<bool>false</bool> <bool>false</bool>