update to 1.6.9

This commit is contained in:
Ben Boeckel 2016-04-23 14:35:16 -04:00
parent c32fca3ca3
commit 9f76aa431d
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/pretty-show-1.6.8.2.tar.gz
/pretty-show-1.6.9.tar.gz

View File

@ -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 <mathstuf@gmail.com> - 1.6.9-1
- update to 1.6.9
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.8.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
6f1a01c74e8c260ffc8a65cfc4e1518c pretty-show-1.6.8.2.tar.gz
35c394a94b6fb427b1a3ea664a130bbb pretty-show-1.6.9.tar.gz