From 50e5663f8a05ab6b907d0e4ff25c9b68ea069122 Mon Sep 17 00:00:00 2001 From: hanhuihui Date: Mon, 19 Feb 2024 14:39:15 +0800 Subject: [PATCH] rebuild for glib2 without sysprof --- gjs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gjs.spec b/gjs.spec index f90eef4..506a7aa 100644 --- a/gjs.spec +++ b/gjs.spec @@ -4,7 +4,7 @@ Name: gjs Version: 1.75.1 -Release: 1 +Release: 2 Summary: using GNOME libraries from Javascript License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+) URL: https://wiki.gnome.org/Projects/Gjs @@ -84,6 +84,9 @@ Development files for gjs. %{_datadir}/glib-2.0/schemas/org.gnome.GjsTest.gschema.xml %changelog +* Mon Feb 19 2024 hanhuihui - 1.75.1-2 +- rebuild for glib2 without sysprof + * Mon Jan 2 2023 lin zhang - 1.75.1-1 - Upgrade to 1.75.1 -- Gitee