update to 1.2.10

This commit is contained in:
Jens Petersen 2016-06-23 17:53:25 +09:00
parent 1341b5552d
commit 0413f6af47
3 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/hslogger-1.2.1.tar.gz
/hslogger-1.2.6.tar.gz
/hslogger-1.2.9.tar.gz
/hslogger-1.2.10.tar.gz

View File

@ -2,8 +2,10 @@
%global pkg_name hslogger
%bcond_without tests
Name: ghc-%{pkg_name}
Version: 1.2.9
Version: 1.2.10
Release: 1%{?dist}
Summary: Versatile logging framework
@ -22,6 +24,9 @@ BuildRequires: ghc-old-locale-devel
BuildRequires: ghc-process-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-unix-devel
%if %{with tests}
BuildRequires: ghc-HUnit-devel
%endif
# End cabal-rpm deps
%description
@ -60,6 +65,12 @@ This package provides the Haskell %{pkg_name} library development files.
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
%cabal test
%endif
%post devel
%ghc_pkg_recache
@ -76,6 +87,9 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%changelog
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 1.2.10-1
- update to 1.2.10
* Mon Jun 20 2016 Jens Petersen <petersen@redhat.com> - 1.2.9-1
- update to 1.2.9

View File

@ -1 +1 @@
db8fd8ac6f8085317d66821ee27acd20 hslogger-1.2.9.tar.gz
fd014c58631c952d0c99fb109cdff9f8 hslogger-1.2.10.tar.gz