[happy] revert to 1.18.10 until ghc-7.8

Jens Petersen petersen at fedoraproject.org
Tue Jul 8 10:42:23 UTC 2014


commit 26c24dfbaff86ddcef0d4c8e0f83ba5e971b061b
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jul 8 19:42:32 2014 +0900

    revert to 1.18.10 until ghc-7.8

 .gitignore  |    2 --
 happy.spec  |   27 +++++++++------------------
 sources     |    2 +-
 3 files changed, 10 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 609fac6..ed51a79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,3 @@ 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.2.tar.gz
-/happy-1.19.3.tar.gz
diff --git a/happy.spec b/happy.spec
index 510848c..ecbad05 100644
--- a/happy.spec
+++ b/happy.spec
@@ -1,14 +1,12 @@
 # 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.19.3
-Release:        1%{?dist}
+Version:        1.18.10
+Release:        35%{?dist}
 Summary:        Parser Generator for Haskell
 
 License:        BSD
@@ -21,10 +19,12 @@ 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
+BuildRequires:  docbook-style-xsl
+BuildRequires:  libxml2
+BuildRequires:  libxslt
 
 %description
 Happy is a LALR(1) parser generator system for Haskell, similar to the tool
@@ -56,12 +56,6 @@ cd ..
 %ghc_bin_install
 
 
-%check
-%if %{with tests}
-%cabal test
-%endif
-
-
 %files
 %doc ANNOUNCE CHANGES LICENSE README TODO doc/happy
 %{_bindir}/happy
@@ -69,11 +63,8 @@ cd ..
 
 
 %changelog
-* Wed Jun 04 2014 Jens Petersen <petersen at redhat.com> - 1.19.3-1
-- update to 1.19.3
-
-* Wed May 14 2014 Jens Petersen <petersen at redhat.com> - 1.19.2-1
-- update to 1.19.2
+* Tue Jul  8 2014 Jens Petersen <petersen at redhat.com> - 1.18.10-35
+- update to cblrpm-0.8.11
 
 * Fri Apr 11 2014 Jens Petersen <petersen at redhat.com> - 1.18.10-34
 - split out of haskell-platform
diff --git a/sources b/sources
index be2c721..2b5c61c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb9f4aec9d9e3b92be95a8abc43704b4  happy-1.19.3.tar.gz
+a1638e89434427e57f68ef311761dc30  happy-1.18.10.tar.gz


More information about the scm-commits mailing list