From 2600e73d82db8962080de9f20f8d29b5ddadb402 Mon Sep 17 00:00:00 2001 From: bbrucezhang Date: Fri, 6 Jun 2025 07:55:50 +0800 Subject: [PATCH] Rebuilt for loongarch64 --- ghc-integer-logarithms.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-integer-logarithms.spec b/ghc-integer-logarithms.spec index e02bc0c..5adb8b3 100644 --- a/ghc-integer-logarithms.spec +++ b/ghc-integer-logarithms.spec @@ -5,7 +5,7 @@ Name: ghc-%{pkg_name} Version: 1.0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Integer logarithms License: MIT @@ -100,5 +100,8 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Jun 05 2025 bbrucezhang - 1.0.3.1-2 +- Rebuilt for loongarch64 + * Mon Apr 15 2024 OpenCloudOS Release Engineering - 1.0.3.1-1 - initial build -- Gitee