diff --git a/.gitignore b/.gitignore index bd6d7ad..26a291c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /blaze-builder-0.2.1.4.tar.gz /blaze-builder-0.3.0.0.tar.gz +/blaze-builder-0.3.0.1.tar.gz diff --git a/ghc-blaze-builder.spec b/ghc-blaze-builder.spec index 03eac31..f158d0a 100644 --- a/ghc-blaze-builder.spec +++ b/ghc-blaze-builder.spec @@ -7,10 +7,8 @@ generation. There is a small usage example in the \ Text.Blaze.Builder.Core module, you should begin by reading \ that. -%global ghc_pkg_deps ghc-text-devel - Name: ghc-%{pkg_name} -Version: 0.3.0.0 +Version: 0.3.0.1 Release: 1%{?dist} Summary: %{common_summary} @@ -18,12 +16,12 @@ Group: System Environment/Libraries License: BSD URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz -# fedora ghc archs: -ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 -BuildRequires: ghc, ghc-doc, ghc-prof -BuildRequires: ghc-rpm-macros >= 0.7.3 +# ghc_excluded_archs is defined in redhat-rpm-config +ExcludeArch: %{ghc_excluded_archs} +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-rpm-macros BuildRequires: hscolour -%{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")} +BuildRequires: ghc-text-prof %description %{common_description} @@ -45,6 +43,10 @@ BuildRequires: hscolour %changelog +* Mon Jun 20 2011 Jens Petersen - 0.3.0.1-1 +- update to 0.3.0.1 +- update to cabal2spec-0.23 + * Thu Mar 24 2011 Ben Boeckel - 0.3.0.0-1 - Update to 0.3.0.0 diff --git a/sources b/sources index 5231746..396dfbd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7780dfa97cdca3b440b8fc0c7fe59328 blaze-builder-0.3.0.0.tar.gz +58c04bf94c05861baa1c31411e9ec867 blaze-builder-0.3.0.1.tar.gz