update to 0.1.7.3

This commit is contained in:
Jens Petersen 2014-12-12 18:49:09 +09:00
parent bd23e7b30e
commit 6cc6ce12f2
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/streaming-commons-0.1.2.tar.gz
/streaming-commons-0.1.7.3.tar.gz

View File

@ -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 <petersen@redhat.com> - 0.1.7.3-1
- update to 0.1.7.3
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
2a45aec3d91a27d0bb32750362059160 streaming-commons-0.1.2.tar.gz
eda0b094e9a7c0c38fb1cb88d90e2e68 streaming-commons-0.1.7.3.tar.gz