[cutter] Apply patches to fix crach bug which are already fixed in upstream

kenhys kenhys at fedoraproject.org
Wed Feb 25 12:30:27 UTC 2015


commit 94cbad1f04b0fdeeae4aceaedf20fb56106f3e48
Author: HAYASHI Kentaro <kenhys at gmail.com>
Date:   Sat Feb 14 05:55:47 2015 +0000

    Apply patches to fix crach bug which are already fixed in upstream

 cutter.spec | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/cutter.spec b/cutter.spec
index 9978f41..3939254 100644
--- a/cutter.spec
+++ b/cutter.spec
@@ -18,6 +18,9 @@ BuildRequires: autoconf
 Obsoletes:     %{name}-gstreamer < 1.2.3
 Patch0: support-gdk-pixbuf-2.31.0-or-later.patch
 Patch1: support-g-key-file-error-quark-2.43-or-later-message.patch
+Patch2: test-ensure-dropping-source-ID-when-callback-is-removed.patch
+Patch3: gcut-egg-fix-a-bug-that-source-is-removed-twice.patch
+Patch4: gcut-egg-fix-a-bug-that-timeout-source-is-removed-twice.patch
 
 %description
 Cutter is a xUnit family Unit Testing Framework for C/C++.
@@ -62,6 +65,9 @@ Cutter provides easy to write test and easy to debug code environment.
 %patch0 -p1
 # Support newer unknown key error message for GLib 2.43 or later
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -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


More information about the scm-commits mailing list