From 8b55ec76af8b489155d21029428ba0091041e013 Mon Sep 17 00:00:00 2001 From: Lin Runze Date: Sat, 14 Jun 2025 17:57:33 +0800 Subject: [PATCH] Fix spec file --- ghc-cborg.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghc-cborg.spec b/ghc-cborg.spec index a47a3ab..039e1c3 100644 --- a/ghc-cborg.spec +++ b/ghc-cborg.spec @@ -1,10 +1,10 @@ -%lobal pkg_name cborg +%global pkg_name cborg %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} Version: 0.2.10.0 -Release: 1 +Release: 2 Summary: Concise Binary Object Representation (CBOR) License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} @@ -127,5 +127,8 @@ cp -p %{SOURCE1} %{pkg_name}.cabal %files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files %changelog +* Sat Jun 14 2025 Lin Runze 0.2.10.0-2 +- Fix spec file + * Fri Jun 13 2025 Lin Runze 0.2.10.0-1 - Init cborg at version 0.2.10.0 revision 2. -- Gitee