From 9f76aa431d24928783c2a2d22f4d3b4c06c1ce4d Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 23 Apr 2016 14:35:16 -0400 Subject: [PATCH] update to 1.6.9 --- .gitignore | 1 + ghc-pretty-show.spec | 12 +++++++----- sources | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 2f9bae0..8c4ab15 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pretty-show-1.6.8.2.tar.gz +/pretty-show-1.6.9.tar.gz diff --git a/ghc-pretty-show.spec b/ghc-pretty-show.spec index d6bc71d..6b4e3e6 100644 --- a/ghc-pretty-show.spec +++ b/ghc-pretty-show.spec @@ -3,8 +3,8 @@ %global pkg_name pretty-show Name: ghc-%{pkg_name} -Version: 1.6.8.2 -Release: 3%{?dist} +Version: 1.6.9 +Release: 1%{?dist} Summary: Tools for working with derived Show instances and generic inspection of values License: MIT @@ -57,8 +57,6 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install -rm -v %{buildroot}%{_docdir}/%{name}/LICENSE -rmdir -v %{buildroot}%{_docdir}/%{name} %global _style_dir %{buildroot}%{_datadir}/%{pkg_name}-%{version}/style @@ -71,6 +69,8 @@ ln -s %{_webassetdir}/jquery/1/jquery.min.js %{_style_dir}/jquery.js %ghc_fix_dynamic_rpath ppsh +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %post devel %ghc_pkg_recache @@ -82,7 +82,6 @@ ln -s %{_webassetdir}/jquery/1/jquery.min.js %{_style_dir}/jquery.js %files -f %{name}.files %license LICENSE -%{_datadir}/%{pkg_name}-%{version}/ %files devel -f %{name}-devel.files @@ -90,6 +89,9 @@ ln -s %{_webassetdir}/jquery/1/jquery.min.js %{_style_dir}/jquery.js %changelog +* Sat Apr 23 2016 Ben Boeckel - 1.6.9-1 +- update to 1.6.9 + * Wed Feb 03 2016 Fedora Release Engineering - 1.6.8.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 7cf05e7..a8a9146 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f1a01c74e8c260ffc8a65cfc4e1518c pretty-show-1.6.8.2.tar.gz +35c394a94b6fb427b1a3ea664a130bbb pretty-show-1.6.9.tar.gz