From cb2a5a8cd36c8e20930ca8690c8a6fd0e968db29 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Tue, 2 Jun 2015 17:52:49 +0900 Subject: [PATCH] New upstream release. - Fix bitmap scaling. (#1187528, #1226433, 1226522, #1226722) --- .gitignore | 1 + fontconfig.spec | 11 ++++++----- sources | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 7ab1f46..7c182ee 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ fontconfig-2.8.0.tar.gz /fontconfig-2.11.91.tar.bz2 /fontconfig-2.11.92.tar.bz2 /fontconfig-2.11.93.tar.bz2 +/fontconfig-2.11.94.tar.bz2 diff --git a/fontconfig.spec b/fontconfig.spec index 1cc1a96..b109acb 100644 --- a/fontconfig.spec +++ b/fontconfig.spec @@ -2,8 +2,8 @@ Summary: Font configuration and customization library Name: fontconfig -Version: 2.11.93 -Release: 2%{?dist} +Version: 2.11.94 +Release: 1%{?dist} # src/ftglue.[ch] is in Public Domain # src/fccache.c contains Public Domain code # fc-case/CaseFolding.txt is in the UCD @@ -16,8 +16,6 @@ Source1: 25-no-bitmap-fedora.conf # https://bugzilla.redhat.com/show_bug.cgi?id=140335 Patch0: %{name}-sleep-less.patch -# https://bugzilla.redhat.com/show_bug.cgi?id=1203118 -Patch1: %{name}-fix-SIGFPE.patch BuildRequires: expat-devel BuildRequires: freetype-devel >= %{freetype_version} @@ -60,7 +58,6 @@ which is useful for developing applications that uses fontconfig. %prep %setup -q %patch0 -p1 -b .sleep-less -%patch1 -p1 -b .sigfpe %build # We don't want to rebuild the docs, but we want to install the included ones. @@ -137,6 +134,10 @@ fi %doc fontconfig-devel.txt fontconfig-devel %changelog +* Tue Jun 2 2015 Akira TAGOH - 2.11.94-1 +- New upstream release. + - Fix bitmap scaling. (#1187528, #1226433, 1226522, #1226722) + * Mon Mar 30 2015 Akira TAGOH - 2.11.93-2 - Fix SIGFPE (#1203118) diff --git a/sources b/sources index bb6cbae..c3817f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a75812fa3043be7dade8195b901378fd fontconfig-2.11.93.tar.bz2 +c988ea12f4117330246e041109152b4a fontconfig-2.11.94.tar.bz2