]> git.pld-linux.org Git - packages/crossmingw32-glib2.git/commitdiff
- updated to 2.66.6 auto/th/crossmingw32-glib2-2.66.6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Feb 2021 19:13:41 +0000 (20:13 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Feb 2021 19:13:41 +0000 (20:13 +0100)
- updated win32 patch

crossmingw32-glib2.spec
glib2-win32.patch

index 337e290e9c12b12c7daf724bd8484bd9ffe908d9..08b2b82d8b1860a0a3f1fe0640d95f0170df8d84 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.66.4
+Version:       2.66.6
 Release:       1
 License:       LGPL v2+
 Group:         Development/Libraries
 Source0:       https://download.gnome.org/sources/glib/2.66/glib-%{version}.tar.xz
-# Source0-md5: 2df4576b1e4acfd118867eebb41d9956
+# Source0-md5: fd805b652a0732579eaaafa7a17f90a6
 Patch0:                glib2-win32.patch
 URL:           https://www.gtk.org/
 BuildRequires: crossmingw32-gcc-c++
index de743e8ab09abf32c54994ca208004c5e18518c0..da403002148a108dec49f347857b19a9ceeb24a7 100644 (file)
@@ -8,9 +8,9 @@
  #include <string.h>
  
  #include "gcontenttype.h"
---- glib-2.46.0/gio/gwin32registrykey.c.orig   2015-09-21 12:44:58.000000000 +0200
-+++ glib-2.46.0/gio/gwin32registrykey.c        2015-09-22 18:50:25.926459740 +0200
-@@ -25,10 +25,15 @@
+--- glib-2.66.6/gio/gwin32registrykey.c.orig   2021-02-07 19:11:29.468421063 +0100
++++ glib-2.66.6/gio/gwin32registrykey.c        2021-02-07 19:51:00.202244362 +0100
+@@ -25,12 +25,17 @@
  #pragma warning ( disable:4005 )
  #endif
  #include <windows.h>
@@ -22,6 +22,8 @@
  #include <winternl.h>
 +#endif
  
+ #include "gstrfuncsprivate.h"
 -#ifndef _WDMDDK_
 +#if !defined(_WDMDDK_) && !defined(_DDK_WINDDK_H)
  typedef enum _KEY_INFORMATION_CLASS {
This page took 0.076738 seconds and 4 git commands to generate.