|
@@ -1,6 +1,6 @@
|
|
%define pkg_name yaml
|
|
%define pkg_name yaml
|
|
-%define pkg_version 0.9.0
|
|
+%define pkg_version 0.11.0.0
|
|
-%define pkg_release 2%{?_dist_release}
|
|
+%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
Summary: Support for parsing and rendering YAML documents
|
|
Summary: Support for parsing and rendering YAML documents
|
|
Name: %{pkg_name}
|
|
Name: %{pkg_name}
|
|
@@ -15,20 +15,22 @@ Source0: packages
|
|
|
|
|
|
Source11: transformers-compat-0.6.2.tar.gz
|
|
Source11: transformers-compat-0.6.2.tar.gz
|
|
Source12: transformers-compat.cabal
|
|
Source12: transformers-compat.cabal
|
|
-Source13: unliftio-core-0.1.1.0.tar.gz
|
|
+Source13: unliftio-core-0.1.2.0.tar.gz
|
|
Source14: unliftio-core.cabal
|
|
Source14: unliftio-core.cabal
|
|
-Source15: vector-algorithms-0.7.0.1.tar.gz
|
|
+Source15: vector-algorithms-0.8.0.1.tar.gz
|
|
Source16: vector-algorithms.cabal
|
|
Source16: vector-algorithms.cabal
|
|
Source17: exceptions-0.10.0.tar.gz
|
|
Source17: exceptions-0.10.0.tar.gz
|
|
Source18: exceptions.cabal
|
|
Source18: exceptions.cabal
|
|
-Source19: mono-traversable-1.0.8.1.tar.gz
|
|
+Source19: mono-traversable-1.0.9.0.tar.gz
|
|
Source20: mono-traversable.cabal
|
|
Source20: mono-traversable.cabal
|
|
-Source21: resourcet-1.2.1.tar.gz
|
|
+Source21: resourcet-1.2.2.tar.gz
|
|
Source22: resourcet.cabal
|
|
Source22: resourcet.cabal
|
|
-Source23: conduit-1.3.0.3.tar.gz
|
|
+Source23: conduit-1.3.1.tar.gz
|
|
Source24: conduit.cabal
|
|
Source24: conduit.cabal
|
|
-Source25: yaml-0.9.0.tar.gz
|
|
+Source25: libyaml-0.1.0.0.tar.gz
|
|
-Source26: yaml.cabal
|
|
+Source26: libyaml.cabal
|
|
|
|
+Source27: yaml-0.11.0.0.tar.gz
|
|
|
|
+Source28: yaml.cabal
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -126,6 +128,10 @@ popd
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Dec 17 2018 Toshiaki Ara <ara_t@384.jp> 0.11.0.0-1
|
|
|
|
+- update to 0.11.0.0
|
|
|
|
+- build using ghc-8.6.3
|
|
|
|
+
|
|
* Thu Aug 09 2018 Toshiaki Ara <ara_t@384.jp> 0.9.0-2
|
|
* Thu Aug 09 2018 Toshiaki Ara <ara_t@384.jp> 0.9.0-2
|
|
- rebuild with ghc-8.4.3-2
|
|
- rebuild with ghc-8.4.3-2
|
|
|
|
|