[mingw-glib2] Update to 2.32.0

Kalev Lember kalev at fedoraproject.org
Mon Mar 26 14:28:12 UTC 2012


commit d18b5ea8d078f6e5d403a0d3f5a246e9f7736e94
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Mar 26 17:22:55 2012 +0300

    Update to 2.32.0
    
    ... and dropped an upstreamed patch.

 ...rect-glib-genmarshal-when-cross-compiling.patch |   28 --------------------
 mingw-glib2.spec                                   |   16 ++++-------
 sources                                            |    2 +-
 3 files changed, 7 insertions(+), 39 deletions(-)
---
diff --git a/mingw-glib2.spec b/mingw-glib2.spec
index 8227034..4545ae7 100644
--- a/mingw-glib2.spec
+++ b/mingw-glib2.spec
@@ -1,8 +1,8 @@
 %?mingw_package_header
 
 Name:           mingw-glib2
-Version:        2.31.20
-Release:        2%{?dist}
+Version:        2.32.0
+Release:        1%{?dist}
 Summary:        MinGW Windows GLib2 library
 
 License:        LGPLv2+
@@ -12,9 +12,6 @@ URL:            http://www.gtk.org
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 Source0:        http://download.gnome.org/sources/glib/%{release_version}/glib-%{version}.tar.xz
 
-# http://bugzilla.gnome.org/671676
-Patch0:         glib-use-correct-glib-genmarshal-when-cross-compiling.patch
-
 BuildArch:      noarch
 
 BuildRequires:  mingw32-filesystem >= 95
@@ -38,9 +35,6 @@ BuildRequires:  gettext
 # Native version required for glib-genmarshal
 BuildRequires:  glib2-devel >= 2.31.20
 
-# Needed for the patch
-BuildRequires:  autoconf automake libtool
-
 %description
 MinGW Windows Glib2 library.
 
@@ -80,8 +74,6 @@ Static version of the MinGW Windows GLib2 library.
 
 %prep
 %setup -q -n glib-%{version}
-%patch0 -p0
-autoreconf -i --force
 
 
 %build
@@ -260,6 +252,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
 
 %changelog
+* Mon Mar 26 2012 Kalev Lember <kalevlember at gmail.com> - 2.32.0-1
+- Update to 2.32.0
+- Dropped upstreamed patch
+
 * Sat Mar 10 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.31.20-2
 - Added win64 support
 
diff --git a/sources b/sources
index 3bd6626..34e042a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-16e1964e993b065c703157db17218d2a  glib-2.31.20.tar.xz
+c5fa76fbf9184d20dfb04af66b598190  glib-2.32.0.tar.xz


More information about the scm-commits mailing list