]> git.pld-linux.org Git - packages/glib2.git/commitdiff
up to 2.74.4 auto/th/glib2-2.74.4-1
authorJan Palus <atler@pld-linux.org>
Wed, 21 Dec 2022 22:38:56 +0000 (23:38 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 21 Dec 2022 22:38:56 +0000 (23:38 +0100)
- upstream fix for missing errno.h inclusion

errno.patch [new file with mode: 0644]
glib2.spec

diff --git a/errno.patch b/errno.patch
new file mode 100644 (file)
index 0000000..aa62cdc
--- /dev/null
@@ -0,0 +1,26 @@
+From 03cb4261e00cf505790f4fd4e69f97b2ef4fcccd Mon Sep 17 00:00:00 2001
+From: Michael Catanzaro <mcatanzaro@redhat.com>
+Date: Tue, 20 Dec 2022 17:10:41 -0600
+Subject: [PATCH] gthread-posix: need to #include <errno.h>
+
+a79c6af23eff5ee978db62e048828c9a992a1261 uses errno without the required
+header.
+---
+ glib/gthreadprivate.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/glib/gthreadprivate.h b/glib/gthreadprivate.h
+index 6eaf422753..f34368a7c2 100644
+--- a/glib/gthreadprivate.h
++++ b/glib/gthreadprivate.h
+@@ -41,6 +41,7 @@ struct  _GRealThread
+ /* system thread implementation (gthread-posix.c, gthread-win32.c) */
+ #if defined(HAVE_FUTEX) || defined(HAVE_FUTEX_TIME64)
++#include <errno.h>
+ #include <linux/futex.h>
+ #include <sys/syscall.h>
+ #include <unistd.h>
+-- 
+GitLab
+
index ae5ab8cb1d993bbf312319f5a29add956e73a06e..c88067af8dc9c9dca18775bbe5ce8d19df5a2961 100644 (file)
@@ -20,15 +20,16 @@ Summary(pt_BR.UTF-8):       Conjunto de funções gráficas utilitárias
 Summary(tr.UTF-8):     Yararlı ufak yordamlar kitaplığı
 Summary(zh_CN.UTF-8):  实用工具函数库
 Name:          glib2
-Version:       2.74.3
+Version:       2.74.4
 Release:       1
 Epoch:         1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       https://download.gnome.org/sources/glib/2.74/glib-%{version}.tar.xz
-# Source0-md5: fb204b89b0004110911dede3441597a1
+# Source0-md5: a854964bbf295dcfa98afd210d7fbc39
 Patch0:                %{name}-python_shebang.patch
 Patch1:                gtk-doc-build.patch
+Patch2:                errno.patch
 URL:           https://www.gtk.org/
 BuildRequires: docbook-dtd412-xml
 BuildRequires: docbook-dtd45-xml
@@ -238,6 +239,7 @@ Sondy systemtap/dtrace dla GLib 2.
 %setup -q -n glib-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %meson build \
This page took 0.135839 seconds and 4 git commands to generate.