diff --git a/SPECS-EXTENDED/gcr/gcr.signatures.json b/SPECS-EXTENDED/gcr/gcr.signatures.json index 2037a1936f2..2476dbba579 100644 --- a/SPECS-EXTENDED/gcr/gcr.signatures.json +++ b/SPECS-EXTENDED/gcr/gcr.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "gcr-3.36.0.tar.xz": "aaf9bed017a2263c6145c89a1a84178f9f40f238426463e4ae486694ef5f6601" + "gcr-3.38.1.tar.xz": "17fcaf9c4a93a65fb1c72b82643bb102c13344084687d5886ea66313868d9ec9" } } diff --git a/SPECS-EXTENDED/gcr/gcr.spec b/SPECS-EXTENDED/gcr/gcr.spec index 264a850cb41..9c5e1a6117f 100644 --- a/SPECS-EXTENDED/gcr/gcr.spec +++ b/SPECS-EXTENDED/gcr/gcr.spec @@ -1,3 +1,5 @@ +%define majmin %(echo %{version} | cut -d. -f1-2) + Vendor: Microsoft Corporation Distribution: Azure Linux %ifarch %{valgrind_arches} @@ -5,13 +7,13 @@ Distribution: Azure Linux %endif Name: gcr -Version: 3.36.0 -Release: 3%{?dist} +Version: 3.38.1 +Release: 1%{?dist} Summary: A library for bits of crypto UI and parsing License: GPLv2 URL: https://wiki.gnome.org/Projects/CryptoGlue -Source0: https://download.gnome.org/sources/%{name}/3.36/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/%{majmin}/%{name}-%{version}.tar.xz BuildRequires: gettext BuildRequires: gtk-doc @@ -113,6 +115,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gcr-viewer.desktop %{_libdir}/libgcr-base-3.so.* %changelog +* Mon Dec 30 2024 Pawel Winogrodzki - 3.38.1-1 +- Bump to 3.38.1 to fix missing OID header bug (GCR issue #48). + * Mon Mar 21 2022 Pawel Winogrodzki - 3.36.0-3 - Adding BR on "python3-pygments". - License verified. diff --git a/cgmanifest.json b/cgmanifest.json index e724680b882..0118e391adc 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -4100,8 +4100,8 @@ "type": "other", "other": { "name": "gcr", - "version": "3.36.0", - "downloadUrl": "https://download.gnome.org/sources/gcr/3.36/gcr-3.36.0.tar.xz" + "version": "3.38.1", + "downloadUrl": "https://download.gnome.org/sources/gcr/3.38/gcr-3.38.1.tar.xz" } } },