[hlint] update to 1.8.17

Jens Petersen petersen at fedoraproject.org
Sat Oct 15 09:23:59 UTC 2011


commit 6242d26f09f34df82872d00ab64479ece017aec2
Author: Jens Petersen <petersen at redhat.com>
Date:   Sat Oct 15 18:22:44 2011 +0900

    update to 1.8.17

 .gitignore |    1 +
 hlint.spec |   11 +++++++++--
 sources    |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d449474..4935c89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/hlint.spec b/hlint.spec
index 70b3c03..e4077ea 100644
--- a/hlint.spec
+++ b/hlint.spec
@@ -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 at redhat.com> - 1.8.17-1
+- update to 1.8.17
+
 * Wed Oct 12 2011 Peter Schiffer <pschiffe at redhat.com> - 1.8.13-1.1
 - rebuild with new gmp
 
diff --git a/sources b/sources
index 4f7367a..67f913e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-287887d6dc4d0bb78be90a8688d88759  hlint-1.8.13.tar.gz
+f325a37a7fc9710caaf137c62a2d5baa  hlint-1.8.17.tar.gz


More information about the scm-commits mailing list