diff --git a/.gitignore b/.gitignore index c285f81..85ce631 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /digest-0.0.0.8.tar.gz +/digest-0.0.0.9.tar.gz diff --git a/ghc-digest.spec b/ghc-digest.spec index 043f18e..654963d 100644 --- a/ghc-digest.spec +++ b/ghc-digest.spec @@ -12,8 +12,8 @@ implemented as FFI bindings to efficient code from zlib. %global debug_package %{nil} Name: ghc-%{pkg_name} -Version: 0.0.0.8 -Release: 4%{?dist} +Version: 0.0.0.9 +Release: 1%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -21,17 +21,14 @@ 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 +ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 ppc64 +BuildRequires: ghc-prof +BuildRequires: ghc-rpm-macros BuildRequires: hscolour %{?ghc_pkg_c_deps:BuildRequires: %{ghc_pkg_c_deps}} %description %{common_description} -%if %{with shared} -This package provides the shared library. -%endif %prep @@ -46,10 +43,14 @@ This package provides the shared library. %ghc_lib_install -%{?ghc_lib_package} +%ghc_lib_package %changelog +* Sat May 28 2011 Jens Petersen - 0.0.0.9-1 +- update to 0.0.9 +- update to cabal2spec-0.23: add ppc64 + * Thu Mar 10 2011 Fabio M. Di Nitto - 0.0.0.8-4 - Enable build on sparcv9 diff --git a/sources b/sources index 228575e..06ec740 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a730a6439b14fb7a30bcd03c9e3f4ff digest-0.0.0.8.tar.gz +0f35175426d9e443516ac3fa2bf91311 digest-0.0.0.9.tar.gz