[ghc-yaml] update to 0.8.10

Jens Petersen petersen at fedoraproject.org
Tue Mar 3 16:02:18 UTC 2015


commit 49fff8da1a98eb53b7c0d5221a5335043ec4acb4
Author: Jens Petersen <petersen at fedoraproject.org>
Date:   Wed Mar 4 01:02:03 2015 +0900

    update to 0.8.10

 .gitignore    |  1 +
 ghc-yaml.spec | 12 +++++++++---
 sources       |  2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 554208a..78570bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /yaml-0.8.5.2.tar.gz
 /yaml-0.8.5.3.tar.gz
 /yaml-0.8.8.2.tar.gz
+/yaml-0.8.10.tar.gz
diff --git a/ghc-yaml.spec b/ghc-yaml.spec
index af3de48..902d209 100644
--- a/ghc-yaml.spec
+++ b/ghc-yaml.spec
@@ -5,8 +5,8 @@
 %bcond_with tests
 
 Name:           ghc-%{pkg_name}
-Version:        0.8.8.2
-Release:        5%{?dist}
+Version:        0.8.10
+Release:        1%{?dist}
 Summary:        Support for parsing and rendering YAML documents
 
 License:        BSD
@@ -22,6 +22,8 @@ BuildRequires:  ghc-attoparsec-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-conduit-devel
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-resourcet-devel
 BuildRequires:  ghc-scientific-devel
 BuildRequires:  ghc-text-devel
@@ -31,7 +33,7 @@ BuildRequires:  ghc-vector-devel
 BuildRequires:  pkgconfig(yaml-0.1)
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
-BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-aeson-qq-devel
 BuildRequires:  ghc-hspec-devel
 %endif
 # End cabal-rpm deps
@@ -97,11 +99,15 @@ rm -r libyaml
 
 
 %files devel -f %{name}-devel.files
+%doc README.md
 %{_bindir}/json2yaml
 %{_bindir}/yaml2json
 
 
 %changelog
+* Wed Mar  4 2015 Jens Petersen <petersen at fedoraproject.org> - 0.8.10-1
+- update to 0.8.10
+
 * Wed Jan 28 2015 Jens Petersen <petersen at redhat.com> - 0.8.8.2-5
 - cblrpm refresh
 
diff --git a/sources b/sources
index db3c6ee..0521bb8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90f36a9e4ea623c32a82e22089e2a0d1  yaml-0.8.8.2.tar.gz
+774f07d91a66113ebd003cb4ba683a89  yaml-0.8.10.tar.gz


More information about the scm-commits mailing list