diff --git a/.gitignore b/.gitignore index b1bcb1b..fe3a077 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /streaming-commons-0.1.2.tar.gz +/streaming-commons-0.1.7.3.tar.gz diff --git a/ghc-streaming-commons.spec b/ghc-streaming-commons.spec index fdc9d96..86b87cf 100644 --- a/ghc-streaming-commons.spec +++ b/ghc-streaming-commons.spec @@ -5,8 +5,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.7.3 +Release: 1%{?dist} Summary: Common lower-level functions for streaming data libraries License: MIT @@ -21,6 +21,9 @@ BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-network-devel +BuildRequires: ghc-process-devel +BuildRequires: ghc-random-devel +BuildRequires: ghc-stm-devel BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-unix-devel @@ -86,9 +89,13 @@ mv text_cbits.h include/ %files devel -f %{name}-devel.files +%doc README.md %changelog +* Fri Dec 12 2014 Jens Petersen - 0.1.7.3-1 +- update to 0.1.7.3 + * Sat Aug 16 2014 Fedora Release Engineering - 0.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index f039996..ca69245 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a45aec3d91a27d0bb32750362059160 streaming-commons-0.1.2.tar.gz +eda0b094e9a7c0c38fb1cb88d90e2e68 streaming-commons-0.1.7.3.tar.gz