diff --git a/gtk2.changes b/gtk2.changes index 27aa5ab..a4efc81 100644 --- a/gtk2.changes +++ b/gtk2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 4 15:07:04 CEST 2007 - pgajdos@suse.cz + +- adding hicolor-icon-theme to Requires [#249043] + ------------------------------------------------------------------- Thu Apr 19 12:03:50 CEST 2007 - sbrabec@suse.cz diff --git a/gtk2.spec b/gtk2.spec index 1ee1aa1..304b7cc 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -28,7 +28,7 @@ Group: System/Libraries Autoreqprov: on PreReq: /usr/bin/touch /bin/rm /bin/rmdir Version: 2.10.11 -Release: 2 +Release: 7 Summary: Library for Creation of Graphical User Interfaces Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.10/%{_name}-%{version}.tar.bz2 Source1: SuSEconfig.gtk2 @@ -55,7 +55,7 @@ Patch39: gtk2-makefile-typo.patch # Patch41: gtk2-235661-pixbuf-loader-error-checking.diff # Patch42: gtk2-216883-filechooser-fix-invisible-shortcuts.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: cairo >= 0.9.2 +Requires: cairo >= 0.9.2 hicolor-icon-theme %description This fast and versatile library is used all over the world for all @@ -347,6 +347,8 @@ fi %{_datadir}/gtk-doc/html/* %changelog +* Fri May 04 2007 - pgajdos@suse.cz +- adding hicolor-icon-theme to Requires [#249043] * Thu Apr 19 2007 - sbrabec@suse.cz - Correctly initialize XDG_DATA_DIRS in SuSEconfig (#240603). * Wed Apr 11 2007 - maw@suse.de