[gtk2] Depend on gdk-pixbuf2-modules as this is now an optional subpackage

Richard Hughes rhughes at fedoraproject.org
Fri Mar 20 15:01:15 UTC 2015


commit d47954a6dae6b218213ada38b0d89e08de8bbf67
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Mar 20 14:57:12 2015 +0000

    Depend on gdk-pixbuf2-modules as this is now an optional subpackage

 gtk2.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/gtk2.spec b/gtk2.spec
index 6ca9f9b..9027859 100644
--- a/gtk2.spec
+++ b/gtk2.spec
@@ -17,7 +17,7 @@
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
 Version: 2.24.27
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -72,6 +72,9 @@ Requires: hicolor-icon-theme
 # built as a subpackage of gtk3
 Requires: gtk-update-icon-cache
 
+# required to support all the different image formats
+Requires: gdk-pixbuf2-modules%{?_isa}
+
 # We need to prereq these so we can run gtk-query-immodules-2.0
 Requires(post): glib2 >= %{glib2_version}
 Requires(post): atk >= %{atk_version}
@@ -334,6 +337,9 @@ gtk-query-immodules-2.0-%{__isa_bits} --update-cache
 %doc tmpdocs/examples
 
 %changelog
+* Fri Mar 20 2015 Richard Hughes <rhughes at redhat.com> - 2.24.27-2
+- Depend on gdk-pixbuf2-modules as this is now an optional subpackage
+
 * Tue Mar  3 2015 Matthias Clasen <mclasen at redhat.com> - 2.24.27-1
 - Update to 2.24.27
 


More information about the scm-commits mailing list