]> git.pld-linux.org Git - packages/glib2.git/commitdiff
up to 2.74.5 auto/th/glib2-2.74.5-1
authorJan Palus <atler@pld-linux.org>
Thu, 19 Jan 2023 18:05:03 +0000 (19:05 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 19 Jan 2023 18:05:03 +0000 (19:05 +0100)
errno.patch [deleted file]
glib2.spec

diff --git a/errno.patch b/errno.patch
deleted file mode 100644 (file)
index aa62cdc..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-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 a4dc462e05f671fdf40a0a6c476c1cd44e6a6177..72e641af3232d92ecff1993d0ab314c490975fdb 100644 (file)
@@ -20,16 +20,15 @@ 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.4
-Release:       2
+Version:       2.74.5
+Release:       1
 Epoch:         1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       https://download.gnome.org/sources/glib/2.74/glib-%{version}.tar.xz
-# Source0-md5: a854964bbf295dcfa98afd210d7fbc39
+# Source0-md5: 7561501d9f63f3418ddb23d2903cc968
 Patch0:                %{name}-python_shebang.patch
 Patch1:                gtk-doc-build.patch
-Patch2:                errno.patch
 URL:           https://www.gtk.org/
 BuildRequires: automake
 BuildRequires: docbook-dtd412-xml
@@ -240,7 +239,6 @@ Sondy systemtap/dtrace dla GLib 2.
 %setup -q -n glib-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %meson build \
This page took 0.063076 seconds and 4 git commands to generate.