From aa31bb881be8404a91d22172849e3a87d97aa2e8 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 5 Sep 2025 21:22:57 +0800 Subject: [PATCH] 2.86.0 --- glib-2.84.4.tar.xz => glib-2.86.0.tar.xz | 4 ++-- glib2.spec | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) rename glib-2.84.4.tar.xz => glib-2.86.0.tar.xz (32%) diff --git a/glib-2.84.4.tar.xz b/glib-2.86.0.tar.xz similarity index 32% rename from glib-2.84.4.tar.xz rename to glib-2.86.0.tar.xz index b70178a..8104ba5 100644 --- a/glib-2.84.4.tar.xz +++ b/glib-2.86.0.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a9ea10943c36fc117e253f80c91e477b673525ae45762942858aef57631bb90 -size 5618200 +oid sha256:b5739972d737cfb0d6fd1e7f163dfe650e2e03740bb3b8d408e4d1faea580d6d +size 5679348 diff --git a/glib2.spec b/glib2.spec index 66b3b90..b6152ed 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,12 +1,12 @@ %bcond_without introspection Name: glib2 -Version: 2.84.4 +Version: 2.86.0 Release: 1 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPL-2.1-or-later URL: https://www.gtk.org -Source0: https://download.gnome.org/sources/glib/2.84/glib-%{version}.tar.xz +Source0: https://download.gnome.org/sources/glib/%{version_major_minor}/glib-%{version}.tar.xz Patch1: gspawn-eperm.patch Patch3: gio-fix-filesystem-type-ext-err.patch @@ -115,7 +115,6 @@ find . -name *.dtrace-temp.c -exec rm -f {} \; %meson_install %global py_reproducible_pyc_path %{buildroot}%{_datadir} touch -r gio/gdbus-2.0/codegen/config.py.in %{buildroot}%{_datadir}/glib-2.0/codegen/*.py -chrpath --delete %{buildroot}%{_libdir}/*.so export PYTHONHASHSEED=0 %py_byte_compile %{__python3} %{buildroot}%{_datadir} @@ -233,6 +232,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_docdir}/g*-2.0 %changelog +* Fri Sep 05 2025 Funda Wang - 2.86.0-1 +- update to 2.86.0 + * Sat Aug 09 2025 Funda Wang - 2.84.4-1 - update to 2.84.4 -- Gitee