From 285c8b7345d02f4c52e8f98d557d3c95c32eafc7 Mon Sep 17 00:00:00 2001 From: bbrucezhang Date: Mon, 13 Oct 2025 10:51:52 +0800 Subject: [PATCH] Rebuilt --- ghc-attoparsec-binary.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-attoparsec-binary.spec b/ghc-attoparsec-binary.spec index 1da694c..7ced4d1 100644 --- a/ghc-attoparsec-binary.spec +++ b/ghc-attoparsec-binary.spec @@ -4,7 +4,7 @@ Name: ghc-%{pkg_name} Version: 0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Binary processing extensions to Attoparsec License: BSD-3-Clause @@ -96,6 +96,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Mon Oct 13 2025 bbrucezhang - 0.2-4 +- Rebuilt + * Thu Oct 09 2025 zeyouliu - 0.2-3 - [Type] other - [DESC] rebuild for ghc 9.8.4 -- Gitee