summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-03-15 10:52:53 +0100
committerNicola Murino2020-03-15 10:52:53 +0100
commitb0ef2d92c61079e205f88367f11415498a04d86a (patch)
tree1558acb1f5e9510f8efc4250aa39598343eb3ec7
parent176ab1c8c599f88577d59b97fef0f10e1443802d (diff)
downloadaur-b0ef2d92c61079e205f88367f11415498a04d86a.tar.gz
Update to 2.64.1
-rw-r--r--.SRCINFO6
-rw-r--r--0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch18
-rw-r--r--PKGBUILD6
3 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03d5914bcc48..31b24c13025c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-glib2
pkgdesc = Low level core library (mingw-w64)
- pkgver = 2.64.0
+ pkgver = 2.64.1
pkgrel = 1
url = https://wiki.gnome.org/Projects/GLib
arch = any
@@ -15,11 +15,11 @@ pkgbase = mingw-w64-glib2
options = !buildflags
options = staticlibs
options = !emptydirs
- source = git+https://gitlab.gnome.org/GNOME/glib.git#commit=369626e3105d688afaa316d89d34e8927a8a0171
+ source = git+https://gitlab.gnome.org/GNOME/glib.git#commit=24d272511c7ae8bb4c46dce0b0c67eca8d2ca3e5
source = 0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
source = glib-prefer-constructors-over-DllMain.patch
sha256sums = SKIP
- sha256sums = f2e76f7adf40d4c9aeed9cc2c0a7b97646f01e367e8429dd56103172c00cf126
+ sha256sums = 74ae54ada7dce2c95f197e5e389b61100e622b8a9ae9cd8e2dfa681138abade8
sha256sums = 3c9848916492435852e4e27bee608a0b2146e146c40f889d725acffd9409aae8
pkgname = mingw-w64-glib2
diff --git a/0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch b/0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
index 7db34609ea57..4c6f7cfa5cda 100644
--- a/0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
+++ b/0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
@@ -1,12 +1,12 @@
-diff -rupN --no-dereference glib-2.63.6/gio/tests/org.gtk.test.gschema.override.orig glib-2.63.6-new/gio/tests/org.gtk.test.gschema.override.orig
---- glib-2.63.6/gio/tests/org.gtk.test.gschema.override.orig 2020-02-24 16:07:12.000000000 +0100
-+++ glib-2.63.6-new/gio/tests/org.gtk.test.gschema.override.orig 1970-01-01 01:00:00.000000000 +0100
+diff -rupN --no-dereference glib-2.64.1/gio/tests/org.gtk.test.gschema.override.orig glib-2.64.1-new/gio/tests/org.gtk.test.gschema.override.orig
+--- glib-2.64.1/gio/tests/org.gtk.test.gschema.override.orig 2020-03-11 13:21:39.000000000 +0100
++++ glib-2.64.1-new/gio/tests/org.gtk.test.gschema.override.orig 1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-[org.gtk.test.per-desktop:GNOME-Classic]
-desktop = "GNOME Classic"
-diff -rupN --no-dereference glib-2.63.6/gio/tests/org.gtk.test.gschema.xml.orig glib-2.63.6-new/gio/tests/org.gtk.test.gschema.xml.orig
---- glib-2.63.6/gio/tests/org.gtk.test.gschema.xml.orig 2020-02-24 16:07:12.000000000 +0100
-+++ glib-2.63.6-new/gio/tests/org.gtk.test.gschema.xml.orig 1970-01-01 01:00:00.000000000 +0100
+diff -rupN --no-dereference glib-2.64.1/gio/tests/org.gtk.test.gschema.xml.orig glib-2.64.1-new/gio/tests/org.gtk.test.gschema.xml.orig
+--- glib-2.64.1/gio/tests/org.gtk.test.gschema.xml.orig 2020-03-11 13:21:39.000000000 +0100
++++ glib-2.64.1-new/gio/tests/org.gtk.test.gschema.xml.orig 1970-01-01 01:00:00.000000000 +0100
@@ -1,222 +0,0 @@
-<schemalist>
-
@@ -230,9 +230,9 @@ diff -rupN --no-dereference glib-2.63.6/gio/tests/org.gtk.test.gschema.xml.orig
- </schema>
-
-</schemalist>
-diff -rupN --no-dereference glib-2.63.6/glib/gstdio.c glib-2.63.6-new/glib/gstdio.c
---- glib-2.63.6/glib/gstdio.c 2020-02-24 16:07:12.000000000 +0100
-+++ glib-2.63.6-new/glib/gstdio.c 2020-02-25 15:16:49.970829597 +0100
+diff -rupN --no-dereference glib-2.64.1/glib/gstdio.c glib-2.64.1-new/glib/gstdio.c
+--- glib-2.64.1/glib/gstdio.c 2020-03-11 13:21:39.000000000 +0100
++++ glib-2.64.1-new/glib/gstdio.c 2020-03-12 13:42:05.308446311 +0100
@@ -1036,6 +1036,11 @@ g_open (const gchar *filename,
int mode)
{
diff --git a/PKGBUILD b/PKGBUILD
index 3521cec92134..4f7c84cbc27f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# Contributor: Renato Silva <br.renatosilva@gmail.com>
# Contributor: Martchus <martchus@gmx.net>
pkgname=mingw-w64-glib2
-pkgver=2.64.0
+pkgver=2.64.1
pkgrel=1
-_commit=369626e3105d688afaa316d89d34e8927a8a0171 # tags/2.64.0^0
+_commit=24d272511c7ae8bb4c46dce0b0c67eca8d2ca3e5 # tags/2.64.1^0
arch=(any)
pkgdesc="Low level core library (mingw-w64)"
depends=(mingw-w64-libffi mingw-w64-pcre mingw-w64-gettext mingw-w64-zlib)
@@ -18,7 +18,7 @@ source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
"0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch"
"glib-prefer-constructors-over-DllMain.patch")
sha256sums=('SKIP'
- 'f2e76f7adf40d4c9aeed9cc2c0a7b97646f01e367e8429dd56103172c00cf126'
+ '74ae54ada7dce2c95f197e5e389b61100e622b8a9ae9cd8e2dfa681138abade8'
'3c9848916492435852e4e27bee608a0b2146e146c40f889d725acffd9409aae8')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"