update to 2.6.1
This commit is contained in:
parent
6108ef113d
commit
566d2e971b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/hspec-2.4.4.tar.gz
|
/hspec-2.4.4.tar.gz
|
||||||
/hspec-2.4.8.tar.gz
|
/hspec-2.4.8.tar.gz
|
||||||
/hspec-2.5.5.tar.gz
|
/hspec-2.5.5.tar.gz
|
||||||
|
/hspec-2.6.1.tar.gz
|
||||||
|
@ -4,11 +4,9 @@
|
|||||||
%global pkg_name hspec
|
%global pkg_name hspec
|
||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
|
|
||||||
%bcond_with tests
|
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 2.5.5
|
Version: 2.6.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Testing Framework for Haskell
|
Summary: A Testing Framework for Haskell
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -26,23 +24,15 @@ BuildRequires: ghc-doc
|
|||||||
BuildRequires: ghc-prof
|
BuildRequires: ghc-prof
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRequires: ghc-HUnit-devel
|
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
BuildRequires: ghc-call-stack-devel
|
|
||||||
BuildRequires: ghc-hspec-core-devel
|
BuildRequires: ghc-hspec-core-devel
|
||||||
BuildRequires: ghc-hspec-discover-devel
|
BuildRequires: ghc-hspec-discover-devel
|
||||||
BuildRequires: ghc-hspec-expectations-devel
|
BuildRequires: ghc-hspec-expectations-devel
|
||||||
BuildRequires: ghc-transformers-devel
|
|
||||||
%if %{with tests}
|
|
||||||
BuildRequires: ghc-directory-devel
|
|
||||||
BuildRequires: ghc-hspec-meta-devel
|
|
||||||
BuildRequires: ghc-stringbuilder-devel
|
|
||||||
%endif
|
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Hspec is a testing framework for Haskell. It is inspired by the Ruby library
|
Hspec is a testing framework for Haskell. Some of Hspec's distinctive features
|
||||||
RSpec. Some of Hspec's distinctive features are:
|
are:
|
||||||
|
|
||||||
* a friendly DSL for defining tests
|
* a friendly DSL for defining tests
|
||||||
|
|
||||||
@ -104,10 +94,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
# End cabal-rpm install
|
# End cabal-rpm install
|
||||||
|
|
||||||
|
|
||||||
%check
|
|
||||||
%cabal_test
|
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
# Begin cabal-rpm files:
|
# Begin cabal-rpm files:
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -129,6 +115,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 2.6.1-1
|
||||||
|
- update to 2.6.1
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.5-2
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.5-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (hspec-2.5.5.tar.gz) = b15a9cb1eb85b7c6f6b28bce264d80e6019a650c40baf835c85bce610060534580ec73ae725fb6562a30a8a56d7b10a40a8db7cdbba5893ebfb446b1cb13e203
|
SHA512 (hspec-2.6.1.tar.gz) = ceb3a1575a08f9156c617640d21b2b30bfe6827f1ab966c670873dbd594969cfef42b4b5a1490013d97303e637965a873434bf9089872a38931c1f72d4153056
|
||||||
|
Loading…
Reference in New Issue
Block a user