diff --git a/ghc-uuid-types.spec b/ghc-uuid-types.spec index ba888a6..a06d3bc 100644 --- a/ghc-uuid-types.spec +++ b/ghc-uuid-types.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.0.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Type definitions for Universally Unique Identifiers License: BSD @@ -123,6 +123,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Fri Aug 02 2019 Jens Petersen - 1.0.3-12 +- add doc and prof subpackages (cabal-rpm-1.0.0) + * Thu Jul 25 2019 Fedora Release Engineering - 1.0.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/uuid-types-1.0.3.cabal b/uuid-types-1.0.3.cabal index 3fecbb6..8a9a099 100644 --- a/uuid-types-1.0.3.cabal +++ b/uuid-types-1.0.3.cabal @@ -1,6 +1,6 @@ Name: uuid-types Version: 1.0.3 -x-revision: 1 +x-revision: 2 Copyright: (c) 2008-2014 Antoine Latter Author: Antoine Latter Maintainer: aslatter@gmail.com @@ -31,7 +31,7 @@ Library binary >= 0.4 && < 0.9, bytestring >= 0.9 && < 0.11, deepseq >= 1.3 && < 1.5, - hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.3), + hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.4), random >= 1.0.1 && < 1.2, text >= 1 && < 1.3