update to 0.1.15.5

This commit is contained in:
Jens Petersen 2016-06-23 12:52:19 +09:00
parent 2c60685a68
commit bcf73f2253
3 changed files with 13 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/streaming-commons-0.1.2.tar.gz
/streaming-commons-0.1.7.3.tar.gz
/streaming-commons-0.1.10.0.tar.gz
/streaming-commons-0.1.15.5.tar.gz

View File

@ -5,18 +5,19 @@
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.1.10.0
Release: 3%{?dist}
Version: 0.1.15.5
Release: 1%{?dist}
Summary: Common lower-level functions for streaming data libraries
License: MIT
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://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-array-devel
BuildRequires: ghc-async-devel
BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-directory-devel
@ -30,7 +31,6 @@ BuildRequires: ghc-unix-devel
BuildRequires: ghc-zlib-devel
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-async-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-hspec-devel
%endif
@ -69,6 +69,8 @@ mv text_cbits.h include/
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
@ -85,7 +87,7 @@ mv text_cbits.h include/
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
@ -93,6 +95,9 @@ mv text_cbits.h include/
%changelog
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.1.15.5-1
- update to 0.1.15.5
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
078165d1e6de104ed22c53f71f4246c7 streaming-commons-0.1.10.0.tar.gz
07cce0f04f43cea127c3789b9d7da956 streaming-commons-0.1.15.5.tar.gz