From bd09d5e7a232907e371434aac041a4c5c81f0a64 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Apr 25 2009 09:10:14 +0000 Subject: - 1.18.4 release - sync with cabal2spec-0.15 --- diff --git a/.cvsignore b/.cvsignore index 889fc12..3124b54 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -happy-1.18.2.tar.gz +happy-1.18.4.tar.gz diff --git a/happy.spec b/happy.spec index 1a224d9..e22e6af 100644 --- a/happy.spec +++ b/happy.spec @@ -2,8 +2,8 @@ %define debug_package %{nil} Name: happy -Version: 1.18.2 -Release: 3%{?dist} +Version: 1.18.4 +Release: 1%{?dist} License: BSD Group: Development/Tools URL: http://haskell.org/happy/ @@ -11,7 +11,7 @@ Source: http://hackage.haskell.org/packages/archive/%{name}/%{version}/% BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, ghc, docbook-dtds, docbook-style-xsl, libxslt, libxml2 Summary: The LALR(1) Parser Generator for Haskell -# ghc has only been bootstrapped on the following archs: +# fedora ghc archs: ExclusiveArch: %{ix86} x86_64 ppc alpha Requires(post): policycoreutils @@ -43,12 +43,12 @@ popd %install -rm -rf ${RPM_BUILD_ROOT} +rm -rf $RPM_BUILD_ROOT %cabal_install %clean -rm -rf ${RPM_BUILD_ROOT} +rm -rf $RPM_BUILD_ROOT %post @@ -64,6 +64,9 @@ restorecon %{_bindir}/%{name} %changelog +* Sat Apr 25 2009 Jens Petersen - 1.18.4-1 +- 1.18.4 release + * Wed Feb 25 2009 Jens Petersen - 1.18.2-3 - rebuild with %%ix86 for i586 diff --git a/sources b/sources index 1895bee..d68717b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -adb1679a1fa8cec74a6e621a4a277e98 happy-1.18.2.tar.gz +614e3ef9623dbeefc4c8ca699912efb4 happy-1.18.4.tar.gz