diff --git a/xorg-x11-fonts.spec b/xorg-x11-fonts.spec index 37206b6..3293526 100644 --- a/xorg-x11-fonts.spec +++ b/xorg-x11-fonts.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 fonts Name: xorg-x11-fonts Version: 7.5 -Release: 13%{?dist} +Release: 14%{?dist} License: MIT and Lucida and Public Domain URL: http://www.x.org @@ -57,11 +57,9 @@ Source31: http://www.x.org/pub/individual/font/font-xfree86-type1-1.0.4.tar.bz Patch1: 0001-jisx0201.1976-0.enc-Add-undefined-mapping-for-0x7f-0.patch -BuildRequires: pkgconfig(xorg-macros) >= 1.3 -# This should be font-util = 1.1.0 but xorg-x11-font-utils does not provide it. -BuildRequires: xorg-x11-font-utils >= 7.2-11 - BuildRequires: bdftopcf +BuildRequires: font-util >= 1.1.0 +BuildRequires: pkgconfig(xorg-macros) >= 1.3 BuildRequires: ucs2any %description @@ -219,7 +217,7 @@ Contains a set of Cyrillic fonts. %prep %setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 -a30 -a31 -pushd encodings-1.0.4 +pushd encodings-* %patch1 -p1 popd @@ -939,6 +937,9 @@ mkfontdir %{_x11fontdir}/cyrillic %ghost %verify(not md5 size mtime) %{_x11fontdir}/cyrillic/fonts.cache-* %changelog +* Mon Nov 10 2014 Simone Caronni - 7.5-14 +- Update build requirements. + * Mon Nov 10 2014 Mikolaj Izdebski - 7.5-13 - Fix requires on ttmkfdir (#1162089)