[gtk2/f18] Update to 2.24.16

Kalev Lember kalev at fedoraproject.org
Mon Feb 25 16:18:15 UTC 2013


commit 7c519a610cd87034bb734e47b164bf199f8b0ae8
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Feb 23 13:54:48 2013 +0100

    Update to 2.24.16

 .gitignore        |    1 +
 gtk2-fixdso.patch |   15 ---------------
 gtk2.spec         |   14 +++++---------
 sources           |    2 +-
 4 files changed, 7 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8dbd22a..b746971 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ gtk+-2.21.5.tar.bz2
 /gtk+-2.24.11.tar.bz2
 /gtk+-2.24.12.tar.bz2
 /gtk+-2.24.13.tar.xz
+/gtk+-2.24.16.tar.xz
diff --git a/gtk2.spec b/gtk2.spec
index ac74ad2..e6e939d 100644
--- a/gtk2.spec
+++ b/gtk2.spec
@@ -1,6 +1,6 @@
 # Note that this is NOT a relocatable package
 
-%define glib2_base_version 2.27.3
+%define glib2_base_version 2.28.0
 %define glib2_version %{glib2_base_version}-1
 %define pango_base_version 1.20.0
 %define pango_version %{pango_base_version}-1
@@ -17,7 +17,7 @@
 
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
-Version: 2.24.13
+Version: 2.24.16
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -39,9 +39,6 @@ Patch8: tooltip-positioning.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=611313
 Patch15: window-dragging.patch
 
-# fix dso.
-Patch17: gtk2-fixdso.patch
-
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: cairo-devel
@@ -156,10 +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
-
-libtoolize
-autoreconf
 
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
@@ -346,6 +339,9 @@ fi
 %doc tmpdocs/examples
 
 %changelog
+* Sat Feb 23 2013 Kalev Lember <kalevlember at gmail.com> - 2.24.16-1
+- Update to 2.24.16
+
 * Tue Sep 25 2012 Kalev Lember <kalevlember at gmail.com> - 2.24.13-1
 - Update to 2.24.13
 
diff --git a/sources b/sources
index a987ac0..afccf74 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e949406751df51e1e40e85628005a069  gtk+-2.24.13.tar.xz
+ea8ba95edd3896eca2d48450080d1f2d  gtk+-2.24.16.tar.xz


More information about the scm-commits mailing list