From 7f5461fa344dadef06a465e8e42bc739ea56ae14fe4ba0827252a9e96dff72c1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 31 Oct 2023 22:00:46 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-commonmark revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark?expand=0&rev=31 --- commonmark-0.2.3.tar.gz | 3 --- commonmark-0.2.4.tar.gz | 3 +++ ghc-commonmark.changes | 16 ++++++++++++++++ ghc-commonmark.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 commonmark-0.2.3.tar.gz create mode 100644 commonmark-0.2.4.tar.gz diff --git a/commonmark-0.2.3.tar.gz b/commonmark-0.2.3.tar.gz deleted file mode 100644 index e3a7891..0000000 --- a/commonmark-0.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:745ade908c7cd8a61538d9c3e60363d5e1175fd7f544f557ff52517c8408d905 -size 102342 diff --git a/commonmark-0.2.4.tar.gz b/commonmark-0.2.4.tar.gz new file mode 100644 index 0000000..387db5f --- /dev/null +++ b/commonmark-0.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557fcef92671eec142068c7772734d41c727659c51eb93db09acca693f9a1d56 +size 102623 diff --git a/ghc-commonmark.changes b/ghc-commonmark.changes index 5c5b6b8..ed3c687 100644 --- a/ghc-commonmark.changes +++ b/ghc-commonmark.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Oct 27 17:00:53 UTC 2023 - Peter Simons + +- Update commonmark to version 0.2.4. + ## 0.2.4 + + * Do not parse hard line breaks in fenced codeblock info (#116, + Michael Howell). This change makes commonmark-hs conform to the spec + and behave like other implementations when an info string in a code + block ends with a backslash. + + * [API change] Commonmark.Inlines now exports `pEscapedSymbol` + (#116, Michael Howell). + + * Tokenize combining marks as WordChars not Symbol (#114). + ------------------------------------------------------------------- Sun Jun 25 16:54:28 UTC 2023 - Peter Simons diff --git a/ghc-commonmark.spec b/ghc-commonmark.spec index b91c038..48788ff 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.3 +Version: 0.2.4 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause