update to 1.8.17

This commit is contained in:
Jens Petersen 2011-10-15 18:22:44 +09:00
parent f99b2d31bf
commit 6242d26f09
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ hlint-1.7.3.tar.gz
/hlint-1.8.7.tar.gz
/hlint-1.8.11.tar.gz
/hlint-1.8.13.tar.gz
/hlint-1.8.17.tar.gz

View File

@ -5,18 +5,22 @@
%global common_description Hlint gives suggestions on how to improve your source code.
Name: %{pkg_name}
Version: 1.8.13
Release: 1%{?dist}.1
Version: 1.8.17
Release: 1%{?dist}
Summary: %{common_summary}
Group: Development/Languages
License: GPLv2
# BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{name}
Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
%if %{undefined without_hscolour}
BuildRequires: hscolour
%endif
# END cabal2spec
BuildRequires: ghc-cpphs-prof, ghc-haskell-src-exts-prof, ghc-uniplate-prof, ghc-hscolour-prof, ghc-transformers-prof
%description
@ -50,6 +54,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/hlint.1 $RPM_BUILD_ROOT%{_mandi
%changelog
* Sat Oct 15 2011 Jens Petersen <petersen@redhat.com> - 1.8.17-1
- update to 1.8.17
* Wed Oct 12 2011 Peter Schiffer <pschiffe@redhat.com> - 1.8.13-1.1
- rebuild with new gmp

View File

@ -1 +1 @@
287887d6dc4d0bb78be90a8688d88759 hlint-1.8.13.tar.gz
f325a37a7fc9710caaf137c62a2d5baa hlint-1.8.17.tar.gz