From 3a2c51e9344c57d364ed87ef4d8331fb7bd4f549 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Feb 01 2016 15:41:06 +0000 Subject: Reverting "update to 0.2.5.1" This reverts commit 890da13b3cf48bd363d98c31ac2c075bd253e813. --- diff --git a/.gitignore b/.gitignore index 747f7b0..56e4c07 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,3 @@ /unordered-containers-0.2.2.1.tar.gz /unordered-containers-0.2.3.0.tar.gz /unordered-containers-0.2.4.0.tar.gz -/unordered-containers-0.2.5.1.tar.gz diff --git a/ghc-unordered-containers.spec b/ghc-unordered-containers.spec index 9c60469..079b9f3 100644 --- a/ghc-unordered-containers.spec +++ b/ghc-unordered-containers.spec @@ -6,8 +6,8 @@ Name: ghc-%{pkg_name} # part of haskell-platform -Version: 0.2.5.1 -Release: 1%{?dist} +Version: 0.2.4.0 +Release: 2%{?dist} Summary: Efficient hashing-based container types License: BSD @@ -33,12 +33,12 @@ BuildRequires: ghc-test-framework-quickcheck2-devel # End cabal-rpm deps %description -Efficient hashing-based container types. The containers have been optimized for -performance critical use, both in terms of large data quantities and high -speed. +Efficient hashing-based container types. The containers have been optimized +for performance critical use, both in terms of large data quantities and +high speed. -The declared cost of each operation is either worst-case or amortized, but -remains valid even if structures are shared. +The declared cost of each operation is either worst-case or amortized, +but remains valid even if structures are shared. %package devel @@ -65,8 +65,6 @@ files. %install %ghc_lib_install -rm %{buildroot}%{ghc_pkgdocdir}/LICENSE - %check %if %{with tests} @@ -83,16 +81,13 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %files -f %{name}.files -%license LICENSE +%doc LICENSE %files devel -f %{name}-devel.files %changelog -* Thu Sep 17 2015 Jens Petersen - 0.2.5.1-1 -- update to 0.2.5.1 - * Wed Jun 17 2015 Fedora Release Engineering - 0.2.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index a6f658e..45d090b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c330100ca1d5e6b3cb8242d0bde706f9 unordered-containers-0.2.5.1.tar.gz +baf4b01faa89f9efdae6c932c8c701ad unordered-containers-0.2.4.0.tar.gz