From 206c975b5e7f2a73e6319de34f1b701d36e4328c Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sat, 14 Jun 2025 16:25:26 +0800 Subject: [PATCH] 2.84.3 --- glib-2.84.2.tar.xz => glib-2.84.3.tar.xz | 4 ++-- glib2.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) rename glib-2.84.2.tar.xz => glib-2.84.3.tar.xz (32%) diff --git a/glib-2.84.2.tar.xz b/glib-2.84.3.tar.xz similarity index 32% rename from glib-2.84.2.tar.xz rename to glib-2.84.3.tar.xz index 9ea9f31..a59a4d0 100644 --- a/glib-2.84.2.tar.xz +++ b/glib-2.84.3.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:88e960dd937057407d61fcb3b45a860704b25923c37ae2478b85f2ecb5a4021f -size 5617588 +oid sha256:aa4f87c3225bf57ca85f320888f7484901a17934ca37023c3bd8435a72db863e +size 5615704 diff --git a/glib2.spec b/glib2.spec index 4c923b2..e89c6a8 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,8 +1,8 @@ %bcond_without introspection Name: glib2 -Version: 2.84.2 -Release: 2 +Version: 2.84.3 +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 @@ -233,6 +233,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_docdir}/g*-2.0 %changelog +* Sat Jun 14 2025 Funda Wang - 2.84.3-1 +- update to 2.84.3 + * Fri Jun 06 2025 Funda Wang - 2.84.2-2 - build with introspection -- Gitee