update to 1.2.14

This commit is contained in:
Jens Petersen 2016-06-20 10:41:28 +09:00
parent ccd7bca945
commit 6e406e9153
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/uuid-1.2.13.tar.gz
/uuid-1.2.14.tar.gz

View File

@ -5,8 +5,8 @@
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.2.13
Release: 7%{?dist}
Version: 1.2.14
Release: 1%{?dist}
Summary: For creating, comparing, parsing and printing Universally Unique Identifiers
License: BSD
@ -29,6 +29,9 @@ BuildRequires: ghc-containers-devel
BuildRequires: ghc-criterion-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-mersenne-random-pure64-devel
BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-hunit-devel
BuildRequires: ghc-test-framework-quickcheck2-devel
%endif
# End cabal-rpm deps
@ -54,6 +57,7 @@ This package provides the Haskell %{pkg_name} library development files.
%setup -q -n %{pkg_name}-%{version}
# seems to compile
cabal-tweak-dep-ver time '< 1.5' '< 1.6'
cabal-tweak-dep-ver random '< 1.1' '< 1.2'
%build
@ -89,6 +93,9 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%changelog
* Mon Jun 20 2016 Jens Petersen <petersen@redhat.com> - 1.2.14-1
- update to 1.2.14
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
f39b3776052451d3214fb35d6d27df53 uuid-1.2.13.tar.gz
5abf93dcfe714a3f25a8158de1f54b99 uuid-1.2.14.tar.gz