update to 1.2.9

This commit is contained in:
Jens Petersen 2015-09-18 15:51:04 +09:00
parent 410aad0413
commit 14af2014d8
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

@ -3,8 +3,8 @@
%global pkg_name hslogger
Name: ghc-%{pkg_name}
Version: 1.2.6
Release: 2%{?dist}
Version: 1.2.9
Release: 1%{?dist}
Summary: Versatile logging framework
License: BSD
@ -57,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
@ -67,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
* Fri Sep 18 2015 Jens Petersen <petersen@redhat.com> - 1.2.9-1
- update to 1.2.9
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
873f0641d59621c0d9803120915b8094 hslogger-1.2.6.tar.gz
db8fd8ac6f8085317d66821ee27acd20 hslogger-1.2.9.tar.gz