auto-import changelog data from fontconfig-0.0.1.020811.1151-8.src.rpm
Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com> - Set rh_prefer_bitmaps for .ja fonts to key off of in Xft - Fix some groff warnings for fontconfig.man (#72138)
This commit is contained in:
parent
be56048647
commit
c4600b2975
@ -6,7 +6,7 @@
|
|||||||
Summary: Font configuration and customization library
|
Summary: Font configuration and customization library
|
||||||
Name: fontconfig
|
Name: fontconfig
|
||||||
Version: 0.0.1.%{relno}
|
Version: 0.0.1.%{relno}
|
||||||
Release: 7
|
Release: 8
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://keithp.com/fonts/pub/fcpackage.%{fcpackage_version}.tar.gz
|
Source: http://keithp.com/fonts/pub/fcpackage.%{fcpackage_version}.tar.gz
|
||||||
@ -23,7 +23,8 @@ Patch6: fontconfig-0.0.1.020811.1151-flockfile.patch
|
|||||||
Patch7: fontconfig-0.0.1.020811.1151-cachehash.patch
|
Patch7: fontconfig-0.0.1.020811.1151-cachehash.patch
|
||||||
# Memory leak fix when parsing config files
|
# Memory leak fix when parsing config files
|
||||||
Patch8: fontconfig-0.0.1.020811.1151-memleak.patch
|
Patch8: fontconfig-0.0.1.020811.1151-memleak.patch
|
||||||
|
# Fix groff errors with fontconfig.man
|
||||||
|
Patch9: fontconfig-0.0.1.020811.1151-manfix.patch
|
||||||
|
|
||||||
BuildRequires: freetype-devel >= %{freetype_version}
|
BuildRequires: freetype-devel >= %{freetype_version}
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
@ -55,6 +56,7 @@ will use fontconfig.
|
|||||||
%patch6 -p1 -b .flockfile
|
%patch6 -p1 -b .flockfile
|
||||||
%patch7 -p1 -b .cachehash
|
%patch7 -p1 -b .cachehash
|
||||||
%patch8 -p1 -b .memleak
|
%patch8 -p1 -b .memleak
|
||||||
|
%patch9 -p1 -b .manfix
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -102,6 +104,10 @@ HOME=/root fc-cache -f 2>/dev/null
|
|||||||
%{_mandir}/man3/fontconfig.3*
|
%{_mandir}/man3/fontconfig.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
- Set rh_prefer_bitmaps for .ja fonts to key off of in Xft
|
||||||
|
- Fix some groff warnings for fontconfig.man (#72138)
|
||||||
|
|
||||||
* Thu Aug 15 2002 Owen Taylor <otaylor@redhat.com>
|
* Thu Aug 15 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
- Try once more to get the right default Sans-serif font :-(
|
- Try once more to get the right default Sans-serif font :-(
|
||||||
- Switch the Sans/Monospace aliases for Korean to Gulim, not Dotum
|
- Switch the Sans/Monospace aliases for Korean to Gulim, not Dotum
|
||||||
|
Loading…
Reference in New Issue
Block a user