update to 0.10.0.2

epel9
Jens Petersen 5 years ago
parent 9ba7428a31
commit 76972ff8a5

1
.gitignore vendored

@ -1,2 +1,3 @@
/tasty-hunit-0.9.2.tar.gz /tasty-hunit-0.9.2.tar.gz
/tasty-hunit-0.10.0.1.tar.gz /tasty-hunit-0.10.0.1.tar.gz
/tasty-hunit-0.10.0.2.tar.gz

@ -5,8 +5,8 @@
%global pkgver %{pkg_name}-%{version} %global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.10.0.1 Version: 0.10.0.2
Release: 8%{?dist} Release: 1%{?dist}
Summary: HUnit support for the Tasty test framework Summary: HUnit support for the Tasty test framework
License: MIT License: MIT
@ -26,6 +26,10 @@ BuildRequires: ghc-tasty-prof
%description %description
HUnit support for the Tasty test framework. HUnit support for the Tasty test framework.
Note that this package does not depend on HUnit but implements the relevant
subset of its API. The name is a legacy of the early versions of tasty-hunit
and of test-framework-hunit, which did depend on HUnit.
%package devel %package devel
Summary: Haskell %{pkg_name} library development files Summary: Haskell %{pkg_name} library development files
@ -111,6 +115,9 @@ This package provides the Haskell %{pkg_name} profiling library.
%changelog %changelog
* Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 0.10.0.2-1
- update to 0.10.0.2
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0.1-8 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (tasty-hunit-0.10.0.1.tar.gz) = 46eaa56106df74e590d50fbeb0480a801ea4d832360a8365c1e38143c727d9373c8a524cff98bcff42ba839eba2850a8c11d7df07d85bcade586c6fd674ce8b5 SHA512 (tasty-hunit-0.10.0.2.tar.gz) = 82f70cd7813affeb756de89842a77070e688169eb35a386fbc4db36b65d8c960bca7b923294918e10b65281d3265820f9592398550af8af92027960d48562fd0

Loading…
Cancel
Save