update to 0.0.1.0
This commit is contained in:
parent
a6caba20ad
commit
f8b5f460e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/digest-0.0.0.8.tar.gz
|
/digest-0.0.0.8.tar.gz
|
||||||
/digest-0.0.0.9.tar.gz
|
/digest-0.0.0.9.tar.gz
|
||||||
|
/digest-0.0.1.0.tar.gz
|
||||||
|
@ -6,11 +6,11 @@
|
|||||||
and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are\
|
and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are\
|
||||||
implemented as FFI bindings to efficient code from zlib.
|
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}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.0.0.9
|
Version: 0.0.1.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -44,6 +44,10 @@ BuildRequires: ghc-bytestring-prof
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- BR ghc-Cabal-devel and use ghc_arches (cabal2spec-0.23.2)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user