This commit is contained in:
parent
85b6f28c6b
commit
b45c023740
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 26 14:44:48 CEST 2008 - mfabian@suse.de
|
||||
|
||||
- bnc#246804: remove workaround to force the detection of FreeMono
|
||||
as monospace, freefont >= 0.20080323 has the spacing problem
|
||||
fixed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 21 15:54:42 CEST 2008 - mfabian@suse.de
|
||||
|
||||
|
@ -24,7 +24,7 @@ Url: http://fontconfig.org/
|
||||
AutoReqProv: on
|
||||
Requires: bash
|
||||
Version: 2.4.2
|
||||
Release: 87
|
||||
Release: 88
|
||||
Summary: Library for Font Configuration
|
||||
# CVS can be found here: (CVS is gone, fontconfig uses git now).
|
||||
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
|
||||
@ -237,6 +237,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{myprefix}/include/fontconfig/
|
||||
|
||||
%changelog
|
||||
* Mon May 26 2008 mfabian@suse.de
|
||||
- bnc#246804: remove workaround to force the detection of FreeMono
|
||||
as monospace, freefont >= 0.20080323 has the spacing problem
|
||||
fixed.
|
||||
* Wed May 21 2008 mfabian@suse.de
|
||||
- bnc#378463:
|
||||
• accept "Liberation Serif", "Liberation Sans", and
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<!--
|
||||
Bugzilla #52167 and bugzilla #246804:
|
||||
Some fonts like "Luxi Mono", "Nimbus Mono L", and "FreeMono"
|
||||
Some fonts like "Luxi Mono", and "Nimbus Mono L"
|
||||
which are intended to be monospace are not detected as
|
||||
monospace because they have a few glyphs with wrong width.
|
||||
That is of course a bug in the fonts but this is difficult
|
||||
@ -17,7 +17,6 @@
|
||||
|
||||
<match target="scan" >
|
||||
<test compare="contains" name="family" >
|
||||
<string>FreeMono</string>
|
||||
<string>Luxi Mono</string>
|
||||
<string>Nimbus Mono L</string>
|
||||
</test>
|
||||
|
Loading…
x
Reference in New Issue
Block a user