[gtk2] Update to 2.24.15

Kalev Lember kalev at fedoraproject.org
Sun Feb 10 13:26:27 UTC 2013


commit 08408e59673d1f5e2c16a0af4e0a3a1007940b52
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Feb 10 11:21:46 2013 +0100

    Update to 2.24.15
    
    Drop the automake 1.13 and gmodule linking patches; fixed upstream.

 .gitignore        |    1 +
 gtk-automak.patch |   27 ---------------------------
 gtk2-fixdso.patch |   15 ---------------
 gtk2.spec         |   15 +++++----------
 sources           |    2 +-
 5 files changed, 7 insertions(+), 53 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 20942eb..0e78d5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ gtk+-2.21.5.tar.bz2
 /gtk+-2.24.11.tar.bz2
 /gtk+-2.24.13.tar.xz
 /gtk+-2.24.14.tar.xz
+/gtk+-2.24.15.tar.xz
diff --git a/gtk2.spec b/gtk2.spec
index 487834d..b20762e 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.14
+Version: 2.24.15
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -38,10 +38,6 @@ Patch8: tooltip-positioning.patch
 #Patch14: gtk2-landscape-pdf-print.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=611313
 Patch15: window-dragging.patch
-# fix dso.
-Patch17: gtk2-fixdso.patch
-# automake 1.13 :-(
-Patch18: gtk-automak.patch
 
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: glib2-devel >= %{glib2_version}
@@ -157,11 +153,6 @@ This package contains developer documentation for the GTK+ widget toolkit.
 %patch8 -p1 -b .tooltip-positioning
 #%patch14 -p1 -b .landscape-pdf-print
 %patch15 -p1 -b .window-dragging
-%patch17 -p1 -b .fixdso
-%patch18 -p1 -b .automak
-
-libtoolize
-autoreconf -i -f
 
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
@@ -348,6 +339,10 @@ fi
 %doc tmpdocs/examples
 
 %changelog
+* Sun Feb 10 2013 Kalev Lember <kalevlember at gmail.com> - 2.24.15-1
+- Update to 2.24.15
+- Drop the automake 1.13 and gmodule linking patches; fixed upstream
+
 * Tue Jan 15 2013 Matthias Clasen <mclasen at redhat.com> - 2.24.14-1
 - Update to 2.24.14
 
diff --git a/sources b/sources
index 26b77c8..9fb8d3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2c16f119ed624893ecfc3775930ae4c  gtk+-2.24.14.tar.xz
+68f034fb4f68086790d7488cf00e71c8  gtk+-2.24.15.tar.xz


More information about the scm-commits mailing list