From 2aec2346287ebb20173c5d45ff3db25d21e77902 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 27 Sep 2016 16:42:29 +0900 Subject: [PATCH] update to 0.8.18.7 build with latest macros --- .gitignore | 1 + ghc-yaml.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d2bf0a4..24126fd 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /yaml-0.8.10.tar.gz /yaml-0.8.18.1.tar.gz /enclosed-exceptions-1.0.2.tar.gz +/yaml-0.8.18.7.tar.gz diff --git a/ghc-yaml.spec b/ghc-yaml.spec index 6279078..038e00a 100644 --- a/ghc-yaml.spec +++ b/ghc-yaml.spec @@ -9,7 +9,7 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.8.18.1 +Version: 0.8.18.7 Release: 1%{?dist} Summary: Support for parsing and rendering YAML documents @@ -19,7 +19,7 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz Source1: http://hackage.haskell.org/package/%{subpkgver}/%{subpkgver}.tar.gz BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros-extra >= 1.6.7 +BuildRequires: ghc-rpm-macros-extra >= 1.6.9 # Begin cabal-rpm deps: BuildRequires: chrpath BuildRequires: ghc-aeson-devel @@ -121,6 +121,9 @@ cd %{pkg_name}-%{version} %changelog +* Tue Sep 27 2016 Jens Petersen - 0.8.18.7-1 +- update to 0.8.18.7 + * Wed Aug 31 2016 Jens Petersen - 0.8.18.1-1 - update to 0.8.18.1 - subpackage enclosed-exceptions dep diff --git a/sources b/sources index 9309ee0..021e533 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ +6b809516f85490f2470f09d31e217034 yaml-0.8.18.7.tar.gz 2bcd17eba9cb1ebcb8da5fbccfbc6101 enclosed-exceptions-1.0.2.tar.gz -3f19c449c65c35d8c3785e11e61e611e yaml-0.8.18.1.tar.gz