From 1734737c093f9d896c67413f515385975acd8ee407da06bc7d5895c5f2fbb74a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 20 Dec 2023 15:55:12 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-commonmark revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark?expand=0&rev=33 --- commonmark-0.2.4.1.tar.gz | 3 +++ commonmark-0.2.4.tar.gz | 3 --- ghc-commonmark.changes | 24 ++++++++++++++++++++++++ ghc-commonmark.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 commonmark-0.2.4.1.tar.gz delete mode 100644 commonmark-0.2.4.tar.gz diff --git a/commonmark-0.2.4.1.tar.gz b/commonmark-0.2.4.1.tar.gz new file mode 100644 index 0000000..58f0c2d --- /dev/null +++ b/commonmark-0.2.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14f15147a420439782bc0e573ecacb347c1fc322480ab52b9987e90bbdc0486 +size 103489 diff --git a/commonmark-0.2.4.tar.gz b/commonmark-0.2.4.tar.gz deleted file mode 100644 index 387db5f..0000000 --- a/commonmark-0.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:557fcef92671eec142068c7772734d41c727659c51eb93db09acca693f9a1d56 -size 102623 diff --git a/ghc-commonmark.changes b/ghc-commonmark.changes index ed3c687..c1d8c96 100644 --- a/ghc-commonmark.changes +++ b/ghc-commonmark.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Dec 11 19:49:15 UTC 2023 - Peter Simons + +- Update commonmark to version 0.2.4.1. + ## 0.2.4.1 + + * Commonmark.Html: Add `aria-hidden`, `d`, and `viewBox` to allowed attributes list. + + * Correctly merge list blanks with non-list blanks (#133, Michael Howell). + + * Do not look for backslashed hard breaks in link titles (#130, Michael Howell). + + * Work around ghc bug with `-K` RTS options, to set the stack space properly + for tests (#129). See https://gitlab.haskell.org/ghc/ghc/-/issues/10445. + + * Revert block state completely if lazy line (#126). This fixes an issue with + lazily-wrapped footnotes. + + * Avoid adding trailing newline to list block if it's already there + (Michael Howell). This fixes tight/loose classification in a few + cases. + + * Fix incorrectly parsing links with nested `[]` (Michael Howell). + ------------------------------------------------------------------- Fri Oct 27 17:00:53 UTC 2023 - Peter Simons diff --git a/ghc-commonmark.spec b/ghc-commonmark.spec index 48788ff..c8c5229 100644 --- a/ghc-commonmark.spec +++ b/ghc-commonmark.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.4 +Version: 0.2.4.1 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause