From c283824d0feccc5c5765f749d10dc7815dd03c45 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Nov 10 2014 09:15:55 +0000 Subject: Fix jisx0201 encoding (#1009350) --- diff --git a/xorg-x11-fonts.spec b/xorg-x11-fonts.spec index 77f14a6..c3fb9d5 100644 --- a/xorg-x11-fonts.spec +++ b/xorg-x11-fonts.spec @@ -26,7 +26,7 @@ Summary: X.Org X11 fonts Name: xorg-x11-fonts Version: 7.5 -Release: 9%{?dist} +Release: 10%{?dist} License: MIT and Lucida and Public Domain Group: User Interface/X URL: http://www.x.org @@ -74,6 +74,8 @@ Source42: ftp://ftp.x.org/pub/individual/font/font-sun-misc-1.0.2.tar.bz2 Source43: ftp://ftp.x.org/pub/individual/font/font-winitzki-cyrillic-1.0.2.tar.bz2 Source44: ftp://ftp.x.org/pub/individual/font/font-xfree86-type1-1.0.3.tar.bz2 +Patch0: 0001-jisx0201.1976-0.enc-Add-undefined-mapping-for-0x7f-0.patch + BuildRequires: pkgconfig BuildRequires: xorg-x11-util-macros BuildRequires: xorg-x11-font-utils >= 7.5-3 @@ -319,6 +321,7 @@ Contains a set of Cyrillic fonts. #-------------------------------------------------------------------------- %build pushd encodings-* +%patch0 -p1 autoreconf -vif %configure --with-fontrootdir=%{_x11fontdir} make @@ -1057,6 +1060,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %verify(not md5 size mtime) %{_x11fontdir}/cyrillic/fonts.cache-* %changelog +* Mon Nov 10 2014 Simone Caronni - 7.5-10 +- Fix jisx0201 encoding (#1009350). + * Sun Aug 04 2013 Fedora Release Engineering - 7.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild