revised .cabal
This commit is contained in:
parent
62e8b99a66
commit
4a35b285e8
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.3.13
|
Version: 1.3.13
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: For creating, comparing, parsing and printing Universally Unique Identifiers
|
Summary: For creating, comparing, parsing and printing Universally Unique Identifiers
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -137,6 +137,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 19 2020 Jens Petersen <petersen@redhat.com> - 1.3.13-14
|
||||||
|
- revise .cabal and refresh to cabal-rpm-2.0.2
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.13-13
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.13-13
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: uuid
|
Name: uuid
|
||||||
Version: 1.3.13
|
Version: 1.3.13
|
||||||
x-revision: 2
|
x-revision: 3
|
||||||
Copyright: (c) 2008-2014 Antoine Latter
|
Copyright: (c) 2008-2014 Antoine Latter
|
||||||
Author: Antoine Latter
|
Author: Antoine Latter
|
||||||
Maintainer: hvr@gnu.org
|
Maintainer: hvr@gnu.org
|
||||||
@ -38,7 +38,7 @@ Library
|
|||||||
entropy >= 0.3.7 && < 0.5,
|
entropy >= 0.3.7 && < 0.5,
|
||||||
network-info == 0.2.*,
|
network-info == 0.2.*,
|
||||||
random >= 1.0.1 && < 1.2,
|
random >= 1.0.1 && < 1.2,
|
||||||
time >= 1.1 && < 1.9,
|
time >= 1.1 && < 1.10,
|
||||||
text >= 1 && < 1.3,
|
text >= 1 && < 1.3,
|
||||||
uuid-types >= 1.0.2 && < 2
|
uuid-types >= 1.0.2 && < 2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user