rpms/ghc/devel .cvsignore, 1.22, 1.23 ghc.spec, 1.132, 1.133 sources, 1.25, 1.26

Jens Petersen petersen at fedoraproject.org
Sun Jun 20 13:01:02 UTC 2010


Author: petersen

Update of /cvs/pkgs/rpms/ghc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25218

Modified Files:
	.cvsignore ghc.spec sources 
Log Message:
- 6.12.3 release
- build with hscolour
- use ghc-rpm-macro-0.5.8 for ghc_strip_shared macro




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ghc/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- .cvsignore	23 Apr 2010 04:09:50 -0000	1.22
+++ .cvsignore	20 Jun 2010 13:01:02 -0000	1.23
@@ -1,2 +1,2 @@
-ghc-6.12.2-src.tar.bz2
-testsuite-6.12.2.tar.bz2
+ghc-6.12.3-src.tar.bz2
+testsuite-6.12.3.tar.bz2


Index: ghc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -p -r1.132 -r1.133
--- ghc.spec	28 May 2010 06:40:59 -0000	1.132
+++ ghc.spec	20 Jun 2010 13:01:02 -0000	1.133
@@ -11,21 +11,21 @@
 %bcond_without manual
 # run testsuite
 %bcond_without testsuite
+# include colored html src
+%bcond_without hscolour
 
 ## default disabled options ##
 # include extralibs
 %bcond_with extralibs
 # quick build profile
 %bcond_with quick
-# include colored html src
-%bcond_with hscolour
 
 # the debuginfo subpackage is currently empty anyway, so don't generate it
 %global debug_package %{nil}
 
 Name: ghc
 # break of haskell-platform-2010.1.0.0
-Version: 6.12.2.20100521
+Version: 6.12.3
 Release: 1%{?dist}
 Summary: Glasgow Haskell Compilation system
 # fedora ghc has only been bootstrapped on the following archs:
@@ -43,7 +43,7 @@ URL: http://haskell.org/ghc/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # introduced for f11
 Obsoletes: haddock < 2.4.2-3, ghc-haddock-devel < 2.4.2-3
-BuildRequires: ghc, happy, ghc-rpm-macros >= 0.5.6
+BuildRequires: ghc, happy, ghc-rpm-macros >= 0.5.8
 BuildRequires: gmp-devel, ncurses-devel
 Requires: gcc, gmp-devel
 %if %{with shared}
@@ -187,6 +187,9 @@ for i in hsc2hs runhaskell; do
   fi
 done
 
+%ghc_strip_shared
+
+
 %check
 # stolen from ghc6/debian/rules:
 # Do some very simple tests that the compiler actually works
@@ -284,6 +287,11 @@ fi
 %endif
 
 %changelog
+* Mon Jun 14 2010 Jens Petersen <petersen at redhat.com> - 6.12.3-1
+- 6.12.3
+- build with hscolour
+- use ghc-rpm-macro-0.5.8 for ghc_strip_shared macro
+
 * Fri May 28 2010 Jens Petersen <petersen at redhat.com> - 6.12.2.20100521-1
 - 6.12.3 rc1
 - ghost package.cache


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ghc/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- sources	23 Apr 2010 04:41:21 -0000	1.25
+++ sources	20 Jun 2010 13:01:02 -0000	1.26
@@ -1,2 +1,2 @@
-b7ab3d3c2d58534cb3f31a00e2c12c67  ghc-6.12.2-src.tar.bz2
-07e7bdf0f0742889cebf47e5b977bf6c  testsuite-6.12.2.tar.bz2
+4c2663c2eff833d7b9f39ef770eefbd6  ghc-6.12.3-src.tar.bz2
+5c6143040d043f10e6d014cd5fd8ca36  testsuite-6.12.3.tar.bz2



More information about the scm-commits mailing list