From c7d401fbc2a9d4142e6c25f37571e461f4c10d29 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 10 Mar 2010 05:33:59 +0000 Subject: [PATCH] 2.19.7 --- .cvsignore | 2 +- gtk2.spec | 35 +++++++---------------------------- sources | 2 +- 3 files changed, 9 insertions(+), 30 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7e7b619..c97afd3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gtk+-2.19.6.tar.bz2 +gtk+-2.19.7.tar.bz2 diff --git a/gtk2.spec b/gtk2.spec index ea9ab09..800d197 100644 --- a/gtk2.spec +++ b/gtk2.spec @@ -13,7 +13,7 @@ %define gobject_introspection_version 0.6.7 %define gir_repository_version 0.6.5-5 -%define base_version 2.19.6 +%define base_version 2.19.7 %define bin_version 2.10.0 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X @@ -22,6 +22,7 @@ Version: %{base_version} Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries +#VCS: git:git://git.gnome.org/gtk+ Source: http://download.gnome.org/sources/gtk+/2.19/gtk+-%{version}.tar.bz2 Source1: update-gdk-pixbuf-loaders Source2: update-gtk-immodules @@ -40,8 +41,6 @@ Patch8: tooltip-positioning.patch Patch11: gtk2-remove-connecting-reason.patch # https://bugzilla.gnome.org/show_bug.cgi?id=592582 #Patch14: gtk2-landscape-pdf-print.patch -# https://bugzilla.gnome.org/show_bug.cgi?id=600992 -Patch15: filesystemref.patch BuildRequires: atk-devel >= %{atk_version} BuildRequires: pango-devel >= %{pango_version} @@ -161,17 +160,8 @@ This package contains developer documentation for the GTK+ widget toolkit. %patch8 -p1 -b .tooltip-positioning %patch11 -p1 -b .remove-connecting-reason #%patch14 -p1 -b .landscape-pdf-print -%patch15 -p1 -b .filesystemref %build - -# needed for Patch16, remove it when rebasing to 2.19.3 -gtkdocize || : -libtoolize --force || : -aclocal || : -autoheader || : -automake || : -autoconf || : %configure --with-xinput=xfree \ --enable-debug \ --disable-gtk-doc \ @@ -187,21 +177,12 @@ make %{?_smp_mflags} # turn off for now, since floatingtest needs a display #make check -# create a dummy binary for /usr/lib/gtk-2.0/immodules to work around -# problems in our ia64 multilib infrastructure -# See https://bugzilla.redhat.com/show_bug.cgi?id=253726 for more details -%if 0 -echo 'int main (void) { return 0; }' > relocation-tag.c -gcc -Os relocation-tag.c -o relocation-tag -%endif - # truncate NEWS awk '/^Overview of Changes/ { seen+=1 } { if (seen < 2) print } { if (seen == 2) { print "For older news, see http://git.gnome.org/cgit/gtk+/plain/NEWS"; exit } }' NEWS > tmp; mv tmp NEWS %install -rm -rf $RPM_BUILD_ROOT # Deriving /etc/gtk-2.0/$host location # NOTE: Duplicated below # @@ -286,13 +267,6 @@ mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/immodules mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{bin_version}/filesystems -%if 0 -# we need to install a binary in the immodules directory to make sure -# that it gets properly relocated to /emul for ia64 emulation of x86 -# See https://bugzilla.redhat.com/show_bug.cgi?id=253726 -install -m 0755 relocation-tag $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/immodules -%endif - # # We need the substitution of $host so we use an external # file list @@ -399,6 +373,11 @@ fi %doc tmpdocs/examples %changelog +* Wed Mar 10 2010 Matthias Clasen - 2.19.7-1 +- Update to 2.19.7 +- Add a VCS tag +- Minor packaging cleanups + * Tue Feb 23 2010 Matthias Clasen - 2.19.6-1 - Update to 2.19.6 diff --git a/sources b/sources index ed4caaa..94a05d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -524021c965a0e1a4ebadd58c576926a5 gtk+-2.19.6.tar.bz2 +d28d3857bc9a668e928714d8413f8b70 gtk+-2.19.7.tar.bz2