tagoh pushed to fontconfig (f22). "Fix SIGFPE (#1203118)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Mar 30 10:32:30 UTC 2015


>From 7082457b27978d4e6d5416f8391dc7a00268fa3c Mon Sep 17 00:00:00 2001
From: Akira TAGOH <tagoh at redhat.com>
Date: Mon, 30 Mar 2015 15:21:47 +0900
Subject: Fix SIGFPE (#1203118)


diff --git a/fontconfig.spec b/fontconfig.spec
index a8567b0..1cc1a96 100644
--- a/fontconfig.spec
+++ b/fontconfig.spec
@@ -3,7 +3,7 @@
 Summary:	Font configuration and customization library
 Name:		fontconfig
 Version:	2.11.93
-Release:	1%{?dist}
+Release:	2%{?dist}
 # src/ftglue.[ch] is in Public Domain
 # src/fccache.c contains Public Domain code
 # fc-case/CaseFolding.txt is in the UCD
@@ -16,6 +16,8 @@ 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}
@@ -58,6 +60,7 @@ 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.
@@ -134,6 +137,9 @@ fi
 %doc fontconfig-devel.txt fontconfig-devel
 
 %changelog
+* Mon Mar 30 2015 Akira TAGOH <tagoh at redhat.com> - 2.11.93-2
+- Fix SIGFPE (#1203118)
+
 * Mon Mar  9 2015 Akira TAGOH <tagoh at redhat.com> - 2.11.93-1
 - New upstream release.
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/fontconfig.git/commit/?h=f22&id=7082457b27978d4e6d5416f8391dc7a00268fa3c


More information about the scm-commits mailing list