diff --git a/ghc-yaml.changes b/ghc-yaml.changes index 3b0de2e..255165f 100644 --- a/ghc-yaml.changes +++ b/ghc-yaml.changes @@ -1,37 +1,3 @@ -------------------------------------------------------------------- -Fri Aug 21 11:18:55 UTC 2020 - psimons@suse.com - -- Update yaml to version 0.11.5.0. - ## 0.11.5.0 - - * New functions capable of parsing YAML streams containing multiple documents into a list of results: - * `decodeAllEither'` - * `decodeAllFileEither` - * `decodeAllFileWithWarnings` - * `decodeAllThrow` - * `decodeAllFileThrow` - -------------------------------------------------------------------- -Tue Aug 18 10:46:45 UTC 2020 - Peter Simons - -- Replace %setup -q with the more modern %autosetup macro. - -------------------------------------------------------------------- -Tue Jun 9 09:10:55 UTC 2020 - psimons@suse.com - -- Update yaml to version 0.11.4.0. - ## 0.11.4.0 - - * add `ToYaml` instance for `String` [#186](https://github.com/snoyberg/yaml/pull/186) - -------------------------------------------------------------------- -Wed May 6 06:54:10 UTC 2020 - psimons@suse.com - -- Update yaml to version 0.11.3.0. - ## 0.11.3.0 - - * Don't wrap up async exceptions [#185](https://github.com/snoyberg/yaml/issues/185) - ------------------------------------------------------------------- Fri Nov 8 16:15:17 UTC 2019 - Peter Simons diff --git a/ghc-yaml.spec b/ghc-yaml.spec index e343476..977a3c2 100644 --- a/ghc-yaml.spec +++ b/ghc-yaml.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-yaml # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name yaml %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.11.5.0 +Version: 0.11.2.0 Release: 0 Summary: Support for parsing and rendering YAML documents License: BSD-3-Clause @@ -67,7 +67,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. %prep -%autosetup -n %{pkg_name}-%{version} +%setup -q -n %{pkg_name}-%{version} %build %ghc_lib_build diff --git a/yaml-0.11.2.0.tar.gz b/yaml-0.11.2.0.tar.gz new file mode 100644 index 0000000..50e99e5 --- /dev/null +++ b/yaml-0.11.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f2d2b2cc8db857d39baf30fb3eded2e0f49a4c138358367c4379bb04c3ba0c +size 29254 diff --git a/yaml-0.11.5.0.tar.gz b/yaml-0.11.5.0.tar.gz deleted file mode 100644 index 461515d..0000000 --- a/yaml-0.11.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b28e748bd69948cb1b43694d4d7c74756e060e09ca91688d0485e23f19d6cdad -size 30049