This commit is contained in:
parent
63f8901851
commit
2f6a06ca74
6
baselibs.conf
Normal file
6
baselibs.conf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
fontconfig
|
||||||
|
+/usr/bin/fc-cache -> /usr/bin/fc-cache<extension>
|
||||||
|
+/usr/bin/fc-cat -> /usr/bin/fc-cat<extension>
|
||||||
|
+/usr/bin/fc-list -> /usr/bin/fc-list<extension>
|
||||||
|
+/usr/bin/fc-match -> /usr/bin/fc-match<extension>
|
||||||
|
fontconfig-devel
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 18 16:07:26 CET 2007 - mfabian@suse.de
|
Tue Dec 18 16:07:26 CET 2007 - mfabian@suse.de
|
||||||
|
|
||||||
|
327
fontconfig.spec
327
fontconfig.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fontconfig (Version 2.4.2)
|
# spec file for package fontconfig (Version 2.4.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: fontconfig
|
Name: fontconfig
|
||||||
%define build_docs 0
|
%define build_docs 0
|
||||||
BuildRequires: freetype2-devel libexpat-devel pkgconfig
|
BuildRequires: freetype2-devel libexpat-devel pkgconfig
|
||||||
@ -23,7 +24,7 @@ Url: http://fontconfig.org/
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Requires: bash
|
Requires: bash
|
||||||
Version: 2.4.2
|
Version: 2.4.2
|
||||||
Release: 59
|
Release: 79
|
||||||
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
|
||||||
@ -79,6 +80,7 @@ Authors:
|
|||||||
Keith Packard <keithp@keithp.com>
|
Keith Packard <keithp@keithp.com>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: X11/MIT
|
||||||
Requires: fontconfig = %version
|
Requires: fontconfig = %version
|
||||||
Requires: freetype2-devel glibc-devel libexpat-devel
|
Requires: freetype2-devel glibc-devel libexpat-devel
|
||||||
Provides: XFree86-devel:%_libdir/pkgconfig/fontconfig.pc
|
Provides: XFree86-devel:%_libdir/pkgconfig/fontconfig.pc
|
||||||
@ -232,27 +234,30 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{myprefix}/include/fontconfig/
|
%{myprefix}/include/fontconfig/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 18 2007 - mfabian@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
* Tue Dec 18 2007 mfabian@suse.de
|
||||||
- add "Lucida Sans Typewriter", "Lucida Sans", and "Lucida Bright"
|
- add "Lucida Sans Typewriter", "Lucida Sans", and "Lucida Bright"
|
||||||
to the list of fonts which should always use the byte code
|
to the list of fonts which should always use the byte code
|
||||||
interpreter if anti-aliasing is off. Suggested by
|
interpreter if anti-aliasing is off. Suggested by
|
||||||
Bernhard Walle <bwalle@suse.de>.
|
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
|
||||||
the preference lists to make this possible).
|
the preference lists to make this possible).
|
||||||
* Tue Oct 16 2007 - mfabian@suse.de
|
* Tue Oct 16 2007 mfabian@suse.de
|
||||||
- Bugzilla #308961 comment #24: give "AR PL ShanHeiSun Uni" higher
|
- Bugzilla #308961 comment #24: give "AR PL ShanHeiSun Uni" higher
|
||||||
priority than FZMingTi because the latter one doesn’t have
|
priority than FZMingTi because the latter one doesn’t have
|
||||||
embedded bitmaps.
|
embedded bitmaps.
|
||||||
* Mon Oct 15 2007 - mfabian@suse.de
|
* Mon Oct 15 2007 mfabian@suse.de
|
||||||
- Bugzilla #308961: make "AR PL ShanHeiSun Uni" the default font
|
- Bugzilla #308961: make "AR PL ShanHeiSun Uni" the default font
|
||||||
for traditional and simplified Chinese (unless the commercial
|
for traditional and simplified Chinese (unless the commercial
|
||||||
fonts FZ* or CMEX* are installed which still have higher
|
fonts FZ* or CMEX* are installed which still have higher
|
||||||
priority).
|
priority).
|
||||||
* Fri Apr 27 2007 - aj@suse.de
|
* Fri Apr 27 2007 aj@suse.de
|
||||||
- Add libexpat-devel to BuildRequires.
|
- Add libexpat-devel to BuildRequires.
|
||||||
* Fri Mar 23 2007 - mfabian@suse.de
|
* Fri Mar 23 2007 mfabian@suse.de
|
||||||
- Bugzilla #118131 comment #93: set the autohinter default
|
- Bugzilla #118131 comment #93: set the autohinter default
|
||||||
matching on "font" instead of on "pattern".
|
matching on "font" instead of on "pattern".
|
||||||
If an autohint value is set in pattern, OpenOffice 2.1 will use
|
If an autohint value is set in pattern, OpenOffice 2.1 will use
|
||||||
@ -260,31 +265,31 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
should override it again). This doesn't cause any problems for
|
should override it again). This doesn't cause any problems for
|
||||||
Cairo/Gnome (see bug #104365) because Cairo/Gnome don't try to
|
Cairo/Gnome (see bug #104365) because Cairo/Gnome don't try to
|
||||||
change the autohint value anyway.
|
change the autohint value anyway.
|
||||||
* Mon Mar 12 2007 - mfabian@suse.de
|
* Mon Mar 12 2007 mfabian@suse.de
|
||||||
- duplicate patterns correctly (fixes some parts of bug #244579
|
- duplicate patterns correctly (fixes some parts of bug #244579
|
||||||
for Qt4).
|
for Qt4).
|
||||||
fix-pattern-duplicate.diff (by Stephan Kulow <coolo@suse.de>).
|
fix-pattern-duplicate.diff (by Stephan Kulow <coolo@suse.de>).
|
||||||
* Wed Feb 21 2007 - mfabian@suse.de
|
* Wed Feb 21 2007 mfabian@suse.de
|
||||||
- Bugzilla #246783: avoid crashes when config files contain
|
- Bugzilla #246783: avoid crashes when config files contain
|
||||||
some incorrect expressions.
|
some incorrect expressions.
|
||||||
* Tue Feb 20 2007 - mfabian@suse.de
|
* Tue Feb 20 2007 mfabian@suse.de
|
||||||
- Bugzilla #246804: force detection of FreeMono as monospace as
|
- Bugzilla #246804: force detection of FreeMono as monospace as
|
||||||
well, recent versions of this font are broken and have glyphs
|
well, recent versions of this font are broken and have glyphs
|
||||||
with wrong width.
|
with wrong width.
|
||||||
* Tue Feb 20 2007 - mfabian@suse.de
|
* Tue Feb 20 2007 mfabian@suse.de
|
||||||
- update to 2.4.2.
|
- update to 2.4.2.
|
||||||
+ remove do-not-clean-cache-files-for-different-architectures.patch
|
+ remove do-not-clean-cache-files-for-different-architectures.patch
|
||||||
(included upstream).
|
(included upstream).
|
||||||
+ remove improve-monospace-detection.patch and fix this in
|
+ remove improve-monospace-detection.patch and fix this in
|
||||||
the setup instead of in the c-code using the feature
|
the setup instead of in the c-code using the feature
|
||||||
match target="scan" (see bugzilla #246804).
|
match target="scan" (see bugzilla #246804).
|
||||||
* Tue Feb 06 2007 - mfabian@suse.de
|
* Tue Feb 06 2007 mfabian@suse.de
|
||||||
- fix order of changelog entries.
|
- fix order of changelog entries.
|
||||||
* Wed Jan 24 2007 - mfabian@suse.de
|
* Wed Jan 24 2007 mfabian@suse.de
|
||||||
- Bugzilla #237347: make Pothana2000 the default font for Telugu.
|
- Bugzilla #237347: make Pothana2000 the default font for Telugu.
|
||||||
* Mon Nov 20 2006 - mfabian@suse.de
|
* Mon Nov 20 2006 mfabian@suse.de
|
||||||
- Meiryo is not good for monospace.
|
- Meiryo is not good for monospace.
|
||||||
* Wed Nov 15 2006 - mfabian@suse.de
|
* Wed Nov 15 2006 mfabian@suse.de
|
||||||
- sync hinting and bitmap setup with fonts-config:
|
- sync hinting and bitmap setup with fonts-config:
|
||||||
+ Bugzilla #215602: don't use the embedded bitmaps in the IPA
|
+ Bugzilla #215602: don't use the embedded bitmaps in the IPA
|
||||||
fonts because they are only available in 12, 14, and 16 pixels.
|
fonts because they are only available in 12, 14, and 16 pixels.
|
||||||
@ -293,88 +298,88 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
should be monospaced are not monospaced at all anymore.
|
should be monospaced are not monospaced at all anymore.
|
||||||
+ Don't use the autohinter for good quality TrueType fonts.
|
+ Don't use the autohinter for good quality TrueType fonts.
|
||||||
- add some new fonts to the prefer lists.
|
- add some new fonts to the prefer lists.
|
||||||
* Fri Nov 10 2006 - mfabian@suse.de
|
* Fri Nov 10 2006 mfabian@suse.de
|
||||||
- choose nicer default fonts for sans-serif, serif, and monospace.
|
- choose nicer default fonts for sans-serif, serif, and monospace.
|
||||||
It is not necessary anymore to choose fonts which are metric
|
It is not necessary anymore to choose fonts which are metric
|
||||||
compatible to the Adobe fonts as the default, the bug in kpdf
|
compatible to the Adobe fonts as the default, the bug in kpdf
|
||||||
is apparently fixed (see Bugzilla #129081). The default fonts
|
is apparently fixed (see Bugzilla #129081). The default fonts
|
||||||
for all three styles are now Déjà Vu on openSUSE.
|
for all three styles are now Déjà Vu on openSUSE.
|
||||||
* Fri Oct 27 2006 - mfabian@suse.de
|
* Fri Oct 27 2006 mfabian@suse.de
|
||||||
- make last patch a little bit nicer to get it included upstream.
|
- make last patch a little bit nicer to get it included upstream.
|
||||||
* Tue Oct 24 2006 - mfabian@suse.de
|
* Tue Oct 24 2006 mfabian@suse.de
|
||||||
- do not delete cache files for different architectures.
|
- do not delete cache files for different architectures.
|
||||||
* Fri Oct 20 2006 - mfabian@suse.de
|
* Fri Oct 20 2006 mfabian@suse.de
|
||||||
- Bugzilla #213616: make suse-font-dirs.conf work again
|
- Bugzilla #213616: make suse-font-dirs.conf work again
|
||||||
by symlinking it into /etc/fonts/conf.d.
|
by symlinking it into /etc/fonts/conf.d.
|
||||||
* Wed Oct 18 2006 - mfabian@suse.de
|
* Wed Oct 18 2006 mfabian@suse.de
|
||||||
- Bugzilla #213190, Fate #300430: "Use CMEXSong font as the
|
- Bugzilla #213190, Fate #300430: "Use CMEXSong font as the
|
||||||
default font for zh_TW locale"
|
default font for zh_TW locale"
|
||||||
* Mon Oct 16 2006 - mfabian@suse.de
|
* Mon Oct 16 2006 mfabian@suse.de
|
||||||
- update to 2.4.1.
|
- update to 2.4.1.
|
||||||
+ cache files for different architectures are in different
|
+ cache files for different architectures are in different
|
||||||
files now
|
files now
|
||||||
+ the user specific cache has been split from a single file
|
+ the user specific cache has been split from a single file
|
||||||
in to seperate files for each font directory which are now
|
in to seperate files for each font directory which are now
|
||||||
stored in ~/.fontconfig/.
|
stored in ~/.fontconfig/.
|
||||||
* Thu Jun 22 2006 - mfabian@suse.de
|
* Thu Jun 22 2006 mfabian@suse.de
|
||||||
- Bugzilla #185864: add "Requires: bash" to make the postun
|
- Bugzilla #185864: add "Requires: bash" to make the postun
|
||||||
and preun scripts of the SLES9 fontconfig package work.
|
and preun scripts of the SLES9 fontconfig package work.
|
||||||
* Fri Jun 02 2006 - mfabian@suse.de
|
* Fri Jun 02 2006 mfabian@suse.de
|
||||||
- Bugzilla #179457: fix font handling for wine (from upstream CVS):
|
- Bugzilla #179457: fix font handling for wine (from upstream CVS):
|
||||||
wine uses FcPatternGet instead of FcPatternGetString to find the
|
wine uses FcPatternGet instead of FcPatternGetString to find the
|
||||||
full path name of a font file. This used to work but has been
|
full path name of a font file. This used to work but has been
|
||||||
broken recently in the fontconfig 2.4 branch.
|
broken recently in the fontconfig 2.4 branch.
|
||||||
* Fri Apr 28 2006 - mfabian@suse.de
|
* Fri Apr 28 2006 mfabian@suse.de
|
||||||
- Bugzilla #104365: match on "pattern" instead on "font" to edit
|
- Bugzilla #104365: match on "pattern" instead on "font" to edit
|
||||||
the default hinting settings to make it easier to override
|
the default hinting settings to make it easier to override
|
||||||
the defaults with applications using FcPatternDel() and
|
the defaults with applications using FcPatternDel() and
|
||||||
FcPatternAdd...().
|
FcPatternAdd...().
|
||||||
* Wed Apr 19 2006 - mfabian@suse.de
|
* Wed Apr 19 2006 mfabian@suse.de
|
||||||
- Bugzilla #166260 and bugzilla #162064:
|
- Bugzilla #166260 and bugzilla #162064:
|
||||||
add "Khmer OS System" to the prefer lists of fontconfig.
|
add "Khmer OS System" to the prefer lists of fontconfig.
|
||||||
* Tue Apr 11 2006 - mfabian@suse.de
|
* Tue Apr 11 2006 mfabian@suse.de
|
||||||
- Bugzilla #59409: don't set a default value for rgba at all,
|
- Bugzilla #59409: don't set a default value for rgba at all,
|
||||||
rely on the auto-detection instead. Previously it was impossible
|
rely on the auto-detection instead. Previously it was impossible
|
||||||
to switch subpixelhinting off in the KDE control centre if
|
to switch subpixelhinting off in the KDE control centre if
|
||||||
it had been switched on by the auto-detection. But in the
|
it had been switched on by the auto-detection. But in the
|
||||||
meantime this has been fixed in KDE, therefore we don't have
|
meantime this has been fixed in KDE, therefore we don't have
|
||||||
a reason anymore to override the auto-detection.
|
a reason anymore to override the auto-detection.
|
||||||
* Tue Apr 04 2006 - mfabian@suse.de
|
* Tue Apr 04 2006 mfabian@suse.de
|
||||||
- use "OpenSymbol" as another fallback for "Symbol" in addition
|
- use "OpenSymbol" as another fallback for "Symbol" in addition
|
||||||
to "Standard Symbols L".
|
to "Standard Symbols L".
|
||||||
* Mon Apr 03 2006 - mfabian@suse.de
|
* Mon Apr 03 2006 mfabian@suse.de
|
||||||
- Bugzilla #158573: CID keyed fonts should be blacklisted in the
|
- Bugzilla #158573: CID keyed fonts should be blacklisted in the
|
||||||
fontconfig setup because they don't (yet) work with
|
fontconfig setup because they don't (yet) work with
|
||||||
freetype2.
|
freetype2.
|
||||||
* Fri Mar 31 2006 - zsu@suse.de
|
* Fri Mar 31 2006 zsu@suse.de
|
||||||
- Bugzilla #158573: Hinting will be done before Embolden in
|
- Bugzilla #158573: Hinting will be done before Embolden in
|
||||||
freetype2, but in such case, Embolden will get wrong result
|
freetype2, but in such case, Embolden will get wrong result
|
||||||
on some glyph contours after applying hinting.
|
on some glyph contours after applying hinting.
|
||||||
Actually, hinting should be done after embolden, but we can't
|
Actually, hinting should be done after embolden, but we can't
|
||||||
fix it in current freetype2. So as a workaround, just turn off
|
fix it in current freetype2. So as a workaround, just turn off
|
||||||
hinting if we want to do embolden.
|
hinting if we want to do embolden.
|
||||||
* Fri Mar 24 2006 - mfabian@suse.de
|
* Fri Mar 24 2006 mfabian@suse.de
|
||||||
- Bugzilla #160226: When alternately starting a 32 bit and 64 bit
|
- Bugzilla #160226: When alternately starting a 32 bit and 64 bit
|
||||||
application on a 64 bit system, ~/.fonts.cache-2 was always
|
application on a 64 bit system, ~/.fonts.cache-2 was always
|
||||||
deleted and generated again, which caused a big performance
|
deleted and generated again, which caused a big performance
|
||||||
issue. ~/.fonts.cache-2 is intended to be multi-arch, but this
|
issue. ~/.fonts.cache-2 is intended to be multi-arch, but this
|
||||||
didn't work right.
|
didn't work right.
|
||||||
* Thu Mar 16 2006 - mfabian@suse.de
|
* Thu Mar 16 2006 mfabian@suse.de
|
||||||
- Bugzilla #130350: I forgot to add the agfa-fonts "Andale Sans",
|
- Bugzilla #130350: I forgot to add the agfa-fonts "Andale Sans",
|
||||||
"Andy MT", "Bell MT", and "Monotype Sorts" to the list of fonts
|
"Andy MT", "Bell MT", and "Monotype Sorts" to the list of fonts
|
||||||
which should always use the byte code interpreter if
|
which should always use the byte code interpreter if
|
||||||
anti-aliasing is off.
|
anti-aliasing is off.
|
||||||
* Fri Mar 10 2006 - mfabian@suse.de
|
* Fri Mar 10 2006 mfabian@suse.de
|
||||||
- update to 2.3.94 (no significant changes, just a nicer
|
- update to 2.3.94 (no significant changes, just a nicer
|
||||||
version number).
|
version number).
|
||||||
- don't apply fc-verbose.diff anymore, the warnings cause
|
- don't apply fc-verbose.diff anymore, the warnings cause
|
||||||
too much confusion (see for example bug #156405).
|
too much confusion (see for example bug #156405).
|
||||||
* Fri Feb 24 2006 - mfabian@suse.de
|
* Fri Feb 24 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060224: fix for Bugzilla #153402 included
|
- update to 2.3.93.20060224: fix for Bugzilla #153402 included
|
||||||
upstream.
|
upstream.
|
||||||
* Fri Feb 24 2006 - mfabian@suse.de
|
* Fri Feb 24 2006 mfabian@suse.de
|
||||||
- fix Bugzilla #153402: "fc-cache crashes on some .ttc fonts".
|
- fix Bugzilla #153402: "fc-cache crashes on some .ttc fonts".
|
||||||
* Wed Feb 22 2006 - mfabian@suse.de
|
* Wed Feb 22 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060222:
|
- update to 2.3.93.20060222:
|
||||||
+ Strip \r and whitespace from input; fixes bug 3454.
|
+ Strip \r and whitespace from input; fixes bug 3454.
|
||||||
+ make fontconfig not crash on pango badness.
|
+ make fontconfig not crash on pango badness.
|
||||||
@ -382,13 +387,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
+ Freeze patterns created by configuration file for tiny
|
+ Freeze patterns created by configuration file for tiny
|
||||||
memory savings (every little bit helps).
|
memory savings (every little bit helps).
|
||||||
- fix for bugzilla #152453 now included upstream.
|
- fix for bugzilla #152453 now included upstream.
|
||||||
* Tue Feb 21 2006 - mfabian@suse.de
|
* Tue Feb 21 2006 mfabian@suse.de
|
||||||
- Bugzilla #152453: fix crash in fc-cat, see also:
|
- Bugzilla #152453: fix crash in fc-cat, see also:
|
||||||
http://lists.freedesktop.org/archives/fontconfig/2006-February/002130.html
|
http://lists.freedesktop.org/archives/fontconfig/2006-February/002130.html
|
||||||
* Mon Feb 20 2006 - mfabian@suse.de
|
* Mon Feb 20 2006 mfabian@suse.de
|
||||||
- add Korean fonts "UnBatang" and "UnDotum" to the prefer lists
|
- add Korean fonts "UnBatang" and "UnDotum" to the prefer lists
|
||||||
above the Baekmuk fonts.
|
above the Baekmuk fonts.
|
||||||
* Fri Feb 17 2006 - mfabian@suse.de
|
* Fri Feb 17 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060220:
|
- update to 2.3.93.20060220:
|
||||||
+ Don't bail if fontconfig can't remove a dir cache file.
|
+ Don't bail if fontconfig can't remove a dir cache file.
|
||||||
+ Skip the ID of a cache file when copying.
|
+ Skip the ID of a cache file when copying.
|
||||||
@ -405,22 +410,22 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
call FcDirCacheHasCurrentArch after FcDirCacheValid).
|
call FcDirCacheHasCurrentArch after FcDirCacheValid).
|
||||||
- Dirk Mueller's make_fccache_f_work.diff is obsolete because of
|
- Dirk Mueller's make_fccache_f_work.diff is obsolete because of
|
||||||
the --really-force option.
|
the --really-force option.
|
||||||
* Tue Feb 14 2006 - mfabian@suse.de
|
* Tue Feb 14 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060214:
|
- update to 2.3.93.20060214:
|
||||||
- patch to ignore broken bitmap fonts included upstream.
|
- patch to ignore broken bitmap fonts included upstream.
|
||||||
- memory leaks in error conditon code fixed.
|
- memory leaks in error conditon code fixed.
|
||||||
* Mon Feb 13 2006 - mfabian@suse.de
|
* Tue Feb 14 2006 mfabian@suse.de
|
||||||
- Bugzilla #150552: ignore broken bitmap fonts which don't even
|
- Bugzilla #150552: ignore broken bitmap fonts which don't even
|
||||||
have a BDF property FAMILY_NAME.
|
have a BDF property FAMILY_NAME.
|
||||||
* Mon Feb 13 2006 - mfabian@suse.de
|
* Mon Feb 13 2006 mfabian@suse.de
|
||||||
- Bugzilla #132577: add the DejaVu fonts to the prefer lists.
|
- Bugzilla #132577: add the DejaVu fonts to the prefer lists.
|
||||||
- add suse-font-dirs.conf to make sure a basic list of font
|
- add suse-font-dirs.conf to make sure a basic list of font
|
||||||
dirs exists even if "SuSEconfig --module fonts" didn't run yet.
|
dirs exists even if "SuSEconfig --module fonts" didn't run yet.
|
||||||
* Mon Feb 13 2006 - mfabian@suse.de
|
* Mon Feb 13 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060213.
|
- update to 2.3.93.20060213.
|
||||||
- Takashi IWAI's fc-prefer-var-cache.diff, and
|
- Takashi IWAI's fc-prefer-var-cache.diff, and
|
||||||
fc-fcmatch-pattern-fix.diff included upstream.
|
fc-fcmatch-pattern-fix.diff included upstream.
|
||||||
* Fri Feb 10 2006 - mfabian@suse.de
|
* Fri Feb 10 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060210:
|
- update to 2.3.93.20060210:
|
||||||
- Dirk Mueller's value_hash_speedup.diff included upstream.
|
- Dirk Mueller's value_hash_speedup.diff included upstream.
|
||||||
- Dirk Mueller's fc-verbose.diff slightly adapted to current CVS.
|
- Dirk Mueller's fc-verbose.diff slightly adapted to current CVS.
|
||||||
@ -441,11 +446,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- add fc-fcmatch-pattern-fix.diff (by Takashi IWAI <tiwai@suse.de>
|
- add fc-fcmatch-pattern-fix.diff (by Takashi IWAI <tiwai@suse.de>
|
||||||
to fix the problem reported in:
|
to fix the problem reported in:
|
||||||
http://lists.freedesktop.org/archives/fontconfig/2006-February/002072.html
|
http://lists.freedesktop.org/archives/fontconfig/2006-February/002072.html
|
||||||
* Tue Feb 07 2006 - mfabian@suse.de
|
* Tue Feb 07 2006 mfabian@suse.de
|
||||||
- add value_hash_speedup.diff by Dirk Mueller <dmueller@suse.de>
|
- add value_hash_speedup.diff by Dirk Mueller <dmueller@suse.de>
|
||||||
see also
|
see also
|
||||||
http://lists.freedesktop.org/archives/fontconfig/2006-February/002045.html
|
http://lists.freedesktop.org/archives/fontconfig/2006-February/002045.html
|
||||||
* Tue Feb 07 2006 - mfabian@suse.de
|
* Tue Feb 07 2006 mfabian@suse.de
|
||||||
- Bugzilla #148693: add fc-app-dir-fix-new.diff
|
- Bugzilla #148693: add fc-app-dir-fix-new.diff
|
||||||
(by Takashi IWAI <tiwai@suse.de>).
|
(by Takashi IWAI <tiwai@suse.de>).
|
||||||
- update to 2.3.93.20060207:
|
- update to 2.3.93.20060207:
|
||||||
@ -454,50 +459,50 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
fccache-update-check.diff, fc-loop-scan-fix.diff,
|
fccache-update-check.diff, fc-loop-scan-fix.diff,
|
||||||
fc-cache-loop-fix.diff included upstream.
|
fc-cache-loop-fix.diff included upstream.
|
||||||
- Takashi IWAI's fc-lang-idx-fixes.diff partly included upstream.
|
- Takashi IWAI's fc-lang-idx-fixes.diff partly included upstream.
|
||||||
* Tue Feb 07 2006 - mfabian@suse.de
|
* Tue Feb 07 2006 mfabian@suse.de
|
||||||
- Bugzilla #148361: avoid stat () on all files in all
|
- Bugzilla #148361: avoid stat () on all files in all
|
||||||
sub-directories of font-directories by including a list
|
sub-directories of font-directories by including a list
|
||||||
of all font-directores including the sub-directories generated
|
of all font-directores including the sub-directories generated
|
||||||
by SuSEconfig.fonts (/usr/sbin/fonts-config).
|
by SuSEconfig.fonts (/usr/sbin/fonts-config).
|
||||||
* Mon Feb 06 2006 - mfabian@suse.de
|
* Mon Feb 06 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060206.16:
|
- update to 2.3.93.20060206.16:
|
||||||
improved version of seife-crash.diff now included upstream.
|
improved version of seife-crash.diff now included upstream.
|
||||||
* Mon Feb 06 2006 - mfabian@suse.de
|
* Mon Feb 06 2006 mfabian@suse.de
|
||||||
- fc-loop-scan-fix.diff (by Takashi IWAI <tiwai@suse.de>):
|
- fc-loop-scan-fix.diff (by Takashi IWAI <tiwai@suse.de>):
|
||||||
the endless loop in fc-cache if a subdirectory was a symlink
|
the endless loop in fc-cache if a subdirectory was a symlink
|
||||||
pointing to a directory higher up was already fixed but
|
pointing to a directory higher up was already fixed but
|
||||||
there was still an endless loop when using fontconfig
|
there was still an endless loop when using fontconfig
|
||||||
(e.g. when using "fc-match").
|
(e.g. when using "fc-match").
|
||||||
* Mon Feb 06 2006 - mfabian@suse.de
|
* Mon Feb 06 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060206.
|
- update to 2.3.93.20060206.
|
||||||
- fontconfig-misc-warning-fixes.diff, fontconfig-memleak-fix.diff
|
- fontconfig-misc-warning-fixes.diff, fontconfig-memleak-fix.diff
|
||||||
included upstream.
|
included upstream.
|
||||||
- Dirk Mueller's seife-crash.diff partly included upstream.
|
- Dirk Mueller's seife-crash.diff partly included upstream.
|
||||||
* Sun Feb 05 2006 - aj@suse.de
|
* Sun Feb 05 2006 aj@suse.de
|
||||||
- Fix typo in suse-post-user.conf [#148268].
|
- Fix typo in suse-post-user.conf [#148268].
|
||||||
* Fri Feb 03 2006 - mfabian@suse.de
|
* Fri Feb 03 2006 mfabian@suse.de
|
||||||
- fc-cache-loop-fix.diff (by Takashi IWAI <tiwai@suse.de>):
|
- fc-cache-loop-fix.diff (by Takashi IWAI <tiwai@suse.de>):
|
||||||
fc-cache did loop endless if a subdirectory was a symlink
|
fc-cache did loop endless if a subdirectory was a symlink
|
||||||
pointing to a directory higher up, e.g.
|
pointing to a directory higher up, e.g.
|
||||||
ln -s /usr/share/fonts /usr/share/fonts/ttt
|
ln -s /usr/share/fonts /usr/share/fonts/ttt
|
||||||
* Fri Feb 03 2006 - mfabian@suse.de
|
* Fri Feb 03 2006 mfabian@suse.de
|
||||||
- bugzilla #147994:
|
- bugzilla #147994:
|
||||||
include IPAGothic as a fallback for IPAPGothic in the prefer
|
include IPAGothic as a fallback for IPAPGothic in the prefer
|
||||||
list for sans (and some more fixes in the same spirit).
|
list for sans (and some more fixes in the same spirit).
|
||||||
* Thu Feb 02 2006 - tiwai@suse.de
|
* Thu Feb 02 2006 tiwai@suse.de
|
||||||
- Fixed language detections. Now :lang=xxx should work.
|
- Fixed language detections. Now :lang=xxx should work.
|
||||||
* Thu Feb 02 2006 - dmueller@suse.de
|
* Thu Feb 02 2006 dmueller@suse.de
|
||||||
- add patch to never open or validate font caches
|
- add patch to never open or validate font caches
|
||||||
when fc-cache -f is used.
|
when fc-cache -f is used.
|
||||||
* Wed Feb 01 2006 - tiwai@suse.de
|
* Wed Feb 01 2006 tiwai@suse.de
|
||||||
- Fixes by Dirk Mueller <dmueller@suse.de>:
|
- Fixes by Dirk Mueller <dmueller@suse.de>:
|
||||||
fc-verbose.diff, seife-crash.diff
|
fc-verbose.diff, seife-crash.diff
|
||||||
- print out a warning if the global cache expired
|
- print out a warning if the global cache expired
|
||||||
- fix crashes on malformed fonts.cache
|
- fix crashes on malformed fonts.cache
|
||||||
* Tue Jan 31 2006 - mfabian@suse.de
|
* Tue Jan 31 2006 mfabian@suse.de
|
||||||
- two more patches by Takashi Iwai <tiwai@suse.de>:
|
- two more patches by Takashi Iwai <tiwai@suse.de>:
|
||||||
fontconfig-memleak-fix.diff, fccache-update-check.diff
|
fontconfig-memleak-fix.diff, fccache-update-check.diff
|
||||||
* Tue Jan 31 2006 - mfabian@suse.de
|
* Tue Jan 31 2006 mfabian@suse.de
|
||||||
- Patches by Takashi Iwai <tiwai@suse.de>:
|
- Patches by Takashi Iwai <tiwai@suse.de>:
|
||||||
- fontconfig-misc-warning-fixes.diff (mainly to check return values
|
- fontconfig-misc-warning-fixes.diff (mainly to check return values
|
||||||
of read (), write (), and seek ()).
|
of read (), write (), and seek ()).
|
||||||
@ -507,45 +512,45 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
the list of all subdirectories was added to the list of known
|
the list of all subdirectories was added to the list of known
|
||||||
directories. When doing this again, the list of subdirectories
|
directories. When doing this again, the list of subdirectories
|
||||||
was added again. Takashi's patch fixes this.
|
was added again. Takashi's patch fixes this.
|
||||||
* Tue Jan 31 2006 - mfabian@suse.de
|
* Tue Jan 31 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060131.
|
- update to 2.3.93.20060131.
|
||||||
- fc-cache-should-not-stop-at-the-first-non-existing-directory.patch,
|
- fc-cache-should-not-stop-at-the-first-non-existing-directory.patch,
|
||||||
destroy-completely-broken-cache-files-in-home-directory.patch
|
destroy-completely-broken-cache-files-in-home-directory.patch
|
||||||
included upstream
|
included upstream
|
||||||
- add "make check" to .spec file and fix expected output.
|
- add "make check" to .spec file and fix expected output.
|
||||||
* Mon Jan 30 2006 - mfabian@suse.de
|
* Mon Jan 30 2006 mfabian@suse.de
|
||||||
- fc-cache-should-not-stop-at-the-first-non-existing-directory.patch
|
- fc-cache-should-not-stop-at-the-first-non-existing-directory.patch
|
||||||
* Mon Jan 30 2006 - mfabian@suse.de
|
* Mon Jan 30 2006 mfabian@suse.de
|
||||||
- destroy-completely-broken-cache-files-in-home-directory.patch:
|
- destroy-completely-broken-cache-files-in-home-directory.patch:
|
||||||
when no string at all can be read from a ~/.fonts.cache-2 file
|
when no string at all can be read from a ~/.fonts.cache-2 file
|
||||||
or if such a file does not start with FC_GLOBAL_MAGIC_COOKIE,
|
or if such a file does not start with FC_GLOBAL_MAGIC_COOKIE,
|
||||||
something is badly wrong and the file should be destroyed.
|
something is badly wrong and the file should be destroyed.
|
||||||
* Mon Jan 30 2006 - mfabian@suse.de
|
* Mon Jan 30 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060130.
|
- update to 2.3.93.20060130.
|
||||||
- full-path-problem.patch included upstream now.
|
- full-path-problem.patch included upstream now.
|
||||||
- check return values of read(), write(), and lseek() and give
|
- check return values of read(), write(), and lseek() and give
|
||||||
error message if something goes wrong.
|
error message if something goes wrong.
|
||||||
- endless-loop.patch included upstream
|
- endless-loop.patch included upstream
|
||||||
* Fri Jan 27 2006 - mfabian@suse.de
|
* Fri Jan 27 2006 mfabian@suse.de
|
||||||
- check return values of FcCacheReadString () to fix endless loop.
|
- check return values of FcCacheReadString () to fix endless loop.
|
||||||
See:
|
See:
|
||||||
http://lists.freedesktop.org/archives/fontconfig/2006-January/001959.html
|
http://lists.freedesktop.org/archives/fontconfig/2006-January/001959.html
|
||||||
* Fri Jan 27 2006 - mfabian@suse.de
|
* Fri Jan 27 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060127.
|
- update to 2.3.93.20060127.
|
||||||
- blacklist the Hershey-fonts, the *.fon fonts from the "wine"
|
- blacklist the Hershey-fonts, the *.fon fonts from the "wine"
|
||||||
package and all *.bdf fonts because these do not work with
|
package and all *.bdf fonts because these do not work with
|
||||||
fontconfig/Xft2 (at least not now).
|
fontconfig/Xft2 (at least not now).
|
||||||
* Fri Jan 27 2006 - mls@suse.de
|
* Fri Jan 27 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Thu Jan 26 2006 - mfabian@suse.de
|
* Thu Jan 26 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060126.
|
- update to 2.3.93.20060126.
|
||||||
do-not-crash-if-non-existing-directories-are-referenced-from-local-cache-file.patch
|
do-not-crash-if-non-existing-directories-are-referenced-from-local-cache-file.patch
|
||||||
is now included upstream.
|
is now included upstream.
|
||||||
* Thu Jan 26 2006 - mfabian@suse.de
|
* Thu Jan 26 2006 mfabian@suse.de
|
||||||
- do-not-crash-if-non-existing-directories-are-referenced-from-local-cache-file.patch
|
- do-not-crash-if-non-existing-directories-are-referenced-from-local-cache-file.patch
|
||||||
to fix the problem reported in:
|
to fix the problem reported in:
|
||||||
http://lists.freedesktop.org/archives/fontconfig/2006-January/001948.html
|
http://lists.freedesktop.org/archives/fontconfig/2006-January/001948.html
|
||||||
* Wed Jan 25 2006 - mfabian@suse.de
|
* Wed Jan 25 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060125.
|
- update to 2.3.93.20060125.
|
||||||
(memory leaks fixed, zhe-su-fix-zh-hk-support.patch included
|
(memory leaks fixed, zhe-su-fix-zh-hk-support.patch included
|
||||||
upstream).
|
upstream).
|
||||||
@ -555,32 +560,32 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
add an cheap method to add subdirectories to the list of
|
add an cheap method to add subdirectories to the list of
|
||||||
font directories to avoid having to call the expensive
|
font directories to avoid having to call the expensive
|
||||||
FcInitLoadConfigAndFonts () function.
|
FcInitLoadConfigAndFonts () function.
|
||||||
* Fri Jan 20 2006 - mfabian@suse.de
|
* Sat Jan 21 2006 mfabian@suse.de
|
||||||
- add improve-normalization-of-font-path.patch.
|
- add improve-normalization-of-font-path.patch.
|
||||||
* Fri Jan 20 2006 - mfabian@suse.de
|
* Fri Jan 20 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060120.
|
- update to 2.3.93.20060120.
|
||||||
- bugzilla #142215: unaligned-access.patch by
|
- bugzilla #142215: unaligned-access.patch by
|
||||||
Andreas Schwab <schwab@suse.de> now included upstream.
|
Andreas Schwab <schwab@suse.de> now included upstream.
|
||||||
* Thu Jan 19 2006 - schwab@suse.de
|
* Thu Jan 19 2006 schwab@suse.de
|
||||||
- Fix stupid misaligned accesses.
|
- Fix stupid misaligned accesses.
|
||||||
* Thu Jan 19 2006 - mfabian@suse.de
|
* Thu Jan 19 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060119.
|
- update to 2.3.93.20060119.
|
||||||
- add-dir-early-in-FcDirScanConfig.patch now included upstream.
|
- add-dir-early-in-FcDirScanConfig.patch now included upstream.
|
||||||
- fix-inode-compare.diff (by Dirk Mueller <dmueller@suse.de>) is
|
- fix-inode-compare.diff (by Dirk Mueller <dmueller@suse.de>) is
|
||||||
also included upstream.
|
also included upstream.
|
||||||
* Wed Jan 18 2006 - mfabian@suse.de
|
* Wed Jan 18 2006 mfabian@suse.de
|
||||||
- add add-dir-early-in-FcDirScanConfig.patch to fix the problem
|
- add add-dir-early-in-FcDirScanConfig.patch to fix the problem
|
||||||
reported in
|
reported in
|
||||||
http://lists.freedesktop.org/archives/fontconfig/2006-January/001904.html
|
http://lists.freedesktop.org/archives/fontconfig/2006-January/001904.html
|
||||||
* Mon Jan 16 2006 - mfabian@suse.de
|
* Mon Jan 16 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060116.
|
- update to 2.3.93.20060116.
|
||||||
- remove fc-cat-crash.patch (included upstream).
|
- remove fc-cat-crash.patch (included upstream).
|
||||||
* Thu Jan 12 2006 - mfabian@suse.de
|
* Thu Jan 12 2006 mfabian@suse.de
|
||||||
- add zhe-su-fix-zh-hk-support.patch (by Zhe Su <zsu@novell.com>,
|
- add zhe-su-fix-zh-hk-support.patch (by Zhe Su <zsu@novell.com>,
|
||||||
see also:
|
see also:
|
||||||
http://lists.freedesktop.org/archives/fontconfig/2006-January/001861.html
|
http://lists.freedesktop.org/archives/fontconfig/2006-January/001861.html
|
||||||
http://lists.freedesktop.org/archives/fontconfig/2006-January/001864.html
|
http://lists.freedesktop.org/archives/fontconfig/2006-January/001864.html
|
||||||
* Thu Jan 12 2006 - mfabian@suse.de
|
* Thu Jan 12 2006 mfabian@suse.de
|
||||||
- add normalize-path-in-fc-cache.patch to fix the problem reported
|
- add normalize-path-in-fc-cache.patch to fix the problem reported
|
||||||
here:
|
here:
|
||||||
http://lists.freedesktop.org/archives/fontconfig/2006-January/001878.html
|
http://lists.freedesktop.org/archives/fontconfig/2006-January/001878.html
|
||||||
@ -591,13 +596,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
files with the same name (md5sum) now, the command using the
|
files with the same name (md5sum) now, the command using the
|
||||||
final '/' always rewrote the cache even if it was already
|
final '/' always rewrote the cache even if it was already
|
||||||
up-to-date.
|
up-to-date.
|
||||||
* Wed Jan 11 2006 - mfabian@suse.de
|
* Wed Jan 11 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060110.
|
- update to 2.3.93.20060110.
|
||||||
- add full-path-problem.patch to fix the problem that all
|
- add full-path-problem.patch to fix the problem that all
|
||||||
full path names reported by "fc-match -v" and "fc-list : file"
|
full path names reported by "fc-match -v" and "fc-list : file"
|
||||||
omit the last directory component which caused all applications
|
omit the last directory component which caused all applications
|
||||||
using fontconfig to crash.
|
using fontconfig to crash.
|
||||||
* Mon Jan 09 2006 - mfabian@suse.de
|
* Mon Jan 09 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060109.
|
- update to 2.3.93.20060109.
|
||||||
- remove Zhe Su's patch fcmatch-2.3.93-take2.patch (has been
|
- remove Zhe Su's patch fcmatch-2.3.93-take2.patch (has been
|
||||||
included upstream).
|
included upstream).
|
||||||
@ -606,32 +611,32 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
http://lists.freedesktop.org/archives/fontconfig/2006-January/001879.html
|
http://lists.freedesktop.org/archives/fontconfig/2006-January/001879.html
|
||||||
- sync /etc/fonts/suse-hinting.conf with the template in
|
- sync /etc/fonts/suse-hinting.conf with the template in
|
||||||
the fonts-config package.
|
the fonts-config package.
|
||||||
* Thu Jan 05 2006 - mfabian@suse.de
|
* Thu Jan 05 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060105 (fixes the problem reported in
|
- update to 2.3.93.20060105 (fixes the problem reported in
|
||||||
http://lists.freedesktop.org/archives/fontconfig/2006-January/001854.html
|
http://lists.freedesktop.org/archives/fontconfig/2006-January/001854.html
|
||||||
)
|
)
|
||||||
- add new java-1_4_2 font directory. Being able to use
|
- add new java-1_4_2 font directory. Being able to use
|
||||||
wildcards in directories would be helpful ...
|
wildcards in directories would be helpful ...
|
||||||
* Wed Jan 04 2006 - mfabian@suse.de
|
* Wed Jan 04 2006 mfabian@suse.de
|
||||||
- add dummy-crash.patch o avoid the crash when calling
|
- add dummy-crash.patch o avoid the crash when calling
|
||||||
'fc-match "foo:\\_\\_DUMMY\\_\\_=1"'.
|
'fc-match "foo:\\_\\_DUMMY\\_\\_=1"'.
|
||||||
- sync /etc/fonts/suse-hinting.conf with the template in
|
- sync /etc/fonts/suse-hinting.conf with the template in
|
||||||
the fonts-config package.
|
the fonts-config package.
|
||||||
* Tue Jan 03 2006 - mfabian@suse.de
|
* Tue Jan 03 2006 mfabian@suse.de
|
||||||
- update to 2.3.93.20060103 (fixes Bugzilla #141217).
|
- update to 2.3.93.20060103 (fixes Bugzilla #141217).
|
||||||
* Fri Dec 30 2005 - mfabian@suse.de
|
* Fri Dec 30 2005 mfabian@suse.de
|
||||||
- apply fcmatch-2.3.93-take2.patch (by Zhe Su <zsu@novell.com>)
|
- apply fcmatch-2.3.93-take2.patch (by Zhe Su <zsu@novell.com>)
|
||||||
to fix the problem that fonts sometimes could not be matched by
|
to fix the problem that fonts sometimes could not be matched by
|
||||||
their localized names anymore. See also
|
their localized names anymore. See also
|
||||||
http://lists.freedesktop.org/archives/fontconfig/2005-December/001843.html
|
http://lists.freedesktop.org/archives/fontconfig/2005-December/001843.html
|
||||||
and the other mails in that thread.
|
and the other mails in that thread.
|
||||||
* Wed Dec 21 2005 - mfabian@suse.de
|
* Wed Dec 21 2005 mfabian@suse.de
|
||||||
- update to 2.3.93.20051222.
|
- update to 2.3.93.20051222.
|
||||||
* Tue Dec 13 2005 - mfabian@suse.de
|
* Tue Dec 13 2005 mfabian@suse.de
|
||||||
- Bugzilla #118720: add Hebrew fonts from the culmus package to
|
- Bugzilla #118720: add Hebrew fonts from the culmus package to
|
||||||
the prefer lists: "Frank Ruehl CLM" (serif),
|
the prefer lists: "Frank Ruehl CLM" (serif),
|
||||||
"Nachlieli CLM" (sans-serif), "Miriam Mono CLM" (monospace).
|
"Nachlieli CLM" (sans-serif), "Miriam Mono CLM" (monospace).
|
||||||
* Thu Dec 08 2005 - mfabian@suse.de
|
* Thu Dec 08 2005 mfabian@suse.de
|
||||||
- bitmap-encoding-problem.patch: PCF fonts that have no encoded
|
- bitmap-encoding-problem.patch: PCF fonts that have no encoded
|
||||||
characters must be skipped, they are usually just Unicode fonts
|
characters must be skipped, they are usually just Unicode fonts
|
||||||
transcoded to some legacy encoding. Only Unicode and Latin1
|
transcoded to some legacy encoding. Only Unicode and Latin1
|
||||||
@ -642,22 +647,22 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
even crash (urxvt). Probably fonts that have no encoded
|
even crash (urxvt). Probably fonts that have no encoded
|
||||||
characters in other formats than PCF are also useless and
|
characters in other formats than PCF are also useless and
|
||||||
can be skipped as well.
|
can be skipped as well.
|
||||||
* Wed Dec 07 2005 - mfabian@suse.de
|
* Wed Dec 07 2005 mfabian@suse.de
|
||||||
- update to 2.3.92.20051206.
|
- update to 2.3.92.20051206.
|
||||||
* Wed Nov 30 2005 - coolo@suse.de
|
* Wed Nov 30 2005 coolo@suse.de
|
||||||
- update once more to CVS as more patches of us went in
|
- update once more to CVS as more patches of us went in
|
||||||
* Thu Nov 24 2005 - coolo@suse.de
|
* Thu Nov 24 2005 coolo@suse.de
|
||||||
- update to CVS to include even more performance patches
|
- update to CVS to include even more performance patches
|
||||||
* Tue Nov 22 2005 - coolo@suse.de
|
* Tue Nov 22 2005 coolo@suse.de
|
||||||
- update to CVS to include performance patches by Dirk Mueller and
|
- update to CVS to include performance patches by Dirk Mueller and
|
||||||
some crash fixes by others
|
some crash fixes by others
|
||||||
* Thu Nov 17 2005 - coolo@suse.de
|
* Thu Nov 17 2005 coolo@suse.de
|
||||||
- update to CVS to include several fixes by Andreas Schwab, Michael Matz
|
- update to CVS to include several fixes by Andreas Schwab, Michael Matz
|
||||||
and me (generic architecture support)
|
and me (generic architecture support)
|
||||||
* Thu Nov 03 2005 - coolo@suse.de
|
* Thu Nov 03 2005 coolo@suse.de
|
||||||
- update to 2.3.91.20051103 with an extra patch to avoid creating
|
- update to 2.3.91.20051103 with an extra patch to avoid creating
|
||||||
invalid cashes (#128080 seems fixed)
|
invalid cashes (#128080 seems fixed)
|
||||||
* Thu Oct 27 2005 - mfabian@suse.de
|
* Thu Oct 27 2005 mfabian@suse.de
|
||||||
- Bugzilla #128937: use FcFalse as the default value for
|
- Bugzilla #128937: use FcFalse as the default value for
|
||||||
FC_EMBEDDED_BITMAP (requested by Zhe Su).
|
FC_EMBEDDED_BITMAP (requested by Zhe Su).
|
||||||
- Bugzilla #130350: add agfa-fonts "Andale Sans", "Andy MT",
|
- Bugzilla #130350: add agfa-fonts "Andale Sans", "Andy MT",
|
||||||
@ -665,16 +670,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
are rendered with the byte code interpreter and without
|
are rendered with the byte code interpreter and without
|
||||||
anti-aliasing up to the pixellimit specified in
|
anti-aliasing up to the pixellimit specified in
|
||||||
/etc/sysconfig/fonts-config.
|
/etc/sysconfig/fonts-config.
|
||||||
* Wed Oct 26 2005 - mfabian@suse.de
|
* Wed Oct 26 2005 mfabian@suse.de
|
||||||
- update to 2.3.91.20051026.
|
- update to 2.3.91.20051026.
|
||||||
* Mon Oct 24 2005 - mfabian@suse.de
|
* Mon Oct 24 2005 mfabian@suse.de
|
||||||
- update to 2.3.91.20051024.
|
- update to 2.3.91.20051024.
|
||||||
+ remove bugzilla-102328.patch (included upstream).
|
+ remove bugzilla-102328.patch (included upstream).
|
||||||
+ remove fontconfig-sentinel.patch (included upstream).
|
+ remove fontconfig-sentinel.patch (included upstream).
|
||||||
+ remove Zhe Su's
|
+ remove Zhe Su's
|
||||||
bugzilla-128930-support-localized-family-and-style-names.patch
|
bugzilla-128930-support-localized-family-and-style-names.patch
|
||||||
(included upstream)
|
(included upstream)
|
||||||
* Thu Oct 20 2005 - mfabian@suse.de
|
* Thu Oct 20 2005 mfabian@suse.de
|
||||||
- Bugzilla #129081: move fonts which are metric compatible to
|
- Bugzilla #129081: move fonts which are metric compatible to
|
||||||
Helvetica to the top of the prefer list for sans-serif, fonts
|
Helvetica to the top of the prefer list for sans-serif, fonts
|
||||||
which are metric compatible to Times to the top of the prefer
|
which are metric compatible to Times to the top of the prefer
|
||||||
@ -684,7 +689,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
kpdf.
|
kpdf.
|
||||||
- Bugzilla #128930: use newer version of Zhe Su's patch to solve
|
- Bugzilla #128930: use newer version of Zhe Su's patch to solve
|
||||||
the problem mentioned in comment #8.
|
the problem mentioned in comment #8.
|
||||||
* Wed Oct 19 2005 - mfabian@suse.de
|
* Wed Oct 19 2005 mfabian@suse.de
|
||||||
- update to 2.3.91.20051019.
|
- update to 2.3.91.20051019.
|
||||||
+ remove fix-return-code.patch (included upstream).
|
+ remove fix-return-code.patch (included upstream).
|
||||||
- Bugzilla #128930: add patch by Zhe Su <zsu@novell.com> to
|
- Bugzilla #128930: add patch by Zhe Su <zsu@novell.com> to
|
||||||
@ -692,62 +697,62 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
sorting them according to the current locale settings.
|
sorting them according to the current locale settings.
|
||||||
With this change, applications which use fontconfig will
|
With this change, applications which use fontconfig will
|
||||||
automatically get the localized font family and style names.
|
automatically get the localized font family and style names.
|
||||||
* Fri Oct 14 2005 - mfabian@suse.de
|
* Fri Oct 14 2005 mfabian@suse.de
|
||||||
- the return value of fc-cache in directories where
|
- the return value of fc-cache in directories where
|
||||||
fonts.cache-2 doesn't exist was 1. Fix this.
|
fonts.cache-2 doesn't exist was 1. Fix this.
|
||||||
* Thu Oct 13 2005 - mfabian@suse.de
|
* Thu Oct 13 2005 mfabian@suse.de
|
||||||
- update to 2.3.91.20051013
|
- update to 2.3.91.20051013
|
||||||
current head of fontconfig 2.4 branch).
|
current head of fontconfig 2.4 branch).
|
||||||
Fixes problem that fc-cache returns 1 (failed) when updating
|
Fixes problem that fc-cache returns 1 (failed) when updating
|
||||||
an already existing fonts.cache-2 file.
|
an already existing fonts.cache-2 file.
|
||||||
* Wed Oct 12 2005 - mfabian@suse.de
|
* Wed Oct 12 2005 mfabian@suse.de
|
||||||
- update to 2.3.91.20051012
|
- update to 2.3.91.20051012
|
||||||
(current head of fontconfig 2.4 branch).
|
(current head of fontconfig 2.4 branch).
|
||||||
Solves the performance regression problem that fc-cache
|
Solves the performance regression problem that fc-cache
|
||||||
did take a lot of time even when nothing was changed in the
|
did take a lot of time even when nothing was changed in the
|
||||||
font directories.
|
font directories.
|
||||||
* Fri Oct 07 2005 - mfabian@suse.de
|
* Fri Oct 07 2005 mfabian@suse.de
|
||||||
- update to 2.3.91.20051007
|
- update to 2.3.91.20051007
|
||||||
(current head of fontconfig 2.4 branch).
|
(current head of fontconfig 2.4 branch).
|
||||||
* Tue Sep 27 2005 - mfabian@suse.de
|
* Tue Sep 27 2005 mfabian@suse.de
|
||||||
- Bugzilla #118727: fix artificial bold for applications using
|
- Bugzilla #118727: fix artificial bold for applications using
|
||||||
cairo. Thanks to Zhe Su <zsu@novell.com>.
|
cairo. Thanks to Zhe Su <zsu@novell.com>.
|
||||||
* Fri Sep 09 2005 - mfabian@suse.de
|
* Fri Sep 09 2005 mfabian@suse.de
|
||||||
- Bugzilla #114949 comment #20 - #21: add a rule to
|
- Bugzilla #114949 comment #20 - #21: add a rule to
|
||||||
suse-post-user.conf to switch off the autohinter for the webfonts
|
suse-post-user.conf to switch off the autohinter for the webfonts
|
||||||
and the agfa-fonts if anti-aliasing is already off.
|
and the agfa-fonts if anti-aliasing is already off.
|
||||||
This nice idea came from Sven Burmeister.
|
This nice idea came from Sven Burmeister.
|
||||||
* Thu Sep 08 2005 - mfabian@suse.de
|
* Thu Sep 08 2005 mfabian@suse.de
|
||||||
- Bugzilla #114949: remove stuff from /etc/fonts/*.conf which
|
- Bugzilla #114949: remove stuff from /etc/fonts/*.conf which
|
||||||
has become obsolete. Rules to replace outline fonts with
|
has become obsolete. Rules to replace outline fonts with
|
||||||
bitmap fonts are not necessary anymore if fonts are available
|
bitmap fonts are not necessary anymore if fonts are available
|
||||||
which can achieve rendering quality equal to hand tuned
|
which can achieve rendering quality equal to hand tuned
|
||||||
bitmaps when the byte code interpreter is used.
|
bitmaps when the byte code interpreter is used.
|
||||||
* Fri Sep 02 2005 - mfabian@suse.de
|
* Fri Sep 02 2005 mfabian@suse.de
|
||||||
- Bugzilla #114949: move the rules to setup the hinting and
|
- Bugzilla #114949: move the rules to setup the hinting and
|
||||||
anti-aliasing and the rules to enable embedded bitmaps from
|
anti-aliasing and the rules to enable embedded bitmaps from
|
||||||
suse-pre-user.conf into seperate files and include these
|
suse-pre-user.conf into seperate files and include these
|
||||||
from suse-pre-user.conf. This makes it easier to edit or replace
|
from suse-pre-user.conf. This makes it easier to edit or replace
|
||||||
these rules with SuSEconfig.fonts according to values of
|
these rules with SuSEconfig.fonts according to values of
|
||||||
variables in /etc/sysconfig.
|
variables in /etc/sysconfig.
|
||||||
* Sat Aug 20 2005 - mfabian@suse.de
|
* Sat Aug 20 2005 mfabian@suse.de
|
||||||
- Bugzilla #105990: switch on embedded bitmaps again during
|
- Bugzilla #105990: switch on embedded bitmaps again during
|
||||||
the installation.
|
the installation.
|
||||||
* Fri Aug 19 2005 - mfabian@suse.de
|
* Sat Aug 20 2005 mfabian@suse.de
|
||||||
- Bugzilla #105626: work around the loss of rendering quality
|
- Bugzilla #105626: work around the loss of rendering quality
|
||||||
for the IPA fonts caused by the update to freetype 2.1.10 by
|
for the IPA fonts caused by the update to freetype 2.1.10 by
|
||||||
switching off the hinting for the IPA fonts.
|
switching off the hinting for the IPA fonts.
|
||||||
* Tue Aug 16 2005 - mfabian@suse.de
|
* Tue Aug 16 2005 mfabian@suse.de
|
||||||
- Bugzilla #102328: use Keith Packard's fix for the problem in
|
- Bugzilla #102328: use Keith Packard's fix for the problem in
|
||||||
the last changelog.
|
the last changelog.
|
||||||
* Tue Aug 16 2005 - mfabian@suse.de
|
* Tue Aug 16 2005 mfabian@suse.de
|
||||||
- Bugzilla #102328: fall back to POSIX if the effective value
|
- Bugzilla #102328: fall back to POSIX if the effective value
|
||||||
of LC_CTYPE is the empty string "". By falling back to POSIX
|
of LC_CTYPE is the empty string "". By falling back to POSIX
|
||||||
here we make sure that even in this case fontconfig matches
|
here we make sure that even in this case fontconfig matches
|
||||||
something readable. Without that it apparently matches completely
|
something readable. Without that it apparently matches completely
|
||||||
random and might match a font which doesn't even have ASCII
|
random and might match a font which doesn't even have ASCII
|
||||||
glyphs. As a result, nothing at all may be displayed.
|
glyphs. As a result, nothing at all may be displayed.
|
||||||
* Fri Jul 29 2005 - mfabian@suse.de
|
* Fri Jul 29 2005 mfabian@suse.de
|
||||||
- Revert the defaults in /etc/fonts/suse-pre-user.conf to use
|
- Revert the defaults in /etc/fonts/suse-pre-user.conf to use
|
||||||
the autohinter and anti-aliasing by default always. Most users
|
the autohinter and anti-aliasing by default always. Most users
|
||||||
apparently do not like the bitmap look and feel caused by the
|
apparently do not like the bitmap look and feel caused by the
|
||||||
@ -758,7 +763,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
that rule to their personal ~/.fonts.conf file and enable it
|
that rule to their personal ~/.fonts.conf file and enable it
|
||||||
by choosing a non-zero pixelsize limit as explained in
|
by choosing a non-zero pixelsize limit as explained in
|
||||||
the comments in /etc/fonts/suse-pre-user.conf.
|
the comments in /etc/fonts/suse-pre-user.conf.
|
||||||
* Fri Jul 22 2005 - mfabian@suse.de
|
* Fri Jul 22 2005 mfabian@suse.de
|
||||||
- Bugzilla #64424: "Bytecodeinterpreter in freetype2 - wieso
|
- Bugzilla #64424: "Bytecodeinterpreter in freetype2 - wieso
|
||||||
ausgeschaltet?"
|
ausgeschaltet?"
|
||||||
The byte code interpreter is enabled now at build time in our
|
The byte code interpreter is enabled now at build time in our
|
||||||
@ -767,27 +772,27 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
interpreter (autohint=false) for a few fonts which are known to
|
interpreter (autohint=false) for a few fonts which are known to
|
||||||
have high quality byte code instructions. Set antialias=true
|
have high quality byte code instructions. Set antialias=true
|
||||||
and autohint=true as the default for all other fonts.
|
and autohint=true as the default for all other fonts.
|
||||||
* Thu Jul 21 2005 - mfabian@suse.de
|
* Thu Jul 21 2005 mfabian@suse.de
|
||||||
- update to 2.3.2.20050721.
|
- update to 2.3.2.20050721.
|
||||||
- Bugzilla #52167: "fc-list reports inconsistent spacing values
|
- Bugzilla #52167: "fc-list reports inconsistent spacing values
|
||||||
for some fonts": add a patch to improve the detection of
|
for some fonts": add a patch to improve the detection of
|
||||||
monospaced fonts: ignore glyphs with advance=0 when detecting
|
monospaced fonts: ignore glyphs with advance=0 when detecting
|
||||||
monospaced fonts and add a special exception for "Luxi Mono"
|
monospaced fonts and add a special exception for "Luxi Mono"
|
||||||
and "Nimbus Mono L".
|
and "Nimbus Mono L".
|
||||||
* Wed Jul 20 2005 - mfabian@suse.de
|
* Wed Jul 20 2005 mfabian@suse.de
|
||||||
- Bugzilla #94110: add more directories to the default font path.
|
- Bugzilla #94110: add more directories to the default font path.
|
||||||
* Tue Jul 12 2005 - mfabian@suse.de
|
* Tue Jul 12 2005 mfabian@suse.de
|
||||||
- update to 2.3.2.20050712
|
- update to 2.3.2.20050712
|
||||||
+ remove ka.orth.patch, now included.
|
+ remove ka.orth.patch, now included.
|
||||||
* Wed Jun 29 2005 - sbrabec@suse.cz
|
* Wed Jun 29 2005 sbrabec@suse.cz
|
||||||
- Added expat to fontconfig-devel to make the .la checker easier.
|
- Added expat to fontconfig-devel to make the .la checker easier.
|
||||||
* Fri May 20 2005 - mfabian@suse.de
|
* Fri May 20 2005 mfabian@suse.de
|
||||||
- Fix ka.orth (Georgian), it apparently requires too many
|
- Fix ka.orth (Georgian), it apparently requires too many
|
||||||
characters which are not really used for Georgian.
|
characters which are not really used for Georgian.
|
||||||
- Add BPG fonts (for Georgian) to the preference lists.
|
- Add BPG fonts (for Georgian) to the preference lists.
|
||||||
* Thu Mar 17 2005 - mfabian@suse.de
|
* Thu Mar 17 2005 mfabian@suse.de
|
||||||
- add Sazanami and IPA fonts to suse-generic-names.conf.
|
- add Sazanami and IPA fonts to suse-generic-names.conf.
|
||||||
* Fri Mar 11 2005 - mfabian@suse.de
|
* Fri Mar 11 2005 mfabian@suse.de
|
||||||
- Bugzilla #66498 again: the last change wasn't a good idea after
|
- Bugzilla #66498 again: the last change wasn't a good idea after
|
||||||
all. The design of the embedded bitmaps is quite bad in some
|
all. The design of the embedded bitmaps is quite bad in some
|
||||||
sizes, especially the Japanese katakana look extremely ugly.
|
sizes, especially the Japanese katakana look extremely ugly.
|
||||||
@ -795,7 +800,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
the installation. I added a special /etc/fonts/local.conf.instsys
|
the installation. I added a special /etc/fonts/local.conf.instsys
|
||||||
file which should be copied to /etc/fonts/local.conf only for
|
file which should be copied to /etc/fonts/local.conf only for
|
||||||
the installation and which is not used in the installed system.
|
the installation and which is not used in the installed system.
|
||||||
* Thu Mar 03 2005 - mfabian@suse.de
|
* Thu Mar 03 2005 mfabian@suse.de
|
||||||
- Bugzilla #66498: use embedded bitmaps for Korean and Japanese
|
- Bugzilla #66498: use embedded bitmaps for Korean and Japanese
|
||||||
as well, not only for Chinese as before to get readable Japanese
|
as well, not only for Chinese as before to get readable Japanese
|
||||||
and Chinese during the installation. The Latin fonts we currently
|
and Chinese during the installation. The Latin fonts we currently
|
||||||
@ -806,84 +811,84 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
problems disappear because the font can scale down. But in such
|
problems disappear because the font can scale down. But in such
|
||||||
a tiny size, Japanese or Chinese is almost unreadable with
|
a tiny size, Japanese or Chinese is almost unreadable with
|
||||||
Anti-Aliasing. It's better readable with the embedded bitmaps.
|
Anti-Aliasing. It's better readable with the embedded bitmaps.
|
||||||
* Mon Feb 21 2005 - mfabian@suse.de
|
* Mon Feb 21 2005 mfabian@suse.de
|
||||||
- re-enable bitmap fonts.
|
- re-enable bitmap fonts.
|
||||||
* Fri Feb 18 2005 - mfabian@suse.de
|
* Fri Feb 18 2005 mfabian@suse.de
|
||||||
- update to 2.2.99.20050218.
|
- update to 2.2.99.20050218.
|
||||||
* Tue Feb 01 2005 - meissner@suse.de
|
* Tue Feb 01 2005 meissner@suse.de
|
||||||
- package now adds -fno-strict-aliasing by itself.
|
- package now adds -fno-strict-aliasing by itself.
|
||||||
- added sentinel valist markup for 2 functions.
|
- added sentinel valist markup for 2 functions.
|
||||||
* Thu Jan 13 2005 - mfabian@suse.de
|
* Thu Jan 13 2005 mfabian@suse.de
|
||||||
- add entries for preferred fonts for Farsi (Persian):
|
- add entries for preferred fonts for Farsi (Persian):
|
||||||
Terafik -> sans-serif, monospaced, Nazil -> serif.
|
Terafik -> sans-serif, monospaced, Nazil -> serif.
|
||||||
* Wed Oct 06 2004 - mfabian@suse.de
|
* Wed Oct 06 2004 mfabian@suse.de
|
||||||
- Bugzilla #46852: add /usr/lib/ooo-1.1/share/fonts to the default
|
- Bugzilla #46852: add /usr/lib/ooo-1.1/share/fonts to the default
|
||||||
directories searched for fonts.
|
directories searched for fonts.
|
||||||
* Fri Sep 17 2004 - mfabian@suse.de
|
* Fri Sep 17 2004 mfabian@suse.de
|
||||||
- add "Georgia", "Trebuchet", "Segoe", "Bell MT", and "Andale Sans"
|
- add "Georgia", "Trebuchet", "Segoe", "Bell MT", and "Andale Sans"
|
||||||
to the generic lists.
|
to the generic lists.
|
||||||
* Tue Sep 14 2004 - mfabian@suse.de
|
* Tue Sep 14 2004 mfabian@suse.de
|
||||||
- add FZMingTiB to the "monospace" prefer list (thanks to Zhe Su
|
- add FZMingTiB to the "monospace" prefer list (thanks to Zhe Su
|
||||||
for noticing). Remove all "Kai" fonts from the "sans-serif"
|
for noticing). Remove all "Kai" fonts from the "sans-serif"
|
||||||
prefer list.
|
prefer list.
|
||||||
* Tue Sep 14 2004 - mfabian@suse.de
|
* Tue Sep 14 2004 mfabian@suse.de
|
||||||
- Bugzilla #45160, Comment #6:
|
- Bugzilla #45160, Comment #6:
|
||||||
prefer FZSongTi and FZMingTiB also for sans-serif instead of
|
prefer FZSongTi and FZMingTiB also for sans-serif instead of
|
||||||
the "Kai" fonts.
|
the "Kai" fonts.
|
||||||
* Tue Sep 14 2004 - mfabian@suse.de
|
* Tue Sep 14 2004 mfabian@suse.de
|
||||||
- Bugzilla #44409: set the default value for rgba to "unknown"
|
- Bugzilla #44409: set the default value for rgba to "unknown"
|
||||||
instead of "none".
|
instead of "none".
|
||||||
* Mon Sep 06 2004 - mfabian@suse.de
|
* Mon Sep 06 2004 mfabian@suse.de
|
||||||
- add Japanese IPA fonts to prefer lists.
|
- add Japanese IPA fonts to prefer lists.
|
||||||
- add FZMingTiB to prefer list for "serif" below "FZSongTi"
|
- add FZMingTiB to prefer list for "serif" below "FZSongTi"
|
||||||
(if we don't install the Arphic fonts by default, there is
|
(if we don't install the Arphic fonts by default, there is
|
||||||
no traditional Chinese font left in the list otherwise).
|
no traditional Chinese font left in the list otherwise).
|
||||||
* Wed Aug 25 2004 - kukuk@suse.de
|
* Wed Aug 25 2004 kukuk@suse.de
|
||||||
- Avoid /bin/sh in PreRequires
|
- Avoid /bin/sh in PreRequires
|
||||||
* Tue Aug 10 2004 - mfabian@suse.de
|
* Tue Aug 10 2004 mfabian@suse.de
|
||||||
- for some Bengali fonts (e.g. "Mukti Narrow"), the autohinter
|
- for some Bengali fonts (e.g. "Mukti Narrow"), the autohinter
|
||||||
works well with the patch from
|
works well with the patch from
|
||||||
http://www.kde.gr.jp/~akito/patch/freetype2/2.1.7
|
http://www.kde.gr.jp/~akito/patch/freetype2/2.1.7
|
||||||
applied. But for "Likhan" it still doesn't work that well
|
applied. But for "Likhan" it still doesn't work that well
|
||||||
(look how the "matra" lines at the top line up). Therefore,
|
(look how the "matra" lines at the top line up). Therefore,
|
||||||
switch off the autohinter for the "Likhan" font.
|
switch off the autohinter for the "Likhan" font.
|
||||||
* Mon Aug 09 2004 - mfabian@suse.de
|
* Mon Aug 09 2004 mfabian@suse.de
|
||||||
- add Bengali fonts "Likhan" (serif) and "Mukti Narrow"
|
- add Bengali fonts "Likhan" (serif) and "Mukti Narrow"
|
||||||
(sans-serif) to the prefer lists.
|
(sans-serif) to the prefer lists.
|
||||||
* Wed Aug 04 2004 - mfabian@suse.de
|
* Wed Aug 04 2004 mfabian@suse.de
|
||||||
- add sazanami fonts to the prefer lists.
|
- add sazanami fonts to the prefer lists.
|
||||||
* Wed Jul 28 2004 - mfabian@suse.de
|
* Wed Jul 28 2004 mfabian@suse.de
|
||||||
- update to 2.2.96.20040728. remove fontconfig.patch, this is
|
- update to 2.2.96.20040728. remove fontconfig.patch, this is
|
||||||
included upstream now. This update also includes a patch by
|
included upstream now. This update also includes a patch by
|
||||||
Lubos Lunak <l.lunak@suse.cz> which helps to improve the
|
Lubos Lunak <l.lunak@suse.cz> which helps to improve the
|
||||||
performance of fontconfig with KDE.
|
performance of fontconfig with KDE.
|
||||||
* Fri Jun 04 2004 - mfabian@suse.de
|
* Fri Jun 04 2004 mfabian@suse.de
|
||||||
- prefer the proportinal "HGPMinchoL" instead of the monospaced
|
- prefer the proportinal "HGPMinchoL" instead of the monospaced
|
||||||
"HGMinchoL" for serif. Same with "HGPGothicB" instead of
|
"HGMinchoL" for serif. Same with "HGPGothicB" instead of
|
||||||
"HGGothicB" for sans-serif.
|
"HGGothicB" for sans-serif.
|
||||||
- add all Mincho and Gothic faces of the commercial Ricoh fonts
|
- add all Mincho and Gothic faces of the commercial Ricoh fonts
|
||||||
to the list of generic names in suse-generic-names.conf to get
|
to the list of generic names in suse-generic-names.conf to get
|
||||||
reasonable fallbacks if those fonts are not installed.
|
reasonable fallbacks if those fonts are not installed.
|
||||||
* Fri May 28 2004 - mfabian@suse.de
|
* Sat May 29 2004 mfabian@suse.de
|
||||||
- add the Japanese fonts "HGMinchoL" and "HGGothicB" made by Ricoh
|
- add the Japanese fonts "HGMinchoL" and "HGGothicB" made by Ricoh
|
||||||
to the prefer lists and generics lists. These are the fonts which
|
to the prefer lists and generics lists. These are the fonts which
|
||||||
Novell Japan has licensed, they should be preferred if they are
|
Novell Japan has licensed, they should be preferred if they are
|
||||||
installed.
|
installed.
|
||||||
* Wed May 26 2004 - ro@suse.de
|
* Wed May 26 2004 ro@suse.de
|
||||||
- fix build by defining MIN,MAX and ABS where needed
|
- fix build by defining MIN,MAX and ABS where needed
|
||||||
* Fri Apr 23 2004 - mfabian@suse.de
|
* Fri Apr 23 2004 mfabian@suse.de
|
||||||
- Bugzilla #38243: fix the characters set handling for the
|
- Bugzilla #38243: fix the characters set handling for the
|
||||||
Japanese Dynafonts.
|
Japanese Dynafonts.
|
||||||
* Tue Apr 20 2004 - mfabian@suse.de
|
* Tue Apr 20 2004 mfabian@suse.de
|
||||||
- Bugzilla #38244:
|
- Bugzilla #38244:
|
||||||
remove rules to force use of embedded bitmaps by switching
|
remove rules to force use of embedded bitmaps by switching
|
||||||
off anti-aliasing. This is not needed anymore because libXft
|
off anti-aliasing. This is not needed anymore because libXft
|
||||||
in our XFree86 package is patched to make use of the embedded
|
in our XFree86 package is patched to make use of the embedded
|
||||||
bitmaps anyway if the embeddedbitmap=true parameter is set.
|
bitmaps anyway if the embeddedbitmap=true parameter is set.
|
||||||
* Fri Apr 16 2004 - mfabian@suse.de
|
* Fri Apr 16 2004 mfabian@suse.de
|
||||||
- Bugzilla #38244: use embedded bitmaps by default for Chinese
|
- Bugzilla #38244: use embedded bitmaps by default for Chinese
|
||||||
(requested by Zhe Su).
|
(requested by Zhe Su).
|
||||||
* Fri Apr 16 2004 - mfabian@suse.de
|
* Fri Apr 16 2004 mfabian@suse.de
|
||||||
- Bugzilla #38205: make hintstyle=hintfull the default again
|
- Bugzilla #38205: make hintstyle=hintfull the default again
|
||||||
for CJK fonts. Our freetype package now has a patch applied to
|
for CJK fonts. Our freetype package now has a patch applied to
|
||||||
improve the hinting for CJK fonts, with that patch the results
|
improve the hinting for CJK fonts, with that patch the results
|
||||||
@ -892,7 +897,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- fix from upstream CVS: (src/fcfreetype.c):
|
- fix from upstream CVS: (src/fcfreetype.c):
|
||||||
* Fixed bug in using available_sizes[i].height which
|
* Fixed bug in using available_sizes[i].height which
|
||||||
is in pixels, not 64ths of a pixel.
|
is in pixels, not 64ths of a pixel.
|
||||||
* Sat Apr 03 2004 - mfabian@suse.de
|
* Sun Apr 04 2004 mfabian@suse.de
|
||||||
- Bugzilla #38204 comment #5:
|
- Bugzilla #38204 comment #5:
|
||||||
"Fix some issue in the default alias list": SimSun is a serif
|
"Fix some issue in the default alias list": SimSun is a serif
|
||||||
font, it should not ge in the generics sans-serif list.
|
font, it should not ge in the generics sans-serif list.
|
||||||
@ -903,7 +908,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- also specify the foundry when trying to prefer bitmap fonts,
|
- also specify the foundry when trying to prefer bitmap fonts,
|
||||||
without that the prefer_bitmap rules won't work with Qt
|
without that the prefer_bitmap rules won't work with Qt
|
||||||
applications.
|
applications.
|
||||||
* Fri Apr 02 2004 - mfabian@suse.de
|
* Fri Apr 02 2004 mfabian@suse.de
|
||||||
- Bugzilla #37540: rework rules for use of bitmap fonts to make
|
- Bugzilla #37540: rework rules for use of bitmap fonts to make
|
||||||
it easier to get at clearly readable results for CJK if by using
|
it easier to get at clearly readable results for CJK if by using
|
||||||
embedded bitmaps are used:
|
embedded bitmaps are used:
|
||||||
@ -934,7 +939,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
list for monospace. All other Chinese fonts in this list are
|
list for monospace. All other Chinese fonts in this list are
|
||||||
"ming" or "song" style, it is weird to have fonts of the
|
"ming" or "song" style, it is weird to have fonts of the
|
||||||
completely different "kai" style in the same list.
|
completely different "kai" style in the same list.
|
||||||
* Thu Apr 01 2004 - mfabian@suse.de
|
* Thu Apr 01 2004 mfabian@suse.de
|
||||||
- Bugzilla #37114 and 37540: use hintstyle=hintnone for
|
- Bugzilla #37114 and 37540: use hintstyle=hintnone for
|
||||||
CJK fonts to improve rendering.
|
CJK fonts to improve rendering.
|
||||||
- Bugzilla #37820: handle dual-width fonts as proportional fonts
|
- Bugzilla #37820: handle dual-width fonts as proportional fonts
|
||||||
@ -942,27 +947,27 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Bugzilla #34400: CID-keyed fonts work for SuSE 9.1 remove
|
- Bugzilla #34400: CID-keyed fonts work for SuSE 9.1 remove
|
||||||
the directory /usr/share/ghostscript/Resource/CIDFont/ from
|
the directory /usr/share/ghostscript/Resource/CIDFont/ from
|
||||||
the default font directory list again.
|
the default font directory list again.
|
||||||
* Mon Mar 29 2004 - mfabian@suse.de
|
* Mon Mar 29 2004 mfabian@suse.de
|
||||||
- Bugzilla #37310: fix location of fontconfig-user.html in
|
- Bugzilla #37310: fix location of fontconfig-user.html in
|
||||||
man-pages.
|
man-pages.
|
||||||
* Wed Mar 24 2004 - mfabian@suse.de
|
* Thu Mar 25 2004 mfabian@suse.de
|
||||||
- Bugzilla #36879: don't match fonts without foundries if
|
- Bugzilla #36879: don't match fonts without foundries if
|
||||||
a specific foundry is requested (fix from upstream CVS).
|
a specific foundry is requested (fix from upstream CVS).
|
||||||
- remove bitmap-spacing.patch (included upstream).
|
- remove bitmap-spacing.patch (included upstream).
|
||||||
- install iso639-{1,2} as documentation
|
- install iso639-{1,2} as documentation
|
||||||
* Fri Mar 19 2004 - mfabian@suse.de
|
* Fri Mar 19 2004 mfabian@suse.de
|
||||||
- Bugzilla 36561#:
|
- Bugzilla 36561#:
|
||||||
require the Euro sign for languages fr,nl,de,el,es,it,pt,fi,
|
require the Euro sign for languages fr,nl,de,el,es,it,pt,fi,
|
||||||
and en.
|
and en.
|
||||||
* Thu Mar 11 2004 - bg@suse.de
|
* Thu Mar 11 2004 bg@suse.de
|
||||||
- use -fPIC for static libraries too.
|
- use -fPIC for static libraries too.
|
||||||
* Tue Mar 02 2004 - mfabian@suse.de
|
* Tue Mar 02 2004 mfabian@suse.de
|
||||||
- update to 2.2.92.20040221.
|
- update to 2.2.92.20040221.
|
||||||
- add bitmap-spacing.patch to fix Bugzilla #34677
|
- add bitmap-spacing.patch to fix Bugzilla #34677
|
||||||
* Mon Mar 01 2004 - mfabian@suse.de
|
* Mon Mar 01 2004 mfabian@suse.de
|
||||||
- add entries for Adrian's new "SUSE Sans", "SUSE Serif",
|
- add entries for Adrian's new "SUSE Sans", "SUSE Serif",
|
||||||
"SUSE Sans Mono" fonts. Prefer over Nimbus and Luxi.
|
"SUSE Sans Mono" fonts. Prefer over Nimbus and Luxi.
|
||||||
* Mon Feb 09 2004 - mfabian@suse.de
|
* Mon Feb 09 2004 mfabian@suse.de
|
||||||
- update to 2.2.92.20040206.
|
- update to 2.2.92.20040206.
|
||||||
- remove fontconfig-ta.orth-cvs.patch and freetype-2.1.7.patch
|
- remove fontconfig-ta.orth-cvs.patch and freetype-2.1.7.patch
|
||||||
(included now).
|
(included now).
|
||||||
@ -974,25 +979,25 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
replacement if the original Adobe "Symbol" font is not available.
|
replacement if the original Adobe "Symbol" font is not available.
|
||||||
(see Bugzilla #34324)
|
(see Bugzilla #34324)
|
||||||
- move SuSE specific fontconfig rules into included files.
|
- move SuSE specific fontconfig rules into included files.
|
||||||
* Sat Jan 10 2004 - adrian@suse.de
|
* Sat Jan 10 2004 adrian@suse.de
|
||||||
- build as user
|
- build as user
|
||||||
* Tue Dec 23 2003 - mfabian@suse.de
|
* Tue Dec 23 2003 mfabian@suse.de
|
||||||
- make it build with freetype 2.1.7 again.
|
- make it build with freetype 2.1.7 again.
|
||||||
- Bugzilla Bug 32080: turn off subpixel hinting by default.
|
- Bugzilla Bug 32080: turn off subpixel hinting by default.
|
||||||
* Thu Oct 02 2003 - mfabian@suse.de
|
* Thu Oct 02 2003 mfabian@suse.de
|
||||||
- remove "ed" from "# neededforbuild".
|
- remove "ed" from "# neededforbuild".
|
||||||
* Thu Aug 28 2003 - mfabian@suse.de
|
* Thu Aug 28 2003 mfabian@suse.de
|
||||||
- add "FreeSans", "FreeSerif", "FreeMono" to fonts.conf
|
- add "FreeSans", "FreeSerif", "FreeMono" to fonts.conf
|
||||||
(priority below Nimbus, Bitstream and Luxi).
|
(priority below Nimbus, Bitstream and Luxi).
|
||||||
- move priority of "Bitstream Vera" fonts below Nimbus.
|
- move priority of "Bitstream Vera" fonts below Nimbus.
|
||||||
- move fontconfig-devel documentation to
|
- move fontconfig-devel documentation to
|
||||||
/usr/share/doc/packages/fontconfig-devel.
|
/usr/share/doc/packages/fontconfig-devel.
|
||||||
* Sun Aug 24 2003 - adrian@suse.de
|
* Sun Aug 24 2003 adrian@suse.de
|
||||||
- add freetype2-devel and glibc-devel to the -devel Requires
|
- add freetype2-devel and glibc-devel to the -devel Requires
|
||||||
* Sat Aug 23 2003 - adrian@suse.de
|
* Sat Aug 23 2003 adrian@suse.de
|
||||||
- udpate to version 2.2.1
|
- udpate to version 2.2.1
|
||||||
- add %%run_ldconfig
|
- add %%run_ldconfig
|
||||||
* Tue Jul 15 2003 - mfabian@suse.de
|
* Tue Jul 15 2003 mfabian@suse.de
|
||||||
- add rules to use embedded bitmaps in FZSongTi if desired.
|
- add rules to use embedded bitmaps in FZSongTi if desired.
|
||||||
- use binding="same" instead of binding="strong" when adding
|
- use binding="same" instead of binding="strong" when adding
|
||||||
bitmap fonts to the pattern. This is necessary to keep the
|
bitmap fonts to the pattern. This is necessary to keep the
|
||||||
@ -1001,11 +1006,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
"sans-serif" always expands to "Adobe Helvetica" if
|
"sans-serif" always expands to "Adobe Helvetica" if
|
||||||
"prefer_bitmap" is set to "true" which is not useful for
|
"prefer_bitmap" is set to "true" which is not useful for
|
||||||
many languages.
|
many languages.
|
||||||
* Wed Jul 09 2003 - sndirsch@suse.de
|
* Wed Jul 09 2003 sndirsch@suse.de
|
||||||
- added FZSongTi to serif, sans-serif and monospace family aliases
|
- added FZSongTi to serif, sans-serif and monospace family aliases
|
||||||
* Wed May 28 2003 - mfabian@suse.de
|
* Wed May 28 2003 mfabian@suse.de
|
||||||
- install fc-list and fc-cache man pages.
|
- install fc-list and fc-cache man pages.
|
||||||
* Sun May 18 2003 - mfabian@suse.de
|
* Mon May 19 2003 mfabian@suse.de
|
||||||
- fontconfig-ta.orth-cvs.patch: Remove 0b82 and Tamil numbers from
|
- fontconfig-ta.orth-cvs.patch: Remove 0b82 and Tamil numbers from
|
||||||
tamil orthography (from upstream cvs)
|
tamil orthography (from upstream cvs)
|
||||||
- add Tamil fonts to "prefer" aliases
|
- add Tamil fonts to "prefer" aliases
|
||||||
@ -1014,5 +1019,5 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
font.
|
font.
|
||||||
- change .spec file to make it possible to build with /usr/X11R6
|
- change .spec file to make it possible to build with /usr/X11R6
|
||||||
prefix (to make updates for SuSE Linux 8.2 easy).
|
prefix (to make updates for SuSE Linux 8.2 easy).
|
||||||
* Wed Apr 23 2003 - sndirsch@suse.de
|
* Wed Apr 23 2003 sndirsch@suse.de
|
||||||
- created package
|
- created package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user