]> git.pld-linux.org Git - packages/crossmingw32-glib2.git/commitdiff
- updated to 2.46.2 auto/th/crossmingw32-glib2-2.46.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 8 Nov 2015 14:04:26 +0000 (15:04 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 8 Nov 2015 14:04:26 +0000 (15:04 +0100)
- updated win32 patch

crossmingw32-glib2.spec
glib2-win32.patch

index dc0d6ce4fda913e9a8845734cd20c8ca3fe3223d..b3961b77f1cae64b8e3ce17bd940f66343dfa402 100644 (file)
@@ -12,12 +12,12 @@ Summary(tr.UTF-8):  Yararlı ufak yordamlar kitaplığı
 Summary(zh_CN.UTF-8):  实用工具函数库
 %define                realname   glib
 Name:          crossmingw32-glib2
-Version:       2.46.1
+Version:       2.46.2
 Release:       1
 License:       LGPL v2+
 Group:         Development/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/glib/2.46/glib-%{version}.tar.xz
-# Source0-md5: c90e93ceb45100ffc1d40ec5d2ca3248
+# Source0-md5: 7f815d6e46df68e070cb421ed7f1139e
 Patch0:                glib2-win32.patch
 URL:           http://www.gtk.org/
 BuildRequires: autoconf >= 2.62
index 826c342a2009dfa9bc40f0f8fafda004e42f2e7e..5472d5b8783411db15aac6e3d25f0d5abaad7ec0 100644 (file)
  typedef enum _KEY_INFORMATION_CLASS {
    KeyBasicInformation,
    KeyNodeInformation,
---- glib-2.46.1/glib/gwin32.c.orig     2015-10-14 15:04:10.000000000 +0200
-+++ glib-2.46.1/glib/gwin32.c  2015-10-16 18:30:22.408973356 +0200
-@@ -59,6 +59,9 @@
- #ifdef _MSC_VER
+--- glib-2.46.2/glib/gwin32.c.orig     2015-11-05 21:49:18.000000000 +0100
++++ glib-2.46.2/glib/gwin32.c  2015-11-08 14:51:02.152308457 +0100
+@@ -60,8 +60,12 @@
  #pragma comment (lib, "ntoskrnl.lib")
  #endif
-+
-+#else
+ #else
++#ifdef __MINGW32__
 +#include <ddk/ntddk.h>
++#else
+ #include <winternl.h>
  #endif
++#endif
  
  #include "glib.h"
+ #include "gthreadprivate.h"
This page took 0.113341 seconds and 4 git commands to generate.