From 95b90082bcacc06c4c8662193c574efaa0e4131b124145a6a09ea6dd1a14d44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 22 Jun 2021 15:19:21 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-commonmark revision:14, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark?expand=0&rev=20 --- commonmark-0.2.1.tar.gz | 3 +++ commonmark-0.2.tar.gz | 3 --- ghc-commonmark.changes | 13 +++++++++++++ ghc-commonmark.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 commonmark-0.2.1.tar.gz delete mode 100644 commonmark-0.2.tar.gz diff --git a/commonmark-0.2.1.tar.gz b/commonmark-0.2.1.tar.gz new file mode 100644 index 0000000..f06b1fe --- /dev/null +++ b/commonmark-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6047825fd282f667c0f3a454ffe37d7358cf13a4133976080862f5c33e6aed +size 101693 diff --git a/commonmark-0.2.tar.gz b/commonmark-0.2.tar.gz deleted file mode 100644 index 1e34910..0000000 --- a/commonmark-0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:483c860ec452af7e6c70eb8231d4b1c44cb2375eb23edcf38ec63edd7dcd7d20 -size 100473 diff --git a/ghc-commonmark.changes b/ghc-commonmark.changes index 5e0b833..1737f8d 100644 --- a/ghc-commonmark.changes +++ b/ghc-commonmark.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jun 21 05:23:23 UTC 2021 - psimons@suse.com + +- Update commonmark to version 0.2.1. + ## 0.2.1 + + * Use official 0.30 spec.txt. + * Update HTML block parser for recent spec changes. + * Fix test case from commonmark/cmark#383. We need to index the list + of stack bottoms not just by the length mod 3 of the closer but by + whether it can be an opener, since this goes into the calculation of + whether the delimiters can match. + ------------------------------------------------------------------- Sat May 29 15:59:17 UTC 2021 - psimons@suse.com diff --git a/ghc-commonmark.spec b/ghc-commonmark.spec index e5e9c46..5170295 100644 --- a/ghc-commonmark.spec +++ b/ghc-commonmark.spec @@ -19,7 +19,7 @@ %global pkg_name commonmark %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2 +Version: 0.2.1 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause