update to 1.2.0.4

This commit is contained in:
Jens Petersen 2016-06-26 19:04:32 +09:00
parent 9fac8217d9
commit 3fe6921fea
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/temporary-1.1.2.3.tar.gz
/temporary-1.1.2.4.tar.gz
/temporary-1.2.0.3.tar.gz
/temporary-1.2.0.4.tar.gz

View File

@ -1,3 +1,4 @@
# generated by cabal-rpm-0.9.11
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name temporary
@ -6,8 +7,8 @@
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 1.2.0.3
Release: 3%{?dist}
Version: 1.2.0.4
Release: 1%{?dist}
Summary: Portable temporary file and directory support
License: BSD
@ -56,6 +57,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel
%ghc_pkg_recache
@ -66,13 +69,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> - 1.2.0.4-1
- update to 1.2.0.4
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
93e44c4cd6a381885dc9d20969f405a4 temporary-1.2.0.3.tar.gz
300fcb354d31e4b5dc0c923a0e0f1216 temporary-1.2.0.4.tar.gz