From 7d27622b3a2c28a343c5c79f5043cac35a2d0d6d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 26 Jun 2016 17:30:40 +0900 Subject: [PATCH] update to 0.3.4.7 --- .gitignore | 1 + ghc-scientific.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b430705..88d0826 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ghc-scientific.spec b/ghc-scientific.spec index 8280e45..67cb45b 100644 --- a/ghc-scientific.spec +++ b/ghc-scientific.spec @@ -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 - 0.3.4.7-1 +- update to 0.3.4.7 + * Tue Jun 7 2016 Jens Petersen - 0.3.3.8-1 - update to 0.3.3.8 diff --git a/sources b/sources index 2ff5969..16ba94d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a202d9ab282b36e1e4288e4cd8536699 scientific-0.3.3.8.tar.gz +732705f09a9be0f745f6a313bc29a77c scientific-0.3.4.7.tar.gz