Bump to 0.3.2.1-1
This commit is contained in:
parent
962e626223
commit
bb4266fc23
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/scientific-0.2.0.2.tar.gz
|
||||
/scientific-0.3.2.1.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global pkg_name scientific
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.0.2
|
||||
Version: 0.3.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Arbitrary-precision floating-point numbers represented using scientific notation
|
||||
|
||||
@ -14,6 +14,8 @@ Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-array-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-hashable-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
@ -71,5 +73,8 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 15 2014 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.2.0.2
|
||||
* Sat May 22 2014 Ricky Elrod <relrod@redhat.com> - 0.3.2.1-1
|
||||
- Bump to 0.3.2.1
|
||||
|
||||
* Sat Mar 15 2014 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.2.0.2-1
|
||||
- spec file generated by cabal-rpm-0.8.10
|
||||
|
Loading…
Reference in New Issue
Block a user