update to 0.4.2

This commit is contained in:
Jens Petersen 2016-06-23 14:27:18 +09:00
parent 5005a7722d
commit 3d4bced8a4
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/dotgen-0.4.1.tar.gz
/dotgen-0.4.2.tar.gz

View File

@ -3,8 +3,8 @@
%global pkg_name dotgen
Name: ghc-%{pkg_name}
Version: 0.4.1
Release: 12%{?dist}
Version: 0.4.2
Release: 1%{?dist}
Summary: Simple interface to build .dot graph files
License: BSD
@ -46,6 +46,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
@ -56,13 +58,17 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%doc README.md
%changelog
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.4.2-1
- update to 0.4.2
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
bb99f1ddc40476491ac69aacc8105ec5 dotgen-0.4.1.tar.gz
4194ab808ab9376e3c49011f6947d772 dotgen-0.4.2.tar.gz