update to 0.3.8.1

This commit is contained in:
Ben Boeckel 2016-04-23 14:13:58 -04:00
parent 90dd4b581b
commit 2e6ee33056
3 changed files with 18 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/hinotify-0.3.2.tar.gz
/hinotify-0.3.5.tar.gz
/hinotify-0.3.7.tar.gz
/hinotify-0.3.8.1.tar.gz

View File

@ -2,9 +2,11 @@
%global pkg_name hinotify
%bcond_without tests
Name: ghc-%{pkg_name}
Version: 0.3.7
Release: 3%{?dist}
Version: 0.3.8.1
Release: 1%{?dist}
Summary: Haskell binding to inotify
License: BSD
@ -47,6 +49,14 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
%cabal test
%endif
%post devel
%ghc_pkg_recache
@ -57,7 +67,7 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
@ -65,6 +75,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 0.3.8.1-1
- update to 0.3.8.1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
40beb45d4b377637e932b9f68c1e551c hinotify-0.3.7.tar.gz
0a029c0d7fb066d71b413f7e433e0baf hinotify-0.3.8.1.tar.gz