diff --git a/.gitignore b/.gitignore index 3f52142..9274aa9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /uuid-1.2.13.tar.gz +/uuid-1.2.14.tar.gz diff --git a/ghc-uuid.spec b/ghc-uuid.spec index a3504b8..7c12348 100644 --- a/ghc-uuid.spec +++ b/ghc-uuid.spec @@ -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 - 1.2.14-1 +- update to 1.2.14 + * Wed Feb 03 2016 Fedora Release Engineering - 1.2.13-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index afaa81f..b482886 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f39b3776052451d3214fb35d6d27df53 uuid-1.2.13.tar.gz +5abf93dcfe714a3f25a8158de1f54b99 uuid-1.2.14.tar.gz