Add Requires: font(:lang=en) (#1025331, #845712)

This commit is contained in:
Akira TAGOH 2014-01-24 13:23:40 +09:00
parent 1ca0f72df2
commit 7aac546cec

View File

@ -3,7 +3,7 @@
Summary: Font configuration and customization library Summary: Font configuration and customization library
Name: fontconfig Name: fontconfig
Version: 2.11.0 Version: 2.11.0
Release: 1%{?dist} Release: 2%{?dist}
# src/ftglue.[ch] is in Public Domain # src/ftglue.[ch] is in Public Domain
# src/fccache.c contains Public Domain code # src/fccache.c contains Public Domain code
# fc-case/CaseFolding.txt is in the UCD # fc-case/CaseFolding.txt is in the UCD
@ -24,6 +24,7 @@ BuildRequires: fontpackages-devel
Requires: fontpackages-filesystem Requires: fontpackages-filesystem
Requires(pre): freetype Requires(pre): freetype
Requires(post): grep coreutils Requires(post): grep coreutils
Requires: font(:lang=en)
%description %description
Fontconfig is designed to locate fonts within the Fontconfig is designed to locate fonts within the
@ -133,6 +134,9 @@ fi
%doc fontconfig-devel.txt fontconfig-devel %doc fontconfig-devel.txt fontconfig-devel
%changelog %changelog
* Fri Jan 24 2014 Akira TAGOH <tagoh@redhat.com> - 2.11.0-2
- Add Requires: font(:lang=en) (#1025331, #845712)
* Fri Oct 11 2013 Akira TAGOH <tagoh@redhat.com> - 2.11.0-1 * Fri Oct 11 2013 Akira TAGOH <tagoh@redhat.com> - 2.11.0-1
- New upstream release. - New upstream release.