[gstreamer-plugins-fc] rebuild for GCC 4.7 as requested add %{?_isa} to explicit gstreamer dep

Michael Schwendt mschwendt at fedoraproject.org
Fri Jan 6 11:50:29 UTC 2012


commit 98bd3e2b04b26200e189f86e38b0d95832c50a2a
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Fri Jan 6 12:50:24 2012 +0100

    rebuild for GCC 4.7 as requested
    add %{?_isa} to explicit gstreamer dep

 gstreamer-plugins-fc.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer-plugins-fc.spec b/gstreamer-plugins-fc.spec
index b19873e..f605dd2 100644
--- a/gstreamer-plugins-fc.spec
+++ b/gstreamer-plugins-fc.spec
@@ -3,7 +3,7 @@
 
 Name: gstreamer-plugins-fc
 Version: 0.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Future Composer input plugin for GStreamer
 Group: Applications/Multimedia
 License: GPLv2+
@@ -14,7 +14,7 @@ BuildRequires: gstreamer-devel >= %{gstreamer_ver}
 BuildRequires: libfc14audiodecoder-devel
 
 # for %%{_libdir}/gstreamer-%%{gst_majorminor}
-Requires: gstreamer
+Requires: gstreamer%{?_isa}
 
 
 %description
@@ -44,6 +44,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Fri Jan  6 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 0.2-3
+- rebuild for GCC 4.7 as requested
+- add %%{?_isa} to explicit gstreamer dep
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list