diff --git a/git-repair.spec b/git-repair.spec index ab9c8c9..3217164 100644 --- a/git-repair.spec +++ b/git-repair.spec @@ -1,12 +1,12 @@ -# generated by cabal-rpm-2.0.9 +# generated by cabal-rpm-2.1.0 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ Name: git-repair Version: 1.20220404 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Repairs a damaged git repository -License: AGPLv3 +License: AGPL-3.0-or-later Url: https://hackage.haskell.org/package/%{name} # Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz @@ -15,32 +15,32 @@ Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-% # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros -BuildRequires: ghc-IfElse-static -BuildRequires: ghc-QuickCheck-static -BuildRequires: ghc-async-static -BuildRequires: ghc-attoparsec-static -BuildRequires: ghc-base-static -BuildRequires: ghc-bytestring-static -BuildRequires: ghc-containers-static -BuildRequires: ghc-data-default-static -BuildRequires: ghc-deepseq-static -BuildRequires: ghc-directory-static -BuildRequires: ghc-exceptions-static -BuildRequires: ghc-filepath-static -BuildRequires: ghc-filepath-bytestring-static -BuildRequires: ghc-hslogger-static -BuildRequires: ghc-mtl-static -BuildRequires: ghc-network-static -BuildRequires: ghc-network-uri-static -BuildRequires: ghc-optparse-applicative-static -BuildRequires: ghc-process-static -BuildRequires: ghc-split-static -BuildRequires: ghc-text-static -BuildRequires: ghc-time-static -BuildRequires: ghc-transformers-static -BuildRequires: ghc-unix-static -BuildRequires: ghc-unix-compat-static -BuildRequires: ghc-utf8-string-static +BuildRequires: ghc-IfElse-devel +BuildRequires: ghc-QuickCheck-devel +BuildRequires: ghc-async-devel +BuildRequires: ghc-attoparsec-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-containers-devel +BuildRequires: ghc-data-default-devel +BuildRequires: ghc-deepseq-devel +BuildRequires: ghc-directory-devel +BuildRequires: ghc-exceptions-devel +BuildRequires: ghc-filepath-devel +BuildRequires: ghc-filepath-bytestring-devel +BuildRequires: ghc-hslogger-devel +BuildRequires: ghc-mtl-devel +BuildRequires: ghc-network-devel +BuildRequires: ghc-network-uri-devel +BuildRequires: ghc-optparse-applicative-devel +BuildRequires: ghc-process-devel +BuildRequires: ghc-split-devel +BuildRequires: ghc-text-devel +BuildRequires: ghc-time-devel +BuildRequires: ghc-transformers-devel +BuildRequires: ghc-unix-devel +BuildRequires: ghc-unix-compat-devel +BuildRequires: ghc-utf8-string-devel # End cabal-rpm deps BuildRequires: git-core Requires: git-core @@ -85,6 +85,9 @@ mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/ %changelog +* Thu Feb 16 2023 Jens Petersen - 1.20220404-3 +- refresh to cabal-rpm-2.1.0 with SPDX migration + * Thu Jul 21 2022 Fedora Release Engineering - 1.20220404-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild