diff --git a/Makefile b/Makefile index aa9eeba..2508869 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Makefile for source rpm: gtk2 -# $Id$ +# $Id: Makefile,v 1.1 2004/08/31 10:48:41 cvsdist Exp $ NAME := gtk2 SPECFILE = $(firstword $(wildcard *.spec)) diff --git a/gtk2.spec b/gtk2.spec index 45d433a..9d40a02 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -16,7 +16,7 @@ Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X. Name: gtk2 Version: %{base_version} -Release: 1 +Release: 2 License: LGPL Group: System Environment/Libraries Source: gtk+-%{version}.tar.bz2 @@ -24,6 +24,8 @@ Source1: update-scripts.tar.gz # Biarch changes Patch0: gtk+-2.4.1-lib64.patch +# Fixed in 2.8.7 +Patch1: gtk+-2.8.6-mimecache.patch BuildPrereq: atk-devel >= %{atk_version} BuildPrereq: pango-devel >= %{pango_version} @@ -83,6 +85,7 @@ docs for the GTK+ widget toolkit. (cd .. && tar xzf %{SOURCE1}) %patch0 -p1 -b .lib64 +%patch1 -p1 -b .mimecache for i in config.guess config.sub ; do test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i . @@ -251,6 +254,9 @@ rm -rf $RPM_BUILD_ROOT %doc tmpdocs/examples %changelog +* Wed Oct 19 2005 Matthias Clasen 2.8.6-2 +- Sync to upstream xdgmime + * Wed Oct 5 2005 Matthias Clasen 2.8.6-1 - New upstream version