From 8b712c4aeb743b7364adb7996f6991ae591f7f71 Mon Sep 17 00:00:00 2001 From: bbrucezhang Date: Tue, 21 Oct 2025 14:45:26 +0800 Subject: [PATCH] Rebuilt for ghc-streaming-commons --- 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 5c221ef..397f513 100644 --- a/ghc-authenticate-oauth.spec +++ b/ghc-authenticate-oauth.spec @@ -5,7 +5,7 @@ Name: ghc-%{pkg_name} Version: 1.7 -Release: 3%{?dist} +Release: 4%{?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-4 +- [Type] other +- [DESC] Rebuilt for ghc-streaming-commons + * Wed Oct 15 2025 zeyouliu - 1.7-3 - [Type] other - [DESC] rebuild for ghc 9.8.4 -- Gitee