update to 1.19.4

This commit is contained in:
Jens Petersen 2014-08-07 18:56:17 +02:00
parent 26c24dfbaf
commit 481fded609
3 changed files with 18 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ happy-1.18.5.tar.gz
/happy-1.18.6.tar.gz
/happy-1.18.9.tar.gz
/happy-1.18.10.tar.gz
/happy-1.19.4.tar.gz

View File

@ -1,12 +1,14 @@
# https://fedoraproject.org/wiki/Packaging:Haskell
%bcond_without tests
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: happy
# part of haskell-platform
Version: 1.18.10
Release: 35%{?dist}
Version: 1.19.4
Release: 1%{?dist}
Summary: Parser Generator for Haskell
License: BSD
@ -19,6 +21,9 @@ BuildRequires: ghc-rpm-macros
BuildRequires: ghc-array-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-mtl-devel
%if %{with tests}
BuildRequires: ghc-process-devel
%endif
# End cabal-rpm deps
BuildRequires: autoconf
BuildRequires: docbook-dtds
@ -56,6 +61,12 @@ cd ..
%ghc_bin_install
%check
%if %{with tests}
%cabal test
%endif
%files
%doc ANNOUNCE CHANGES LICENSE README TODO doc/happy
%{_bindir}/happy
@ -63,6 +74,9 @@ cd ..
%changelog
* Thu Aug 7 2014 Jens Petersen <petersen@redhat.com> - 1.19.4-1
- update to 1.19.4
* Tue Jul 8 2014 Jens Petersen <petersen@redhat.com> - 1.18.10-35
- update to cblrpm-0.8.11

View File

@ -1 +1 @@
a1638e89434427e57f68ef311761dc30 happy-1.18.10.tar.gz
5267c1c4aaa7102a882fc4cdad4a8c38 happy-1.19.4.tar.gz