[cutter] Fix FTBFS on F-21 and above (#1182957)

kenhys kenhys at fedoraproject.org
Fri Feb 13 13:32:11 UTC 2015


commit f67d4f037f48a571b9ee16769334b4aaaf8921db
Author: HAYASHI Kentaro <kenhys at gmail.com>
Date:   Fri Feb 13 01:54:27 2015 +0000

    Fix FTBFS on F-21 and above (#1182957)

 cutter.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/cutter.spec b/cutter.spec
index 5f24c89..f5ec400 100644
--- a/cutter.spec
+++ b/cutter.spec
@@ -4,7 +4,7 @@
 Summary: Unit Testing Framework for C/C++
 Name: cutter
 Version: 1.2.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPLv3+
 URL: http://cutter.sourceforge.net/
 Group: Development/Libraries
@@ -16,6 +16,7 @@ BuildRequires: gtk2-devel
 BuildRequires: goffice08-devel
 BuildRequires: autoconf
 Obsoletes:     %{name}-gstreamer < 1.2.3
+Patch0: support-gdk-pixbuf-2.31.0-or-later.patch
 
 %description
 Cutter is a xUnit family Unit Testing Framework for C/C++.
@@ -56,6 +57,8 @@ Cutter provides easy to write test and easy to debug code environment.
 # follow guide line: https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
 # bundled pcre library is required for older version of glib (2.12) only.
 #rm -fr glib-compatible/pcre/*.{c,h}
+# Bug#1182957 fix FTBFS
+%patch0 -p1
 # replace to proper directory
 sed -i 's|/usr/local/share/doc/cutter|%{_pkgdocdir}|g' doc/cutter.man
 sed -i 's|/usr/local/share/doc/cutter/ja|%{_pkgdocdir}|g' doc/cutter.jman
@@ -140,6 +143,11 @@ make check LD_LIBRARY_PATH=$(pwd)/cppcutter/.libs:$(pwd)/cutter/.libs:$(pwd)/gdk
 %{_libdir}/cutter/module/report/pdf.so
 
 %changelog
+* Fri Feb 13 2015 HAYASHI Kentaro <hayashi at clear-code.com> - 1.2.4-4
+- Fix FTBFS on F-21 and above (#1182957).
+  Reported by Mamoru Tasaka.
+  Add support-gdk-pixbuf-2.31.0-or-later.patch to fix it.
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list