[mingw-gtk2: 55/65] Update to 2.24.8

epienbro epienbro at fedoraproject.org
Tue Mar 6 20:04:51 UTC 2012


commit 4dbd67a3bf4e05e1a10a6cb010f4849069427117
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Thu Nov 10 20:53:46 2011 +0100

    Update to 2.24.8
    
    - Update to 2.24.8
    - Make sure the autotools don't get triggered

 .gitignore                             |    1 +
 mingw32-gtk2-enable_static_build.patch |   29 -----------------------------
 mingw32-gtk2.spec                      |    7 +++++--
 sources                                |    2 +-
 4 files changed, 7 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e22a2db..e4edccc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /gtk+-2.24.4.tar.bz2
 /gtk+-2.24.5.tar.bz2
 /gtk+-2.24.7.tar.xz
+/gtk+-2.24.8.tar.xz
diff --git a/mingw32-gtk2-enable_static_build.patch b/mingw32-gtk2-enable_static_build.patch
index 5db4dd6..1a10d2c 100644
--- a/mingw32-gtk2-enable_static_build.patch
+++ b/mingw32-gtk2-enable_static_build.patch
@@ -1,32 +1,3 @@
---- configure.in.orig	2009-03-08 17:44:05.697993414 +0100
-+++ configure.in	2009-03-08 17:44:14.634993047 +0100
-@@ -171,16 +171,16 @@
- CXXFLAGS="$gtk_save_cxxflags"
- AC_LANG_RESTORE
- 
--if test "$os_win32" = "yes"; then
--  if test x$enable_static = xyes -o x$enable_static = x; then
--    AC_MSG_WARN([Disabling static library build, must build as DLL on Windows.])
--    enable_static=no
--  fi
--  if test x$enable_shared = xno; then
--    AC_MSG_WARN([Enabling shared library build, must build as DLL on Windows.])
--  fi
--  enable_shared=yes
--fi
-+#if test "$os_win32" = "yes"; then
-+#  if test x$enable_static = xyes -o x$enable_static = x; then
-+#    AC_MSG_WARN([Disabling static library build, must build as DLL on Windows.])
-+#    enable_static=no
-+#  fi
-+#  if test x$enable_shared = xno; then
-+#    AC_MSG_WARN([Enabling shared library build, must build as DLL on Windows.])
-+#  fi
-+#  enable_shared=yes
-+#fi
- 
- AC_LIBTOOL_WIN32_DLL
- AM_PROG_LIBTOOL
 --- configure.orig	2010-02-23 19:23:12.000000000 +0100
 +++ configure	2010-02-24 20:31:55.040083850 +0100
 @@ -5141,19 +5141,6 @@
diff --git a/mingw32-gtk2.spec b/mingw32-gtk2.spec
index 773cd3a..2a34548 100644
--- a/mingw32-gtk2.spec
+++ b/mingw32-gtk2.spec
@@ -3,7 +3,7 @@
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 Name:           mingw32-gtk2
-Version:        2.24.7
+Version:        2.24.8
 Release:        1%{?dist}
 Summary:        MinGW Windows Gtk2 library
 
@@ -54,7 +54,6 @@ BuildRequires:  gtk2
 BuildRequires:  gtk2-devel
 # Packages needed for regenerating configure
 BuildRequires:  gtk-doc
-BuildRequires:  automake autoconf libtool
 
 Requires:       pkgconfig
 
@@ -212,6 +211,10 @@ install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_mingw32_sysconfdir}/gtk-2.0/
 
 
 %changelog
+* Thu Nov 10 2011 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.24.8-1
+- Update to 2.24.8
+- Make sure the autotools don't get triggered
+
 * Tue Oct 18 2011 Kalev Lember <kalevlember at gmail.com> - 2.24.7-1
 - Update to 2.24.7
 - Switch to .xz tarballs
diff --git a/sources b/sources
index 97027e1..08df52e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-719df30b5076a0e37b62f968a5e1312c  gtk+-2.24.7.tar.xz
+5408d4a70ac132f7c439d7de40e83aff  gtk+-2.24.8.tar.xz


More information about the scm-commits mailing list