From 4a35b285e80abd26fdf282d784849941ba5abe2a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 20 Feb 2020 01:46:59 +0800 Subject: [PATCH] revised .cabal --- ghc-uuid.spec | 5 ++++- uuid-1.3.13.cabal | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ghc-uuid.spec b/ghc-uuid.spec index 13fe5b3..1a2c97f 100644 --- a/ghc-uuid.spec +++ b/ghc-uuid.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.3.13 -Release: 13%{?dist} +Release: 14%{?dist} Summary: For creating, comparing, parsing and printing Universally Unique Identifiers License: BSD @@ -137,6 +137,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Wed Feb 19 2020 Jens Petersen - 1.3.13-14 +- revise .cabal and refresh to cabal-rpm-2.0.2 + * Tue Jan 28 2020 Fedora Release Engineering - 1.3.13-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/uuid-1.3.13.cabal b/uuid-1.3.13.cabal index da57d10..3d53d0e 100644 --- a/uuid-1.3.13.cabal +++ b/uuid-1.3.13.cabal @@ -1,6 +1,6 @@ Name: uuid Version: 1.3.13 -x-revision: 2 +x-revision: 3 Copyright: (c) 2008-2014 Antoine Latter Author: Antoine Latter Maintainer: hvr@gnu.org @@ -38,7 +38,7 @@ Library entropy >= 0.3.7 && < 0.5, network-info == 0.2.*, random >= 1.0.1 && < 1.2, - time >= 1.1 && < 1.9, + time >= 1.1 && < 1.10, text >= 1 && < 1.3, uuid-types >= 1.0.2 && < 2