update to 0.3.4.7

This commit is contained in:
Jens Petersen 2016-06-26 17:30:40 +09:00
parent 347551cfb8
commit 7d27622b3a
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/scientific-0.3.2.1.tar.gz
/scientific-0.3.3.1.tar.gz
/scientific-0.3.3.8.tar.gz
/scientific-0.3.4.7.tar.gz

View File

@ -1,3 +1,4 @@
# generated by cabal-rpm-0.9.11
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name scientific
@ -5,7 +6,7 @@
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.3.3.8
Version: 0.3.4.7
Release: 1%{?dist}
Summary: Arbitrary-precision floating-point numbers represented using scientific notation
@ -16,11 +17,13 @@ Source0: https://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-binary-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-hashable-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-vector-devel
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-smallcheck-devel
@ -89,9 +92,13 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%files devel -f %{name}-devel.files
%doc changelog
%changelog
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 0.3.4.7-1
- update to 0.3.4.7
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 0.3.3.8-1
- update to 0.3.3.8

View File

@ -1 +1 @@
a202d9ab282b36e1e4288e4cd8536699 scientific-0.3.3.8.tar.gz
732705f09a9be0f745f6a313bc29a77c scientific-0.3.4.7.tar.gz