auto-import changelog data from fontconfig-2.0-3.src.rpm

Mon Sep 09 2002 Owen Taylor <otaylor@redhat.com>
- Add patch from Keith Packard to fix problem where subdirectories could
    get lost from ~/.fonts.cache (#73621)
This commit is contained in:
cvsdist 2004-09-09 04:49:53 +00:00
parent f64281ae35
commit f08ee8cfba

View File

@ -6,7 +6,7 @@
Summary: Font configuration and customization library Summary: Font configuration and customization library
Name: fontconfig Name: fontconfig
Version: %relno Version: %relno
Release: 2 Release: 3
License: MIT License: MIT
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://fontconfig.org/release/fcpackage.%{fcpackage_version}.tar.gz Source: http://fontconfig.org/release/fcpackage.%{fcpackage_version}.tar.gz
@ -19,6 +19,9 @@ Patch4: fontconfig-0.0.1.020811.1151-slighthint.patch
Patch5: fontconfig-0.0.1.020626.1517-fontdir.patch Patch5: fontconfig-0.0.1.020626.1517-fontdir.patch
# Blacklist certain fonts that freetype can't handle # Blacklist certain fonts that freetype can't handle
Patch11: fontconfig-0.0.1.020826.1330-blacklist.patch Patch11: fontconfig-0.0.1.020826.1330-blacklist.patch
# Patch from Keith Packard to fix problem where
# subdirectories could get lost from ~/.fonts.cache
Patch12: fontconfig-2.0-subdir.patch
BuildRequires: freetype-devel >= %{freetype_version} BuildRequires: freetype-devel >= %{freetype_version}
BuildRequires: expat-devel BuildRequires: expat-devel
@ -50,6 +53,7 @@ will use fontconfig.
%patch4 -p1 -b .slighthint %patch4 -p1 -b .slighthint
%patch5 -p1 -b .fontdir %patch5 -p1 -b .fontdir
%patch11 -p1 -b .blacklist %patch11 -p1 -b .blacklist
%patch12 -p1 -b .subdir
%build %build
@ -95,6 +99,11 @@ HOME=/root fc-cache -f 2>/dev/null
%{_mandir}/man3/fontconfig.3* %{_mandir}/man3/fontconfig.3*
%changelog %changelog
* Mon Sep 9 2002 Owen Taylor <otaylor@redhat.com>
- Add patch from Keith Packard to fix problem where
subdirectories could get lost from ~/.fonts.cache
(#73621)
* Mon Sep 2 2002 Owen Taylor <otaylor@redhat.com> * Mon Sep 2 2002 Owen Taylor <otaylor@redhat.com>
- Version 2.0 - Version 2.0
- Correct capitalization/spacing for ZYSong18030 name (#73272) - Correct capitalization/spacing for ZYSong18030 name (#73272)