update to 2.27.4

This commit is contained in:
Thomas Sailer 2010-12-06 17:54:30 +01:00
parent 29d48f75a3
commit 90088819fe
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
glib-2.24.1.tar.bz2
glib-2.25.12.tar.bz2
/glib-2.27.4.tar.bz2

View File

@ -6,7 +6,7 @@
%define __debug_install_post %{_mingw32_debug_install_post}
Name: mingw32-glib2
Version: 2.25.12
Version: 2.27.4
Release: 1%{?dist}
Summary: MinGW Windows GLib2 library
@ -60,12 +60,16 @@ Static version of the MinGW Windows GLib2 library.
mkdir build_static
pushd build_static
%{_mingw32_configure} --disable-shared --enable-static
# HACK
cp glib/glibconfig.h ../glib
make %{?_smp_mflags}
popd
mkdir build_shared
pushd build_shared
%{_mingw32_configure} --disable-static
# HACK
cp glib/glibconfig.h ../glib
make %{?_smp_mflags}
popd
@ -180,6 +184,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Dec 6 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.27.4-1
- update to 2.27.4
* Thu Aug 5 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.25.12-1
- update to 2.25.12

View File

@ -1 +1 @@
c709d78fb794e0ec2090cd41dfee244a glib-2.25.12.tar.bz2
b6f67a6b1c4792edd58411f9e6e3a6fb glib-2.27.4.tar.bz2