From 7d9534179caecaacb5c8a4978b29d8e5a213fc02 Mon Sep 17 00:00:00 2001 From: dj_palli Date: Wed, 20 Nov 2024 09:52:24 +0000 Subject: [PATCH 1/2] gom: update to 0.5.3 --- SPECS-EXTENDED/gom/gom.signatures.json | 2 +- SPECS-EXTENDED/gom/gom.spec | 9 ++++++--- cgmanifest.json | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/SPECS-EXTENDED/gom/gom.signatures.json b/SPECS-EXTENDED/gom/gom.signatures.json index ab0714e026e..ddffe4ecbbc 100644 --- a/SPECS-EXTENDED/gom/gom.signatures.json +++ b/SPECS-EXTENDED/gom/gom.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "gom-0.4.tar.xz": "68d08006aaa3b58169ce7cf1839498f45686fba8115f09acecb89d77e1018a9d" + "gom-0.5.3.tar.xz": "069d0909fbdc6b4d27edf7a879366194e3ab508b03548bf5b89ff63546d20177" } } diff --git a/SPECS-EXTENDED/gom/gom.spec b/SPECS-EXTENDED/gom/gom.spec index 258dc8be9d5..b16373a8c4e 100644 --- a/SPECS-EXTENDED/gom/gom.spec +++ b/SPECS-EXTENDED/gom/gom.spec @@ -1,13 +1,13 @@ Vendor: Microsoft Corporation Distribution: Azure Linux Name: gom -Version: 0.4 -Release: 3%{?dist} +Version: 0.5.3 +Release: 1%{?dist} Summary: GObject to SQLite object mapper library License: LGPLv2+ URL: https://wiki.gnome.org/Projects/Gom -Source0: https://download.gnome.org/sources/gom/0.4/gom-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gom/0.5/gom-%{version}.tar.xz BuildRequires: %{_bindir}/xsltproc BuildRequires: gobject-introspection-devel @@ -59,6 +59,9 @@ developing applications that use %{name}. %{_datadir}/gir-1.0/Gom-1.0.gir %changelog +* Wed Nov 20 2024 Durga Jagadeesh Palli - 0.5.3-1 +- Update to 0.5.3 + * Mon Mar 21 2022 Pawel Winogrodzki - 0.4-3 - Adding BR on '%%{_bindir}/xsltproc'. - Disabled gtk doc generation to remove network dependency during build-time. diff --git a/cgmanifest.json b/cgmanifest.json index e724680b882..0c842e6655e 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -4650,8 +4650,8 @@ "type": "other", "other": { "name": "gom", - "version": "0.4", - "downloadUrl": "https://download.gnome.org/sources/gom/0.4/gom-0.4.tar.xz" + "version": "0.5.3", + "downloadUrl": "https://download.gnome.org/sources/gom/0.5/gom-0.5.3.tar.xz" } } }, From a1ba8ba939e36f4ab486940fc33db28bbccceaf8 Mon Sep 17 00:00:00 2001 From: dj_palli Date: Mon, 30 Dec 2024 13:36:03 +0000 Subject: [PATCH 2/2] gom: License verified --- SPECS-EXTENDED/gom/gom.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/SPECS-EXTENDED/gom/gom.spec b/SPECS-EXTENDED/gom/gom.spec index b16373a8c4e..b1a63281db0 100644 --- a/SPECS-EXTENDED/gom/gom.spec +++ b/SPECS-EXTENDED/gom/gom.spec @@ -61,6 +61,7 @@ developing applications that use %{name}. %changelog * Wed Nov 20 2024 Durga Jagadeesh Palli - 0.5.3-1 - Update to 0.5.3 +- License verified. * Mon Mar 21 2022 Pawel Winogrodzki - 0.4-3 - Adding BR on '%%{_bindir}/xsltproc'.