update to 2.1.3

This commit is contained in:
Jens Petersen 2016-06-26 14:50:05 +09:00
parent 313edff42d
commit 7682a1286f
3 changed files with 26 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/pureMD5-2.1.2.1.tar.gz
/pureMD5-2.1.3.tar.gz

View File

@ -1,10 +1,13 @@
# generated by cabal-rpm-0.9.11
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name pureMD5
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 2.1.2.1
Release: 7%{?dist}
Version: 2.1.3
Release: 1%{?dist}
Summary: Pure Haskell MD5 digest implementation
License: BSD
@ -19,6 +22,13 @@ BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-cereal-devel
BuildRequires: ghc-crypto-api-devel
BuildRequires: ghc-tagged-devel
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-crypto-api-tests-devel
BuildRequires: ghc-pretty-hex-devel
BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-quickcheck2-devel
%endif
# End cabal-rpm deps
%description
@ -49,6 +59,14 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
%cabal test
%endif
%post devel
%ghc_pkg_recache
@ -59,13 +77,16 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%changelog
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 2.1.3-1
- update to 2.1.3
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
00923d79d1eff1982598aae946c8c37e pureMD5-2.1.2.1.tar.gz
450f112dabf7fdae0c23a666db9d4201 pureMD5-2.1.3.tar.gz