[packages/glib2] up to 2.74.5
atler
atler at pld-linux.org
Thu Jan 19 19:05:33 CET 2023
commit 9eb37cce46fa9a8c1664250d50e2d798aacefbad
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Jan 19 19:05:03 2023 +0100
up to 2.74.5
errno.patch | 26 --------------------------
glib2.spec | 8 +++-----
2 files changed, 3 insertions(+), 31 deletions(-)
---
diff --git a/glib2.spec b/glib2.spec
index a4dc462..72e641a 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -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 \
diff --git a/errno.patch b/errno.patch
deleted file mode 100644
index aa62cdc..0000000
--- a/errno.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 03cb4261e00cf505790f4fd4e69f97b2ef4fcccd Mon Sep 17 00:00:00 2001
-From: Michael Catanzaro <mcatanzaro at 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
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/glib2.git/commitdiff/9eb37cce46fa9a8c1664250d50e2d798aacefbad
More information about the pld-cvs-commit
mailing list