update to 2.9.7
This commit is contained in:
parent
aa1b83c770
commit
639a6698a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/hspec-discover-2.7.1.tar.gz
|
||||
/hspec-discover-2.7.8.tar.gz
|
||||
/hspec-discover-2.7.10.tar.gz
|
||||
/hspec-discover-2.9.7.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
# generated by cabal-rpm-2.0.9
|
||||
# generated by cabal-rpm-2.1.0
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name hspec-discover
|
||||
@ -7,8 +7,8 @@
|
||||
# testsuite missing deps: hspec-meta
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 2.7.10
|
||||
Release: 5%{?dist}
|
||||
Version: 2.9.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Automatically discover and run Hspec tests
|
||||
|
||||
License: MIT
|
||||
@ -20,9 +20,14 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-filepath-devel
|
||||
%if %{with ghc_prof}
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-directory-prof
|
||||
BuildRequires: ghc-filepath-prof
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
@ -106,6 +111,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 2.9.7-1
|
||||
- https://hackage.haskell.org/package/hspec-discover-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-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hspec-discover-2.7.10.tar.gz) = 83ac2e5b0a1732ca7f99c25d57158aa08f9cc9cdcc45d61bc5f21425a652fdec09985937146b7c77e4b7cf89607e252d2cef19ff9dfba0804fbfe8da296751f7
|
||||
SHA512 (hspec-discover-2.9.7.tar.gz) = 571afcaba2fe52f5ea96c2a3185fd58267bdcafb0e5c8fc040f4ad811c0c8c1c7770172597643315f1e91c629d295295e7ba2e445b3c9555f2cb5d7d3ba35394
|
||||
|
Loading…
Reference in New Issue
Block a user