From a87442b10774896a14c1ca5297eacc1df78f5edc Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sat, 8 Sep 2012 16:40:05 +0200 Subject: [PATCH] Drop Requires for gstreamer-plugins, as we may be used with both gstreamer-0.10 and 1.0. Instead apps using gnome-video-effects should add the necessary Requires themselves --- gnome-video-effects.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnome-video-effects.spec b/gnome-video-effects.spec index 44ab7b1..ecb9e35 100644 --- a/gnome-video-effects.spec +++ b/gnome-video-effects.spec @@ -1,6 +1,6 @@ Name: gnome-video-effects Version: 0.4.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Collection of GStreamer video effects Group: System Environment/Libraries @@ -11,8 +11,6 @@ Buildarch: noarch BuildRequires: intltool -Requires: gstreamer-plugins-good -Requires: gstreamer-plugins-bad-free Requires: frei0r-plugins %description @@ -38,6 +36,11 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sat Sep 8 2012 Hans de Goede - 0.4.0-4 +- Drop Requires for gstreamer-plugins, as we may be used with both + gstreamer-0.10 and 1.0. Instead apps using gnome-video-effects should add + the necessary Requires themselves + * Fri Aug 24 2012 Hans de Goede - 0.4.0-3 - Add Requires for the gstreamer-plugins used by the effects (related#850505)