From ea42c9d5a3f32e2f51455ea49a0bc09b0e9d0f8ad49f33c92d80f3ad26273984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 9 Nov 2021 08:31:53 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-doctemplates revision:17, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-doctemplates?expand=0&rev=46 --- doctemplates-0.10.0.1.tar.gz | 3 +++ doctemplates-0.10.tar.gz | 3 --- ghc-doctemplates.changes | 9 +++++++++ ghc-doctemplates.spec | 3 +-- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 doctemplates-0.10.0.1.tar.gz delete mode 100644 doctemplates-0.10.tar.gz diff --git a/doctemplates-0.10.0.1.tar.gz b/doctemplates-0.10.0.1.tar.gz new file mode 100644 index 0000000..76fa3bc --- /dev/null +++ b/doctemplates-0.10.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3ccd7540cd8cadfd7ba1c91d70ec9ebd222595a21248dbe27d20bbeba38822 +size 27494 diff --git a/doctemplates-0.10.tar.gz b/doctemplates-0.10.tar.gz deleted file mode 100644 index 0022802..0000000 --- a/doctemplates-0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d57ebd963bbd9dc13e22d54707c6d74c24ac1d113454d5c5d0b76dc02d88adb -size 27753 diff --git a/ghc-doctemplates.changes b/ghc-doctemplates.changes index 0245d01..6b1d40c 100644 --- a/ghc-doctemplates.changes +++ b/ghc-doctemplates.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 12 11:34:11 UTC 2021 - psimons@suse.com + +- Update doctemplates to version 0.10.0.1. + ## 0.10.0.1 + + * Don't rely on aeson Object being implemented as a HashMap. + This change is needed for doctemplates to compile against aeson 2.0.0.0. + ------------------------------------------------------------------- Mon Jul 19 07:05:18 UTC 2021 - psimons@suse.com diff --git a/ghc-doctemplates.spec b/ghc-doctemplates.spec index d6bb426..1106667 100644 --- a/ghc-doctemplates.spec +++ b/ghc-doctemplates.spec @@ -19,7 +19,7 @@ %global pkg_name doctemplates %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.10 +Version: 0.10.0.1 Release: 0 Summary: Pandoc-style document templates License: BSD-3-Clause @@ -38,7 +38,6 @@ BuildRequires: ghc-safe-devel BuildRequires: ghc-scientific-devel BuildRequires: ghc-text-conversions-devel BuildRequires: ghc-text-devel -BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-vector-devel ExcludeArch: %{ix86} %if %{with tests}