[ghc-enumerator] update to 0.4.15 and fixup filelists

Jens Petersen petersen at fedoraproject.org
Sat Oct 29 08:09:33 UTC 2011


commit b12ac6bc138e5d3f64979391f14605932e62cac8
Author: Jens Petersen <petersen at redhat.com>
Date:   Sat Oct 29 17:09:30 2011 +0900

    update to 0.4.15 and fixup filelists

 .gitignore          |    1 +
 ghc-enumerator.spec |   26 +++++++++++++++-----------
 sources             |    2 +-
 3 files changed, 17 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b3ceab..0cb4ed2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /enumerator-0.4.7.tar.gz
 /enumerator-0.4.10.tar.gz
 /enumerator-0.4.13.1.tar.gz
+/enumerator-0.4.15.tar.gz
diff --git a/ghc-enumerator.spec b/ghc-enumerator.spec
index e884df2..d842b89 100644
--- a/ghc-enumerator.spec
+++ b/ghc-enumerator.spec
@@ -9,24 +9,26 @@
 %global common_description %{common_summary}.
 
 Name:           ghc-%{pkg_name}
-Version:        0.4.13.1
-Release:        2%{?dist}.2
+Version:        0.4.15
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        MIT
-# BEGIN: cabal2spec-0.24
+# BEGIN cabal2spec
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
 ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+%if %{undefined without_hscolour}
 BuildRequires:  hscolour
-# END: cabal2spec-0.24
+%endif
+# END cabal2spec
 
-BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-text-devel
-BuildRequires:  ghc-transformers-devel
+BuildRequires:  ghc-bytestring-prof
+BuildRequires:  ghc-text-prof
+BuildRequires:  ghc-transformers-prof
 
 %description
 %{common_description}
@@ -35,11 +37,11 @@ BuildRequires:  ghc-transformers-devel
 %package -n ghc-%{pkg_name}-devel
 Summary:        Development files for %{common_summary}
 Group:          Development/Libraries
-# BEGIN: cabal2spec-0.24
+# BEGIN cabal2spec
 %{?ghc_devel_requires}
 Obsoletes:      ghc-%{pkg_name}-prof < %{version}-%{release}
 Provides:       ghc-%{pkg_name}-prof = %{version}-%{release}
-# END: cabal2spec-0.24
+# END cabal2spec
 
 %description -n ghc-%{pkg_name}-devel
 %{common_description}
@@ -68,14 +70,16 @@ This package contains the development files.
 
 %if %{undefined ghc_without_shared}
 %files -n ghc-%{pkg_name} -f ghc-%{pkg_name}.files
-%doc license.txt
 %endif
 
 %files -n ghc-%{pkg_name}-devel -f ghc-%{pkg_name}-devel.files
-%doc readme.txt
+%doc examples
 
 
 %changelog
+* Sat Oct 29 2011 Jens Petersen <petersen at redhat.com> - 0.4.15-1
+- update to 0.4.15
+
 * Thu Oct 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.4.13.1-2.2
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index add528f..c1d8ebe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-58a5418a3b3adc1e2ca38aa8b803474b  enumerator-0.4.13.1.tar.gz
+11240085af64e52b874c70f2fbe1b837  enumerator-0.4.15.tar.gz


More information about the scm-commits mailing list