update to 0.7.2
This commit is contained in:
parent
d020132e85
commit
7d97ae8e10
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/aeson-pretty-0.7.1.tar.gz
|
/aeson-pretty-0.7.1.tar.gz
|
||||||
|
/aeson-pretty-0.7.2.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%global pkg_name aeson-pretty
|
%global pkg_name aeson-pretty
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.7.1
|
Version: 0.7.2
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: JSON pretty-printing library
|
Summary: JSON pretty-printing library
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -61,6 +61,8 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
%ghc_fix_dynamic_rpath %{pkg_name}
|
%ghc_fix_dynamic_rpath %{pkg_name}
|
||||||
|
|
||||||
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
@ -71,7 +73,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
@ -80,6 +82,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.7.2-1
|
||||||
|
- update to 0.7.2
|
||||||
|
|
||||||
* Tue Apr 26 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.7.1-7
|
* Tue Apr 26 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.7.1-7
|
||||||
- Rebuild for ghc(cmdargs)
|
- Rebuild for ghc(cmdargs)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user