update to 2.9.7
This commit is contained in:
parent
e5b0fda54a
commit
d50cba2f92
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/hspec-2.7.1.tar.gz
|
/hspec-2.7.1.tar.gz
|
||||||
/hspec-2.7.8.tar.gz
|
/hspec-2.7.8.tar.gz
|
||||||
/hspec-2.7.10.tar.gz
|
/hspec-2.7.10.tar.gz
|
||||||
|
/hspec-2.9.7.tar.gz
|
||||||
|
@ -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/
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||||
|
|
||||||
%global pkg_name hspec
|
%global pkg_name hspec
|
||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 2.7.10
|
Version: 2.9.7
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Testing Framework for Haskell
|
Summary: A Testing Framework for Haskell
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -18,11 +18,18 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|||||||
# Begin cabal-rpm deps:
|
# Begin cabal-rpm deps:
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
|
BuildRequires: ghc-base-devel
|
||||||
|
BuildRequires: ghc-hspec-core-devel
|
||||||
|
BuildRequires: ghc-hspec-discover-devel
|
||||||
|
BuildRequires: ghc-hspec-expectations-devel
|
||||||
|
%if %{with ghc_prof}
|
||||||
BuildRequires: ghc-QuickCheck-prof
|
BuildRequires: ghc-QuickCheck-prof
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
BuildRequires: ghc-hspec-core-prof
|
BuildRequires: ghc-hspec-core-prof
|
||||||
BuildRequires: ghc-hspec-discover-prof
|
BuildRequires: ghc-hspec-discover-prof
|
||||||
BuildRequires: ghc-hspec-expectations-prof
|
BuildRequires: ghc-hspec-expectations-prof
|
||||||
|
%endif
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -115,6 +122,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 2.9.7-1
|
||||||
|
- https://hackage.haskell.org/package/hspec-2.9.7/changelog
|
||||||
|
- refresh to cabal-rpm-2.1.0 with SPDX migration
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.10-4
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.10-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (hspec-2.7.10.tar.gz) = 8c333df0dfb0ac10925f411c683a000ce89f1d27a08b25f119c259780b64828c0bb3b4cb0ed4f15b4867541700c53351cd920eb52a922fd4a0db796c5893aea6
|
SHA512 (hspec-2.9.7.tar.gz) = a013e594f7b775fa26032b7375140e3977678ff1a8c9a4d880a90dea0648b1666e198ecff20bdfdcef5b9e8cd83cde679169c98fcb19100f045b8187bd263db9
|
||||||
|
Loading…
Reference in New Issue
Block a user