[ghc-attoparsec] update to 0.9.1.2

Jens Petersen petersen at fedoraproject.org
Thu Oct 27 08:19:35 UTC 2011


commit bb26dd91acd47f91c51e9f4aa62955a4db4c6b40
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Oct 27 17:19:32 2011 +0900

    update to 0.9.1.2

 .gitignore          |    1 +
 ghc-attoparsec.spec |   27 +++++++++++++++------------
 sources             |    2 +-
 3 files changed, 17 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 69d8490..3faf577 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /attoparsec-0.8.5.3.tar.gz
 /attoparsec-0.8.6.1.tar.gz
 /attoparsec-0.9.1.1.tar.gz
+/attoparsec-0.9.1.2.tar.gz
diff --git a/ghc-attoparsec.spec b/ghc-attoparsec.spec
index 13a8341..f2a2237 100644
--- a/ghc-attoparsec.spec
+++ b/ghc-attoparsec.spec
@@ -11,24 +11,25 @@ dealing efficiently with network protocols and complicated \
 text/binary file formats.
 
 Name:           ghc-%{pkg_name}
-Version:        0.9.1.1
-Release:        2%{?dist}.2
+Version:        0.9.1.2
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        BSD
-# 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
-
-BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-containers-devel
-BuildRequires:  ghc-deepseq-devel
+%endif
+# END cabal2spec
+BuildRequires:  ghc-bytestring-prof
+BuildRequires:  ghc-containers-prof
+BuildRequires:  ghc-deepseq-prof
 
 %description
 %{common_description}
@@ -36,11 +37,11 @@ BuildRequires:  ghc-deepseq-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}
@@ -69,14 +70,16 @@ This package contains the development files.
 
 %if %{undefined ghc_without_shared}
 %files -n ghc-%{pkg_name} -f ghc-%{pkg_name}.files
-%defattr(-,root,root,-)
 %endif
 
 %files -n ghc-%{pkg_name}-devel -f ghc-%{pkg_name}-devel.files
-%defattr(-,root,root,-)
 
 
 %changelog
+* Thu Oct 27 2011 Jens Petersen <petersen at redhat.com> - 0.9.1.2-1
+- update to 0.9.1.2
+- BR ghc-*-prof not devel
+
 * Thu Oct 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.9.1.1-2.2
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index 64be3a8..7d93307 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51de2b1aad524ba69cfa74e1c71371f1  attoparsec-0.9.1.1.tar.gz
+51e40e9fcaff8dbf6e999fa30c05ba73  attoparsec-0.9.1.2.tar.gz


More information about the scm-commits mailing list