diff --git a/.cvsignore b/.cvsignore index 967f9e5..996c6e7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -37,3 +37,4 @@ gtk+-2.8.17.tar.bz2 gtk+-2.9.0.tar.bz2 gtk+-2.9.1.tar.bz2 gtk+-2.9.2.tar.bz2 +gtkbuiltincache.h diff --git a/gtk2.spec b/gtk2.spec index 652b129..1651ed8 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -16,11 +16,13 @@ Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X Name: gtk2 Version: %{base_version} -Release: 2 +Release: 3 License: LGPL Group: System Environment/Libraries Source: gtk+-%{version}.tar.bz2 Source1: update-scripts.tar.gz +# the builtin cache in the 2.9.2 tarball is defective +Source2: gtkbuiltincache.h # Biarch changes Patch0: gtk+-2.4.1-lib64.patch @@ -100,6 +102,8 @@ tar xzf %{SOURCE1} %patch0 -p1 -b .lib64 %patch1 -p1 -b .set-invisible-char-to-bullet +cp %{SOURCE2} gtk/ + for i in config.guess config.sub ; do test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i . done @@ -268,6 +272,9 @@ rm -rf $RPM_BUILD_ROOT %doc tmpdocs/examples %changelog +* Wed Jun 7 2006 Matthias Clasen - 2.9.2-3 +- Fix the builtin icon cache + * Tue Jun 6 2006 Matthias Clasen - 2.9.2-2 - Add a BuildRequires for cups-devel - configure with --disable-rebuilds diff --git a/sources b/sources index e644b96..cfa6b94 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ d8c012f67a8f23fa9aa495fca5331784 update-scripts.tar.gz c63e7d0cf7c4e983206c3088a0fb8862 gtk+-2.9.2.tar.bz2 +164b8b84dcbc15335dbaf59efa7253a2 gtkbuiltincache.h