diff --git a/.gitignore b/.gitignore index 30044c6..554208a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /yaml-0.8.5.tar.gz /yaml-0.8.5.2.tar.gz /yaml-0.8.5.3.tar.gz +/yaml-0.8.8.2.tar.gz diff --git a/ghc-yaml.spec b/ghc-yaml.spec index 58f95ad..998afa6 100644 --- a/ghc-yaml.spec +++ b/ghc-yaml.spec @@ -3,13 +3,13 @@ %global pkg_name yaml Name: ghc-%{pkg_name} -Version: 0.8.5.3 +Version: 0.8.8.2 Release: 1%{?dist} Summary: Support for parsing and rendering YAML documents License: BSD URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz +Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -21,14 +21,13 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-conduit-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-resourcet-devel +BuildRequires: ghc-scientific-devel BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-vector-devel BuildRequires: pkgconfig(yaml-0.1) # End cabal-rpm deps -# conduit not available -ExcludeArch: armv7hl %description Provides support for parsing and emitting Yaml documents. @@ -89,6 +88,10 @@ rm -r libyaml %changelog +* Fri May 02 2014 Jens Petersen - 0.8.8.2-1 +- update to 0.8.8.2 +- no longer exclude arm + * Wed Jan 22 2014 Jens Petersen - 0.8.5.3-1 - update to 0.8.5.3 diff --git a/sources b/sources index 38da0b8..db3c6ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -48913fedf6db43cb60963e5d116ad398 yaml-0.8.5.3.tar.gz +90f36a9e4ea623c32a82e22089e2a0d1 yaml-0.8.8.2.tar.gz