[happy] update to 1.19.2 for ghc-7.8

Jens Petersen petersen at fedoraproject.org
Wed May 14 08:38:54 UTC 2014


commit 22b47e6cfa46c1f21ccdd2a172c2903f88e4ad0b
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed May 14 17:38:44 2014 +0900

    update to 1.19.2 for ghc-7.8

 .gitignore |    1 +
 happy.spec |   12 +++++++++---
 sources    |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed51a79..e98a46d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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.2.tar.gz
diff --git a/happy.spec b/happy.spec
index 9e24aa3..200d28e 100644
--- a/happy.spec
+++ b/happy.spec
@@ -1,9 +1,12 @@
 # https://fedoraproject.org/wiki/Packaging:Haskell
 
+# no useful debuginfo for Haskell packages without C sources
+%global debug_package %{nil}
+
 Name:           happy
 # part of haskell-platform
-Version:        1.18.10
-Release:        34%{?dist}
+Version:        1.19.2
+Release:        1%{?dist}
 Summary:        Parser Generator for Haskell
 
 License:        BSD
@@ -56,10 +59,13 @@ cd ..
 %files
 %doc ANNOUNCE CHANGES LICENSE README TODO doc/happy
 %{_bindir}/happy
-%{_datadir}/happy-%{version}
+%{_datadir}/%{name}-%{version}
 
 
 %changelog
+* Wed May 14 2014 Jens Petersen <petersen at redhat.com> - 1.19.2-1
+- update to 1.19.2
+
 * Fri Apr 11 2014 Jens Petersen <petersen at redhat.com> - 1.18.10-34
 - split out of haskell-platform
 - update to 1.18.10
diff --git a/sources b/sources
index 2b5c61c..6b0403e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1638e89434427e57f68ef311761dc30  happy-1.18.10.tar.gz
+36602c3c6e3004f49754ea6c173d2c39  happy-1.19.2.tar.gz


More information about the scm-commits mailing list