From a9d9552dc0736943982981d6f1935720e8004940 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 23 Jun 2016 12:45:59 +0900 Subject: [PATCH] update to 1.1.13.1 --- .gitignore | 1 + ghc-conduit-extra.spec | 17 ++++++++++++----- sources | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e5da935..967d117 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /conduit-extra-1.0.0.1.tar.gz /conduit-extra-1.1.7.0.tar.gz +/conduit-extra-1.1.13.1.tar.gz diff --git a/ghc-conduit-extra.spec b/ghc-conduit-extra.spec index 0f00686..2d6034f 100644 --- a/ghc-conduit-extra.spec +++ b/ghc-conduit-extra.spec @@ -5,8 +5,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.1.7.0 -Release: 4%{?dist} +Version: 1.1.13.1 +Release: 1%{?dist} Summary: Conduit adapters for common libraries License: MIT @@ -16,11 +16,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-async-devel BuildRequires: ghc-attoparsec-devel BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-conduit-devel BuildRequires: ghc-directory-devel +BuildRequires: ghc-exceptions-devel BuildRequires: ghc-filepath-devel BuildRequires: ghc-monad-control-devel BuildRequires: ghc-network-devel @@ -33,9 +35,8 @@ BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-base-devel BuildRequires: ghc-transformers-devel %if %{with tests} -BuildRequires: ghc-async-devel +BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-bytestring-builder-devel -BuildRequires: ghc-exceptions-devel BuildRequires: ghc-hspec-devel %endif # End cabal-rpm deps @@ -79,6 +80,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -95,13 +98,17 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files +%doc README.md %changelog +* Thu Jun 23 2016 Jens Petersen - 1.1.13.1-1 +- update to 1.1.13.1 + * Wed Feb 03 2016 Fedora Release Engineering - 1.1.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 686bdab..fc66b27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a6e6128496acde631cc6685c56700a5c conduit-extra-1.1.7.0.tar.gz +b5c1499c1af0c64cfd34a03c87ee80ca conduit-extra-1.1.13.1.tar.gz