update to 0.3.6

This commit is contained in:
Jens Petersen 2016-06-26 19:21:25 +09:00
parent 942cc483b0
commit a8b2a8e8e8
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/unix-time-0.1.8.tar.gz
/unix-time-0.2.2.tar.gz
/unix-time-0.3.4.tar.gz
/unix-time-0.3.6.tar.gz

View File

@ -1,3 +1,4 @@
# generated by cabal-rpm-0.9.11
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name unix-time
@ -5,8 +6,8 @@
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.3.4
Release: 3%{?dist}
Version: 0.3.6
Release: 1%{?dist}
Summary: Unix time parser/formatter and utilities
License: BSD
@ -55,6 +56,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
@ -71,13 +74,16 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%changelog
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 0.3.6-1
- update to 0.3.6
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
0aa95c153e22f305f9b32d0758f47e54 unix-time-0.3.4.tar.gz
ef747e7702b401b689bc2e3d0b3d2340 unix-time-0.3.6.tar.gz