From 3d4bced8a49a045a106992900e68b8be3f4a62bf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 23 Jun 2016 14:27:18 +0900 Subject: [PATCH] update to 0.4.2 --- .gitignore | 1 + ghc-dotgen.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2b8fcb4..fb1bc97 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /dotgen-0.4.1.tar.gz +/dotgen-0.4.2.tar.gz diff --git a/ghc-dotgen.spec b/ghc-dotgen.spec index 3db9e9a..7ee4af1 100644 --- a/ghc-dotgen.spec +++ b/ghc-dotgen.spec @@ -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 - 0.4.2-1 +- update to 0.4.2 + * Wed Feb 03 2016 Fedora Release Engineering - 0.4.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 841b27b..35378e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb99f1ddc40476491ac69aacc8105ec5 dotgen-0.4.1.tar.gz +4194ab808ab9376e3c49011f6947d772 dotgen-0.4.2.tar.gz