]> git.pld-linux.org Git - packages/crossmingw32-glib2.git/commitdiff
- updated to 2.46.1 auto/th/crossmingw32-glib2-2.46.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 16 Oct 2015 16:47:17 +0000 (18:47 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 16 Oct 2015 16:47:17 +0000 (18:47 +0200)
- updated win32 patch

crossmingw32-glib2.spec
glib2-win32.patch

index 66dd19f84449b3f8ab2c567db52f211b9b98b5e3..dc0d6ce4fda913e9a8845734cd20c8ca3fe3223d 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.0
+Version:       2.46.1
 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: 6d58f9d70893a63e75c2b7df79375ee7
+# Source0-md5: c90e93ceb45100ffc1d40ec5d2ca3248
 Patch0:                glib2-win32.patch
 URL:           http://www.gtk.org/
 BuildRequires: autoconf >= 2.62
index 7e544b23179dc56d15b7ccfbf12bff638d55f0a4..826c342a2009dfa9bc40f0f8fafda004e42f2e7e 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
+ #pragma comment (lib, "ntoskrnl.lib")
+ #endif
++
++#else
++#include <ddk/ntddk.h>
+ #endif
+ #include "glib.h"
This page took 0.086022 seconds and 4 git commands to generate.