update to 0.3.4.7
This commit is contained in:
parent
347551cfb8
commit
7d27622b3a
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/scientific-0.3.2.1.tar.gz
|
/scientific-0.3.2.1.tar.gz
|
||||||
/scientific-0.3.3.1.tar.gz
|
/scientific-0.3.3.1.tar.gz
|
||||||
/scientific-0.3.3.8.tar.gz
|
/scientific-0.3.3.8.tar.gz
|
||||||
|
/scientific-0.3.4.7.tar.gz
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# generated by cabal-rpm-0.9.11
|
||||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||||
|
|
||||||
%global pkg_name scientific
|
%global pkg_name scientific
|
||||||
@ -5,7 +6,7 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.3.3.8
|
Version: 0.3.4.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Arbitrary-precision floating-point numbers represented using scientific notation
|
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-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
# Begin cabal-rpm deps:
|
# Begin cabal-rpm deps:
|
||||||
BuildRequires: ghc-array-devel
|
BuildRequires: ghc-binary-devel
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-deepseq-devel
|
BuildRequires: ghc-deepseq-devel
|
||||||
BuildRequires: ghc-hashable-devel
|
BuildRequires: ghc-hashable-devel
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
|
BuildRequires: ghc-vector-devel
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
BuildRequires: ghc-smallcheck-devel
|
BuildRequires: ghc-smallcheck-devel
|
||||||
@ -89,9 +92,13 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
|
%doc changelog
|
||||||
|
|
||||||
|
|
||||||
%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
|
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 0.3.3.8-1
|
||||||
- update to 0.3.3.8
|
- update to 0.3.3.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user