[cutter] Add missing Obsolete: for dropped gstreamer package (#1070967)

kenhys kenhys at fedoraproject.org
Fri Feb 28 02:43:08 UTC 2014


commit 10774a6f38a8e6ec8a1d761fb40ee105b1ad480b
Author: HAYASHI Kentaro <hayashi at clear-code.com>
Date:   Thu Feb 27 21:35:35 2014 -0500

    Add missing Obsolete: for dropped gstreamer package (#1070967)
    
    cutter gstreamer support is dropped at 1.2.3 release,
    but proper Obsolete: is missing.

 cutter.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/cutter.spec b/cutter.spec
index 4186a67..1614933 100644
--- a/cutter.spec
+++ b/cutter.spec
@@ -4,7 +4,7 @@
 Summary: Unit Testing Framework for C/C++
 Name: cutter
 Version: 1.2.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv3+
 URL: http://cutter.sourceforge.net/
 Group: Development/Libraries
@@ -15,6 +15,7 @@ BuildRequires: libsoup-devel
 BuildRequires: gtk2-devel
 BuildRequires: goffice08-devel
 BuildRequires: autoconf
+Obsoletes:     %{name}-gstreamer < 1.2.3
 
 %description
 Cutter is a xUnit family Unit Testing Framework for C/C++.
@@ -139,6 +140,9 @@ make check LD_LIBRARY_PATH=$(pwd)/cppcutter/.libs:$(pwd)/cutter/.libs:$(pwd)/gdk
 %{_libdir}/cutter/module/report/pdf.so
 
 %changelog
+* Fri Feb 28 2014 HAYASHI Kentaro <hayashi at clear-code.com> - 1.2.3-2
+- Add missing Obsolete: for dropped gstreamer package (#1070967).
+
 * Mon Feb 10 2014 HAYASHI Kentaro <hayashi at clear-code.com> - 1.2.3-1
 - New upstream release.
 - Remove needless patches(Patch0 and Patch1). These patches are already merged into Cutter 1.2.3.


More information about the scm-commits mailing list