From 226e6d745405f32ddf0e6721e20ddf36fedf2f1a Mon Sep 17 00:00:00 2001 From: ocs-bot Date: Wed, 3 Jan 2024 16:03:16 +0800 Subject: [PATCH 1/2] Upgrade to version 1.8.0 --- json-glib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/json-glib.spec b/json-glib.spec index ac0326e..52dd53a 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -1,7 +1,7 @@ Summary: Serialization and deserialization support for JSON Name: json-glib -Version: 1.6.6 -Release: 4%{?dist} +Version: 1.8.0 +Release: 1%{?dist} License: LGPLv2+ URL: https://wiki.gnome.org/Projects/JsonGlib Source0: https://download.gnome.org/sources/%{name}/1.6/%{name}-%{version}.tar.xz @@ -79,6 +79,9 @@ the functionality of the installed json-glib package. %changelog +* Wed Jan 03 2024 Upgrade Robot - 1.8.0-1 +- Upgrade to version 1.8.0 + * Fri Sep 08 2023 OpenCloudOS Release Engineering - 1.6.6-4 - Rebuilt for OpenCloudOS Stream 23.09 -- Gitee From ff00535898dbd91b6ae3a1bf85ad6933593b1a0c Mon Sep 17 00:00:00 2001 From: wynnfeng Date: Wed, 10 Jan 2024 11:18:54 +0800 Subject: [PATCH 2/2] modify sources --- json-glib.spec | 4 +++- sources | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/json-glib.spec b/json-glib.spec index 52dd53a..83b459c 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -1,10 +1,12 @@ +%global major_version %%(echo %{version} | cut -d. -f1-2) + Summary: Serialization and deserialization support for JSON Name: json-glib Version: 1.8.0 Release: 1%{?dist} License: LGPLv2+ URL: https://wiki.gnome.org/Projects/JsonGlib -Source0: https://download.gnome.org/sources/%{name}/1.6/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{version}.tar.xz # for manpage BuildRequires: /usr/bin/xsltproc docbook-style-xsl BuildRequires: gobject-introspection-devel >= 1.54.0 diff --git a/sources b/sources index e29716b..f872ccf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (json-glib-1.6.6.tar.xz) = b9a737e4ba3ecdfb9cb8f5fb751cc74e5b1553664d3088c44a1f9e5396d4037958af214dcd290ddf5af98088f46167e10e371e134e1de5cbb7aec84c5c0fd017 +SHA512 (json-glib-1.8.0.tar.xz) = e4fe16bb7c5b72fcf9c0966ac1903ff0cd74ec8eab891db4b94e92353bdcb57b24613b6c2cce7bfa1996603c367d1b4939c12209369dfb915aac0f3804a3a900 -- Gitee