[mingw-glib2: 45/68] update to 2.27.93

epienbro epienbro at fedoraproject.org
Tue Mar 6 19:55:38 UTC 2012


commit 3f92a4eb88cfa7703f147063b99804ba5a775078
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Sun Feb 13 17:52:09 2011 +0100

    update to 2.27.93

 .gitignore         |    1 +
 mingw32-glib2.spec |   11 +++++++++--
 sources            |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 50b4d6e..ffeadbf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ glib-2.27.4.tar.bz2
 glib-2.25.15.tar.bz2
 glib-2.25.17.tar.bz2
 glib-2.26.0.tar.bz2
+/glib-2.28.0.tar.bz2
diff --git a/mingw32-glib2.spec b/mingw32-glib2.spec
index 086acf0..1c83fe2 100644
--- a/mingw32-glib2.spec
+++ b/mingw32-glib2.spec
@@ -6,8 +6,8 @@
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 Name:           mingw32-glib2
-Version:        2.27.4
-Release:        2%{?dist}
+Version:        2.27.93
+Release:        1%{?dist}
 Summary:        MinGW Windows GLib2 library
 
 License:        LGPLv2+
@@ -73,6 +73,8 @@ pushd build_static
         %{_mingw32_configure} --disable-shared --enable-static
         # HACK
         cp glib/glibconfig.h ../glib
+        # evil Hack
+        perl -i -pe "s,\\$\(AM_V_CCLD\)\\$\(LINK\) \\$\(glib_compile_schemas_OBJECTS\) \\$\(glib_compile_schemas_LDADD\) \\$\(LIBS\),/usr/libexec/gcc/i686-pc-mingw32/4.5.1/collect2 --sysroot=/usr/i686-pc-mingw32/sys-root -Bdynamic -o glib-compile-schemas.exe /usr/i686-pc-mingw32/sys-root/mingw/lib/crt2.o /usr/lib64/gcc/i686-pc-mingw32/4.5.1/crtbegin.o -L/usr/lib64/gcc/i686-pc-mingw32/4.5.1 -L/usr/lib64/gcc/i686-pc-mingw32/4.5.1/../../../../i686-pc-mingw32/lib -L/usr/i686-pc-mingw32/sys-root/mingw/lib gvdb-builder.o glib-compile-schemas.o ../glib/.libs/libglib-2.0.a -lws2_32 -lole32 -lkernel32 -lintl -lmingw32 -lgcc_eh -lgcc -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 -lmingw32 -lgcc_eh -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 -lmingw32 /usr/lib64/gcc/i686-pc-mingw32/4.5.1/crtend.o," gio/Makefile
         make %{?_smp_mflags}
 popd
 
@@ -81,6 +83,8 @@ pushd build_shared
         %{_mingw32_configure} --disable-static
         # HACK
         cp glib/glibconfig.h ../glib
+        # evil Hack
+        perl -i -pe "s,\\$\(AM_V_CCLD\)\\$\(LINK\) \\$\(glib_compile_schemas_OBJECTS\) \\$\(glib_compile_schemas_LDADD\) \\$\(LIBS\),/usr/libexec/gcc/i686-pc-mingw32/4.5.1/collect2 --sysroot=/usr/i686-pc-mingw32/sys-root -Bdynamic -o glib-compile-schemas.exe /usr/i686-pc-mingw32/sys-root/mingw/lib/crt2.o /usr/lib64/gcc/i686-pc-mingw32/4.5.1/crtbegin.o -L/usr/i686-pc-mingw32/sys-root/mingw/lib -L/usr/lib64/gcc/i686-pc-mingw32/4.5.1 -L/usr/lib64/gcc/i686-pc-mingw32/4.5.1/../../../../i686-pc-mingw32/lib -L/usr/i686-pc-mingw32/sys-root/mingw/lib gvdb-builder.o glib-compile-schemas.o ../glib/.libs/libglib-2.0.dll.a -lws2_32 -lole32 -lintl -lmingw32 -lgcc_eh -lgcc -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 -lmingw32 -lgcc_eh -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 -lmingw32 /usr/lib64/gcc/i686-pc-mingw32/4.5.1/crtend.o," gio/Makefile
         make %{?_smp_mflags}
 popd
 
@@ -214,6 +218,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Feb 13 2011 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.27.93-1
+- update to 2.27.93
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.27.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 9f53b4e..24db0ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b6f67a6b1c4792edd58411f9e6e3a6fb  glib-2.27.4.tar.bz2
+73954628c437408c189d62670a7032f7  glib-2.27.93.tar.bz2


More information about the mingw mailing list