Update to 2.37.3

This commit is contained in:
Erik van Pienbroek 2013-06-26 21:55:40 +02:00
parent 639cd86bc1
commit 577a8f9d8d
2 changed files with 6 additions and 9 deletions

View File

@ -1,8 +1,8 @@
%?mingw_package_header
Name: mingw-glib2
Version: 2.37.1
Release: 2%{?dist}
Version: 2.37.3
Release: 1%{?dist}
Summary: MinGW Windows GLib2 library
License: LGPLv2+
@ -35,12 +35,6 @@ BuildRequires: gettext
# Native version required for glib-genmarshal
BuildRequires: glib2-devel >= 2.31.20
# glib 2.37.0 apparently needs automake
# make[4]: Entering directory `/builddir/build/BUILD/glib-2.37.0/build_win32static/docs/reference/glib'
# cd ../../../.. && /bin/sh /builddir/build/BUILD/glib-2.37.0/missing automake-1.13 --gnu docs/reference/glib/Makefile
#/builddir/build/BUILD/glib-2.37.0/missing: line 81: automake-1.13: command not found
BuildRequires: automake
# https://bugzilla.gnome.org/show_bug.cgi?id=674214
Patch1: 0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
@ -286,6 +280,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
%changelog
* Wed Jun 26 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.3-1
- Update to 2.37.3
* Sun Jun 16 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.1-2
- Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries

View File

@ -1 +1 @@
bee51d61aa0d9b4071e997ff6c5fed5e glib-2.37.1.tar.xz
89377eed733ceaf4a6b2506897160c7e glib-2.37.3.tar.xz