[libeasyfc/f18] Fix build issue

Akira TAGOH tagoh at fedoraproject.org
Tue Jul 30 10:42:37 UTC 2013


commit 01752492a0315fc3f8ccf33303832bf9c22b586e
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Tue Jul 30 19:42:21 2013 +0900

    Fix build issue

 libeasyfc.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libeasyfc.spec b/libeasyfc.spec
index 987df62..fe80756 100644
--- a/libeasyfc.spec
+++ b/libeasyfc.spec
@@ -8,6 +8,7 @@ License:	LGPLv3+
 URL:		http://tagoh.bitbucket.org/libeasyfc/
 Source0:	https://bitbucket.org/tagoh/libeasyfc/downloads/%{name}-%{version}.tar.bz2
 Patch0:		%{name}-disable-feature-tags.patch
+Patch1:		%{name}-fix-non-literal-format-string.patch
 
 BuildRequires:	glib2-devel gobject-introspection-devel libxml2-devel fontconfig-devel >= 2.9.91 harfbuzz-devel
 BuildRequires:	gettext
@@ -60,6 +61,7 @@ applications with libeasyfc-gobject.
 %prep
 %setup -q
 %patch0 -p1 -b .0-tags
+%patch1 -p1 -b .1-non-literal-fmt-string
 
 
 %build


More information about the scm-commits mailing list