Skip to content

Commit

Permalink
Bumped 'gcr' to 3.38.1 to fix a build break.
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelWMS committed Dec 31, 2024
1 parent 81fb40a commit f08154a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion SPECS-EXTENDED/gcr/gcr.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"gcr-3.36.0.tar.xz": "aaf9bed017a2263c6145c89a1a84178f9f40f238426463e4ae486694ef5f6601"
"gcr-3.38.1.tar.xz": "17fcaf9c4a93a65fb1c72b82643bb102c13344084687d5886ea66313868d9ec9"
}
}
11 changes: 8 additions & 3 deletions SPECS-EXTENDED/gcr/gcr.spec
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
%define majmin %(echo %{version} | cut -d. -f1-2)

Vendor: Microsoft Corporation
Distribution: Azure Linux
%ifarch %{valgrind_arches}
%global has_valgrind 1
%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
Expand Down Expand Up @@ -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 <[email protected]> - 3.38.1-1
- Bump to 3.38.1 to fix missing OID header bug (GCR issue #48).

* Mon Mar 21 2022 Pawel Winogrodzki <[email protected]> - 3.36.0-3
- Adding BR on "python3-pygments".
- License verified.
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down

0 comments on commit f08154a

Please sign in to comment.