From a87442b10774896a14c1ca5297eacc1df78f5edc Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sep 08 2012 14:40:05 +0000 Subject: 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 --- 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)