update to 0.2.2.1

This commit is contained in:
Ben Boeckel 2015-08-08 00:16:31 -04:00
parent d8342fbea3
commit e41776d9de
3 changed files with 21 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/edit-distance-0.2.1.tar.gz
/edit-distance-0.2.1.1.tar.gz
/edit-distance-0.2.1.2.tar.gz
/edit-distance-0.2.2.1.tar.gz

View File

@ -2,9 +2,11 @@
%global pkg_name edit-distance
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.1.2
Release: 7%{?dist}
Version: 0.2.2.1
Release: 1%{?dist}
Summary: Levenshtein and restricted Damerau-Levenshtein edit distances
License: BSD
@ -17,6 +19,11 @@ BuildRequires: ghc-rpm-macros
BuildRequires: ghc-array-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-random-devel
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-quickcheck2-devel
%endif
# End cabal-rpm deps
%description
@ -48,6 +55,12 @@ This package provides the Haskell %{pkg_name} library development files.
%ghc_lib_install
%check
%if %{with tests}
%cabal test
%endif
%post devel
%ghc_pkg_recache
@ -61,10 +74,13 @@ This package provides the Haskell %{pkg_name} library development files.
%files devel -f %{name}-devel.files
%doc README.textile
%doc README.md
%changelog
* Sat Aug 08 2015 Ben Boeckel <mathstuf@gmail.com> - 0.2.2.1-1
- update to 0.2.2.1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
c9b6917ebc7e09590000af98be4b884b edit-distance-0.2.1.2.tar.gz
aaa8d57fdce8afc1e2579d96f4d6eb58 edit-distance-0.2.2.1.tar.gz