diff --git a/.gitignore b/.gitignore index 77ec5a5..921a0bc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /conduit-0.5.2.7.tar.gz /conduit-1.0.2.tar.gz /conduit-1.0.3.tar.gz +/conduit-1.0.13.1.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 76529b0..acf1b47 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -3,25 +3,28 @@ %global pkg_name conduit Name: ghc-%{pkg_name} -Version: 1.0.3 -Release: 2%{?dist} +Version: 1.0.13.1 +Release: 1%{?dist} Summary: Streaming data processing library -License: BSD +License: MIT URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz +Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel +BuildRequires: ghc-directory-devel BuildRequires: ghc-lifted-base-devel +BuildRequires: ghc-mmorph-devel BuildRequires: ghc-monad-control-devel +BuildRequires: ghc-mtl-devel BuildRequires: ghc-resourcet-devel BuildRequires: ghc-text-devel -BuildRequires: ghc-transformers-devel BuildRequires: ghc-transformers-base-devel +BuildRequires: ghc-transformers-devel BuildRequires: ghc-void-devel # End cabal-rpm deps @@ -30,15 +33,17 @@ Conduit is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I/O which guarantees deterministic resource handling, and fits in the same general solution space as enumerator, iteratee, -and pipes. +and pipes. For a tutorial, see +. %package devel Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package provides the Haskell %{pkg_name} library development files. @@ -72,6 +77,11 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri May 02 2014 Jens Petersen - 1.0.13.1-1 +- update to 1.0.13.1, which should build with llvm backend (#992362) +- license changed from BSD to MIT +- update packaging to latest cblrpm + * Sat Aug 03 2013 Fedora Release Engineering - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 925629b..ff1b4e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4076b02474bac083c5d86dff462523c5 conduit-1.0.3.tar.gz +b9bbbff7dbde1bc88fb1b12227b54453 conduit-1.0.13.1.tar.gz