rpms/haskell-platform/devel haskell-platform.spec,1.10,1.11

Jens Petersen petersen at fedoraproject.org
Sun Jul 18 01:55:39 UTC 2010


Author: petersen

Update of /cvs/pkgs/rpms/haskell-platform/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17539

Modified Files:
	haskell-platform.spec 
Log Message:
drop debuginfo again: ghc_strip_dynlinked got fixed in ghc-rpm-macros-0.8.1


Index: haskell-platform.spec
===================================================================
RCS file: /cvs/pkgs/rpms/haskell-platform/devel/haskell-platform.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- haskell-platform.spec	16 Jul 2010 07:16:24 -0000	1.10
+++ haskell-platform.spec	18 Jul 2010 01:55:39 -0000	1.11
@@ -9,7 +9,9 @@ distilled from Hackage.
 
 %global upstream_version 2010.2.0.0
 
-# enable debugging to avoid empty strip error
+# debuginfo is not useful for ghc
+%global debug_package %{nil}
+
 
 %define platform_progs()\
 %{?1}Requires:       ghc = 6.12.3\
@@ -43,7 +45,7 @@ distilled from Hackage.
 
 Name:           %{pkg_name}
 Version:        %{upstream_version}
-Release:        0.1%{?dist}
+Release:        0.2%{?dist}
 Summary:        Standard Haskell distribution
 
 Group:          Development/Tools
@@ -54,7 +56,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 # fedora ghc archs:
 ExclusiveArch:  %{ix86} x86_64 ppc alpha
 BuildRequires:  ghc, ghc-prof
-BuildRequires:  ghc-rpm-macros >= 0.7.0
+BuildRequires:  ghc-rpm-macros >= 0.8.1
 %platform_progs Build
 %platform_libs devel Build
 %platform_progs
@@ -153,6 +155,9 @@ fi
 
 
 %changelog
+* Sun Jul 18 2010 Jens Petersen <petersen at redhat.com> - 2010.2.0.0-0.1
+- drop debuginfo again: ghc_strip_dynlinked got fixed in ghc-rpm-macros-0.8.1
+
 * Fri Jul 16 2010 Jens Petersen <petersen at redhat.com> - 2010.2.0.0-0.1
 - update to 2010.2.0.0 RC
 - obsolete ghc-haskell-platform-doc in line with ghc-rpm-macros-0.8.0



More information about the scm-commits mailing list