public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/oidc-agent] rawhide: Update to version 5.3.8
@ 2026-09-02 16:20 Mattias Ellert
0 siblings, 0 replies; only message in thread
From: Mattias Ellert @ 2026-09-02 16:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/oidc-agent
Branch : rawhide
Commit : d2f97a5a55fb7f56dd8be323aad8d1ee4aa9c717
Author : Mattias Ellert <mattias.ellert@physics.uu.se>
Date : 2026-09-02T18:16:08+02:00
Stats : +13/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/oidc-agent/c/d2f97a5a55fb7f56dd8be323aad8d1ee4aa9c717?branch=rawhide
Log:
Update to version 5.3.8
---
diff --git a/oidc-agent.spec b/oidc-agent.spec
index d2e50e6..492b941 100644
--- a/oidc-agent.spec
+++ b/oidc-agent.spec
@@ -5,8 +5,8 @@
%endif
Name: oidc-agent
-Version: 5.3.6
-Release: 2%{?dist}
+Version: 5.3.8
+Release: 1%{?dist}
Summary: Managing OpenID Connect tokens on the command line
License: MIT AND ISC AND LGPL-2.1-or-later AND BSD-2-Clause
@@ -116,6 +116,13 @@ This package provides headers for the oidc-agent library.
# Remove bundled cJSON and clib-list (use system versions)
rm -rf lib/cJSON lib/list
+%if %{?rhel}%{!?rhel:0} == 8
+# Workaround for gcc 8.5 in RHEL 8:
+# error: a label can only be part of a statement and a declaration is
+# not a statement
+sed 's!oidc:!& ;!' -i src/oidc-gen/gen_handler.c
+%endif
+
%build
%set_build_flags
%make_build %{maketrace} WEBKITGTK=%{webkitgtk}
@@ -181,6 +188,9 @@ ln -s liboidc-agent.so.%{version} %{buildroot}%{_libdir}/liboidc-agent.so
%{_libdir}/liboidc-agent.so
%changelog
+* Wed Sep 02 2026 Mattias Ellert <mattias.ellert@physics.uu.se> - 5.3.8-1
+- Update to version 5.3.8
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index ae4172b..6cfc0cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (oidc-agent-5.3.6.tar.gz) = 1d645f5e7739a4fb8444055c31e09cf7c8c5c950803ee942f920313358c5c7066de0465c2f749fd0cae192cadb4cda6e280f69c1942baf9295524d4ac6fed1a6
+SHA512 (oidc-agent-5.3.8.tar.gz) = 5a4fa87c8927d5b7971b3507d0304393004d9d6b232c51c88b76a0db2a43568a1ed800eeb08e05bc11a91c16b86102e9696272f8212a85c77c36da03221ed67f
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-02 16:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-02 16:20 [rpms/oidc-agent] rawhide: Update to version 5.3.8 Mattias Ellert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox