update to 2.0.1.5

This commit is contained in:
Jens Petersen 2014-08-08 15:46:06 +02:00
parent fd8404175c
commit a2a5c3d905
3 changed files with 20 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/async-2.0.1.4.tar.gz /async-2.0.1.4.tar.gz
/async-2.0.1.5.tar.gz

View File

@ -2,13 +2,15 @@
%global pkg_name async %global pkg_name async
%bcond_with tests
# no useful debuginfo for Haskell packages without C sources # no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil} %global debug_package %{nil}
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
# part of Haskell Platform # part of Haskell Platform
Version: 2.0.1.4 Version: 2.0.1.5
Release: 31%{?dist} Release: 1%{?dist}
Summary: Asynchronous IO operations Summary: Asynchronous IO operations
License: BSD License: BSD
@ -19,6 +21,11 @@ BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps: # Begin cabal-rpm deps:
BuildRequires: ghc-stm-devel BuildRequires: ghc-stm-devel
%if %{with tests}
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-hunit-devel
%endif
# End cabal-rpm deps # End cabal-rpm deps
%description %description
@ -61,6 +68,12 @@ This package provides the Haskell %{pkg_name} library development files.
%ghc_lib_install %ghc_lib_install
%check
%if %{with tests}
%cabal test
%endif
%post devel %post devel
%ghc_pkg_recache %ghc_pkg_recache
@ -77,6 +90,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog %changelog
* Fri Aug 8 2014 Jens Petersen <petersen@redhat.com> - 2.0.1.5-1
- update to 2.0.1.5
* Tue Jul 8 2014 Jens Petersen <petersen@redhat.com> - 2.0.1.4-31 * Tue Jul 8 2014 Jens Petersen <petersen@redhat.com> - 2.0.1.4-31
- f21 rebuild - f21 rebuild

View File

@ -1 +1 @@
b62af9134df64aaa6868a7c50c856c38 async-2.0.1.4.tar.gz fa571b9056764ed6d419dadd1349d1e3 async-2.0.1.5.tar.gz