update to 0.8.32
This commit is contained in:
parent
53b78c0448
commit
1ab7eb1783
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,3 +8,5 @@
|
||||
/yaml-0.8.18.7.tar.gz
|
||||
/yaml-0.8.21.2.tar.gz
|
||||
/yaml-0.8.25.1.tar.gz
|
||||
/yaml-0.8.31.1.tar.gz
|
||||
/yaml-0.8.32.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
# generated by cabal-rpm-0.12.1
|
||||
# generated by cabal-rpm-0.12.5
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%global pkg_name yaml
|
||||
@ -7,8 +7,8 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.8.25.1
|
||||
Release: 5%{?dist}
|
||||
Version: 0.8.32
|
||||
Release: 1%{?dist}
|
||||
Summary: Support for parsing and rendering YAML documents
|
||||
|
||||
License: BSD
|
||||
@ -18,7 +18,6 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: ghc-aeson-devel
|
||||
BuildRequires: ghc-attoparsec-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
@ -84,7 +83,6 @@ rm -r libyaml
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
%ghc_fix_rpath %{pkgver}
|
||||
|
||||
|
||||
%check
|
||||
@ -105,11 +103,12 @@ rm -r libyaml
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc ChangeLog.md README.md examples
|
||||
%{_bindir}/json2yaml
|
||||
%{_bindir}/yaml2json
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 26 2018 Jens Petersen <petersen@redhat.com> - 0.8.32-1
|
||||
- update to 0.8.32
|
||||
|
||||
* Tue Jul 24 2018 Miro Hrončok <mhroncok@redhat.com> - 0.8.25.1-5
|
||||
- Enable annotated build again
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (yaml-0.8.25.1.tar.gz) = c5a93c1c06991c35ca39d689c83e2e62bdb8f6fdb7e6dd36813f27a46df63a367eda9c104c7200827f4b4bc57e086621f3d62f5bc92dc23023ddd7ffe525a7bd
|
||||
SHA512 (yaml-0.8.32.tar.gz) = 0d221441b23e4df6783ca93b9a8fb4b25ca7e472ee963206cc6967c300f4c3e17a965b57d34675f94cf31ec59c88d773569b4aa17d198e7e5edeb3343f9bebde
|
||||
|
Loading…
Reference in New Issue
Block a user