update to 2.4.8
This commit is contained in:
parent
ced2f354eb
commit
a9acc4f439
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/hspec-discover-2.4.4.tar.gz
|
/hspec-discover-2.4.4.tar.gz
|
||||||
|
/hspec-discover-2.4.8.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# generated by cabal-rpm-0.12.1
|
# generated by cabal-rpm-0.12.5
|
||||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||||
|
|
||||||
%global pkg_name hspec-discover
|
%global pkg_name hspec-discover
|
||||||
@ -7,8 +7,8 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 2.4.4
|
Version: 2.4.8
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Automatically discover and run Hspec tests
|
Summary: Automatically discover and run Hspec tests
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -22,6 +22,7 @@ BuildRequires: chrpath
|
|||||||
BuildRequires: ghc-directory-devel
|
BuildRequires: ghc-directory-devel
|
||||||
BuildRequires: ghc-filepath-devel
|
BuildRequires: ghc-filepath-devel
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
BuildRequires: ghc-hspec-meta-devel
|
BuildRequires: ghc-hspec-meta-devel
|
||||||
%endif
|
%endif
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
@ -81,6 +82,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 2.4.8-1
|
||||||
|
- update to 2.4.8
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.4-4
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.4-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (hspec-discover-2.4.4.tar.gz) = f8d589b3769427c6738e64ed3412d67c9352dac9dc16c769470c5dc17cda4dd4282e42d03573dedbc8532051d756009a6b33e42bc1b4dea3a0c77d29cc08a5d9
|
SHA512 (hspec-discover-2.4.8.tar.gz) = c845e9c5bdb0889508e8ff41c55eb4311da26a9edad65b55ebaddb772af2859928bd828063e13197f4f83a60aacc572cfa67a5afc5746394b7c87df04e047490
|
||||||
|
Loading…
Reference in New Issue
Block a user