[packages/glib2] up to 2.84.1

atler atler at pld-linux.org
Thu Apr 3 19:20:53 CEST 2025


commit 5a6bae8212ef42c0881fb87b47c92b93fdc152a5
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Apr 3 19:01:06 2025 +0200

    up to 2.84.1

 glib-linux.patch | 15 ---------------
 glib2.spec       |  8 ++------
 2 files changed, 2 insertions(+), 21 deletions(-)
---
diff --git a/glib2.spec b/glib2.spec
index da2f2ff..bb7d987 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -22,14 +22,13 @@ 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.84.0
+Version:	2.84.1
 Release:	1
 Epoch:		1
 License:	LGPL v2+
 Group:		Libraries
 Source0:	https://download.gnome.org/sources/glib/2.84/glib-%{version}.tar.xz
-# Source0-md5:	ed2676d7ea8094a151e0431f226343b8
-Patch0:		glib-linux.patch
+# Source0-md5:	7befc5809f28b092c662d00533b017c2
 URL:		https://www.gtk.org/
 BuildRequires:	automake
 BuildRequires:	docbook-dtd412-xml
@@ -245,7 +244,6 @@ Sondy systemtap/dtrace dla GLib 2.
 
 %prep
 %setup -q -n glib-%{version}
-%patch -P0 -p1
 
 %{__sed} -i -e '/^python_shebang/ s,/usr/bin/env python3,%{__python3},' meson.build
 
@@ -285,8 +283,6 @@ install -d $RPM_BUILD_ROOT%{_gidocdir}
 %{__mv} $RPM_BUILD_ROOT%{_docdir}/{gio,gio-unix,girepository,glib,glib-unix,gmodule,gobject}-2.0 $RPM_BUILD_ROOT%{_gidocdir}
 %endif
 
-%{__rm} -r $RPM_BUILD_ROOT%{_libexecdir}/installed-tests
-
 > $RPM_BUILD_ROOT%{_libdir}/gio/modules/giomodule.cache
 > $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/gschemas.compiled
 
diff --git a/glib-linux.patch b/glib-linux.patch
deleted file mode 100644
index e0fec58..0000000
--- a/glib-linux.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix build on Linux with libnl installed (<netlink/netlink_route.h> seems to be FreeBSD specific)
-
-Ref: https://gitlab.gnome.org/GNONE/glib/-/issues/3630
---- glib-2.84.0/gio/gnetworkmonitornetlink.c.orig	2025-03-06 14:09:13.000000000 +0100
-+++ glib-2.84.0/gio/gnetworkmonitornetlink.c	2025-03-09 17:08:25.186737361 +0100
-@@ -41,8 +41,7 @@
- #ifdef HAVE_LINUX_NETLINK_H
- #include <linux/netlink.h>
- #include <linux/rtnetlink.h>
--#endif
--#ifdef HAVE_NETLINK_NETLINK_H
-+#elif defined(HAVE_NETLINK_NETLINK_H)
- #include <netlink/netlink.h>
- #include <netlink/netlink_route.h>
- #endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glib2.git/commitdiff/5a6bae8212ef42c0881fb87b47c92b93fdc152a5



More information about the pld-cvs-commit mailing list