rpms/happy/F-11 .cvsignore, 1.4, 1.5 happy.spec, 1.10, 1.11 sources, 1.4, 1.5

Jens Petersen petersen at fedoraproject.org
Sun Sep 13 15:05:15 UTC 2009


Author: petersen

Update of /cvs/pkgs/rpms/happy/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13249

Modified Files:
	.cvsignore happy.spec sources 
Log Message:
backport 1.18.4 from devel, for haskell-platform


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/happy/F-11/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	12 Nov 2008 06:35:56 -0000	1.4
+++ .cvsignore	13 Sep 2009 15:05:15 -0000	1.5
@@ -1 +1 @@
-happy-1.18.2.tar.gz
+happy-1.18.4.tar.gz


Index: happy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/happy/F-11/happy.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- happy.spec	26 Feb 2009 09:46:22 -0000	1.10
+++ happy.spec	13 Sep 2009 15:05:15 -0000	1.11
@@ -2,16 +2,18 @@
 %define debug_package %{nil}
 
 Name:           happy
-Version:        1.18.2
-Release:        3%{?dist}
+# part of haskell-platform-2009.2.0.1
+Version:        1.18.4
+Release:        2%{?dist}
 License:        BSD
 Group:          Development/Tools
 URL:            http://haskell.org/happy/
 Source:         http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
 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:
+BuildRequires:  ghc, ghc-rpm-macros
+BuildRequires:  autoconf, docbook-dtds, docbook-style-xsl, libxslt, libxml2
+Summary:        LALR(1) Parser Generator for Haskell
+# fedora ghc archs:
 ExclusiveArch:	%{ix86} x86_64 ppc alpha
 Requires(post): policycoreutils
 
@@ -43,12 +45,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 +66,12 @@ restorecon %{_bindir}/%{name}
 
 
 %changelog
+* Sun May 17 2009 Jens Petersen <petersen at redhat.com> - 1.18.4-2
+- buildrequires ghc-rpm-macros
+
+* Sat Apr 25 2009 Jens Petersen <petersen at redhat.com> - 1.18.4-1
+- 1.18.4 release
+
 * Wed Feb 25 2009 Jens Petersen <petersen at redhat.com> - 1.18.2-3
 - rebuild with %%ix86 for i586
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/happy/F-11/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	12 Nov 2008 06:35:56 -0000	1.4
+++ sources	13 Sep 2009 15:05:15 -0000	1.5
@@ -1 +1 @@
-adb1679a1fa8cec74a6e621a4a277e98  happy-1.18.2.tar.gz
+614e3ef9623dbeefc4c8ca699912efb4  happy-1.18.4.tar.gz




More information about the fedora-extras-commits mailing list