diff --git a/ghc-cborg.spec b/ghc-cborg.spec index a47a3ab2a0423b383800c16b1602c30f1f99236a..039e1c3bc4bf917dc860e9f6549b1640f359addd 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.