update to 1.2.6.1
This commit is contained in:
parent
8dad5219c4
commit
f20871461c
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/hashable-1.2.3.3.tar.gz
|
/hashable-1.2.3.3.tar.gz
|
||||||
/hashable-1.2.4.0.tar.gz
|
/hashable-1.2.4.0.tar.gz
|
||||||
/hashable-1.2.5.0.tar.gz
|
/hashable-1.2.5.0.tar.gz
|
||||||
|
/hashable-1.2.6.1.tar.gz
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.2.5.0
|
Version: 1.2.6.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A class for types that can be converted to a hash value
|
Summary: A class for types that can be converted to a hash value
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -19,6 +19,7 @@ BuildRequires: ghc-Cabal-devel
|
|||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
# Begin cabal-rpm deps:
|
# Begin cabal-rpm deps:
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
|
BuildRequires: ghc-deepseq-devel
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-HUnit-devel
|
BuildRequires: ghc-HUnit-devel
|
||||||
@ -92,6 +93,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 1.2.6.1-1
|
||||||
|
- update to 1.2.6.1
|
||||||
|
|
||||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5.0-3
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (hashable-1.2.5.0.tar.gz) = 2e64fa6d3001824f63f2ba938515d471cb7cb3176dc8c04272c3a94a9a8ba4011d4c06e09fe7dfacc538549bc18c2d3137cbe9ee258481e806e69f5a35ec4cc2
|
SHA512 (hashable-1.2.6.1.tar.gz) = d230a617ccf3d71ac825a2ce1a371de166dd456a5a36b9a790c456227029b2cba36ebb42d9c0b79579615f6c25b297a8eae0e4f62fc1ac8ef1704c260c11a436
|
||||||
|
Loading…
Reference in New Issue
Block a user