From 283269116d6eb331116bf3ad71729f2e0aa8dc52 Mon Sep 17 00:00:00 2001 From: bbrucezhang Date: Tue, 21 Oct 2025 17:26:40 +0800 Subject: [PATCH] Rebuilt for ghc-http-client --- ghc-authenticate-oauth.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghc-authenticate-oauth.spec b/ghc-authenticate-oauth.spec index 397f513..4a1172e 100644 --- a/ghc-authenticate-oauth.spec +++ b/ghc-authenticate-oauth.spec @@ -5,7 +5,7 @@ Name: ghc-%{pkg_name} Version: 1.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Library to authenticate with OAuth for Haskell web applications License: BSD-3-Clause @@ -119,6 +119,10 @@ export QA_RPATHS=$(( 0x0001|0x0010 )) %changelog +* Tue Oct 21 2025 bbrucezhang - 1.7-5 +- [Type] other +- [DESC] Rebuilt for ghc-http-client + * Tue Oct 21 2025 bbrucezhang - 1.7-4 - [Type] other - [DESC] Rebuilt for ghc-streaming-commons -- Gitee