[mingw-glib2: 40/68] update to 2.27.4

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


commit 90088819fe28dbdca95b47208fb909a0d72f81de
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Mon Dec 6 17:54:30 2010 +0100

    update to 2.27.4

 .gitignore         |    1 +
 mingw32-glib2.spec |    9 ++++++++-
 sources            |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad89b96..737cf33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 glib-2.24.1.tar.bz2
 glib-2.25.12.tar.bz2
+/glib-2.27.4.tar.bz2
diff --git a/mingw32-glib2.spec b/mingw32-glib2.spec
index 602d3e7..d89689c 100644
--- a/mingw32-glib2.spec
+++ b/mingw32-glib2.spec
@@ -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 at alumni.ethz.ch> - 2.27.4-1
+- update to 2.27.4
+
 * Thu Aug  5 2010 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.25.12-1
 - update to 2.25.12
 
diff --git a/sources b/sources
index 05e0616..9f53b4e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c709d78fb794e0ec2090cd41dfee244a  glib-2.25.12.tar.bz2
+b6f67a6b1c4792edd58411f9e6e3a6fb  glib-2.27.4.tar.bz2


More information about the mingw mailing list