Bump to 0.3.2.1-1

This commit is contained in:
Ricky Elrod 2014-05-22 15:07:38 -04:00
parent 962e626223
commit bb4266fc23
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/scientific-0.2.0.2.tar.gz
/scientific-0.3.2.1.tar.gz

View File

@ -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

View File

@ -1 +1 @@
b811b242be41e3f8fc630c03d168c0e7 scientific-0.2.0.2.tar.gz
dedca94b466b79310425c4b3bbda0c7b scientific-0.3.2.1.tar.gz