From 35d0f1e6546e61fc12b738190c41e999a807e75d Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Thu, 5 Dec 2013 03:26:50 -0500 Subject: [PATCH] Latest upstream --- .gitignore | 1 + ghc-yaml.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b7776f..6e9f7cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /yaml-0.8.5.tar.gz +/yaml-0.8.5.2.tar.gz diff --git a/ghc-yaml.spec b/ghc-yaml.spec index 993684f..6a32f74 100644 --- a/ghc-yaml.spec +++ b/ghc-yaml.spec @@ -3,8 +3,8 @@ %global pkg_name yaml Name: ghc-%{pkg_name} -Version: 0.8.5 -Release: 3%{?dist} +Version: 0.8.5.2 +Release: 1%{?dist} Summary: Support for parsing and rendering YAML documents License: BSD @@ -89,6 +89,9 @@ rm -r libyaml %changelog +* Thu Dec 5 2013 Ricky Elrod - 0.8.5.2-1 +- Latest upstream version. + * Tue Nov 19 2013 Jens Petersen - 0.8.5-3 - run chrpath on yaml2json (#1008787) diff --git a/sources b/sources index ab75d56..dca84e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f63d6b2c0cc080958c993f795dd7be02 yaml-0.8.5.tar.gz +9b4757fd010d6ae2d2ba27275a3a619e yaml-0.8.5.2.tar.gz