update to 0.2.5.1

This reverts commit 3a2c51e934.
epel9
Jens Petersen 9 years ago
parent 62e03d6471
commit d2e879c201

1
.gitignore vendored

@ -4,3 +4,4 @@
/unordered-containers-0.2.2.1.tar.gz /unordered-containers-0.2.2.1.tar.gz
/unordered-containers-0.2.3.0.tar.gz /unordered-containers-0.2.3.0.tar.gz
/unordered-containers-0.2.4.0.tar.gz /unordered-containers-0.2.4.0.tar.gz
/unordered-containers-0.2.5.1.tar.gz

@ -6,8 +6,8 @@
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
# part of haskell-platform # part of haskell-platform
Version: 0.2.4.0 Version: 0.2.5.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Efficient hashing-based container types Summary: Efficient hashing-based container types
License: BSD License: BSD
@ -33,12 +33,12 @@ BuildRequires: ghc-test-framework-quickcheck2-devel
# End cabal-rpm deps # End cabal-rpm deps
%description %description
Efficient hashing-based container types. The containers have been optimized Efficient hashing-based container types. The containers have been optimized for
for performance critical use, both in terms of large data quantities and performance critical use, both in terms of large data quantities and high
high speed. speed.
The declared cost of each operation is either worst-case or amortized, The declared cost of each operation is either worst-case or amortized, but
but remains valid even if structures are shared. remains valid even if structures are shared.
%package devel %package devel
@ -65,6 +65,8 @@ files.
%install %install
%ghc_lib_install %ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check %check
%if %{with tests} %if %{with tests}
@ -81,13 +83,16 @@ files.
%files -f %{name}.files %files -f %{name}.files
%doc LICENSE %license LICENSE
%files devel -f %{name}-devel.files %files devel -f %{name}-devel.files
%changelog %changelog
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 0.2.5.1-1
- update to 0.2.5.1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4.0-3 * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

@ -1 +1 @@
baf4b01faa89f9efdae6c932c8c701ad unordered-containers-0.2.4.0.tar.gz c330100ca1d5e6b3cb8242d0bde706f9 unordered-containers-0.2.5.1.tar.gz

Loading…
Cancel
Save