update to 1.8.7

This commit is contained in:
Jens Petersen 2011-03-11 22:02:57 +09:00
parent 95c081c51b
commit b5c46ce0e7
4 changed files with 7 additions and 14 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
hlint-1.7.3.tar.gz
/hlint-1.8.3.tar.gz
/hlint-1.8.7.tar.gz

View File

@ -11,8 +11,8 @@
%global debug_package %{nil}
Name: %{pkg_name}
Version: 1.8.3
Release: 6%{?dist}
Version: 1.8.7
Release: 1%{?dist}
Summary: %{common_summary}
Group: Development/Languages
@ -57,6 +57,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/hlint.1 $RPM_BUILD_ROOT%{_mandi
%changelog
* Fri Mar 11 2011 Jens Petersen <petersen@redhat.com> - 1.8.7-1
- update to 1.8.7
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.8.3-6
- Enable build on sparcv9

View File

@ -1,11 +0,0 @@
#!/bin/sh
# if necessary first rebuild transformers and syb
set -e -x
for i in cpphs hscolour ghc-haskell-src-exts ghc-uniplate hlint; do
~/fedora/haskell/ghc/master/update-package.sh $i
done
fedpkg chain-build cpphs ghc-uniplate hscolour : ghc-haskell-src-exts

View File

@ -1 +1 @@
af5a287804f0ed1ba41728febf74296f hlint-1.8.3.tar.gz
9f31ffa1b6f5054370635dad6810a43f hlint-1.8.7.tar.gz