update to 0.0.1.0

This commit is contained in:
Jens Petersen 2011-09-28 19:38:13 +09:00
parent a6caba20ad
commit f8b5f460e7
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/digest-0.0.0.8.tar.gz
/digest-0.0.0.9.tar.gz
/digest-0.0.1.0.tar.gz

View File

@ -6,11 +6,11 @@
and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are\
implemented as FFI bindings to efficient code from zlib.
%global ghc_pkg_c_deps zlib-devel
%global ghc_pkg_c_deps zlib-devel%{?_isa}
Name: ghc-%{pkg_name}
Version: 0.0.0.9
Release: 2%{?dist}
Version: 0.0.1.0
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -44,6 +44,10 @@ BuildRequires: ghc-bytestring-prof
%changelog
* Wed Sep 28 2011 Jens Petersen <petersen@redhat.com> - 0.0.1.0-1
- update to 0.0.1.0
- use _isa for zlib-devel dependency
* Wed Jun 22 2011 Jens Petersen <petersen@redhat.com> - 0.0.0.9-2
- BR ghc-Cabal-devel and use ghc_arches (cabal2spec-0.23.2)

View File

@ -1 +1 @@
0f35175426d9e443516ac3fa2bf91311 digest-0.0.0.9.tar.gz
daedf316a3af2f66307576af333cc265 digest-0.0.1.0.tar.gz