diff --git a/cheese.spec b/cheese.spec index 710130e..e9a69b0 100644 --- a/cheese.spec +++ b/cheese.spec @@ -1,7 +1,7 @@ Name: cheese Epoch: 1 Version: 3.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Application for taking pictures and movies from a webcam Group: Amusements/Graphics @@ -39,6 +39,7 @@ BuildRequires: gnome-desktop3-devel BuildRequires: chrpath Requires: gstreamer-plugins-good >= 0.10.6-2 +Requires: gstreamer-plugins-bad-free Requires: gnome-video-effects %description @@ -142,6 +143,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/gir-1.0/Cheese-3.0.gir %changelog +* Thu Sep 29 2011 Hans de Goede - 1:3.0.2-2 +- Add Requires: gstreamer-plugins-bad-free for the camerabin element (#717872) + * Tue Sep 27 2011 Hans de Goede - 1:3.0.2-1 - Update to 3.0.2 - This fixes the crash on changing effect (rhbz#701039)