From 4012847a40f27a097d1dae145db2c45f13a69c4a8e7e2312acc37d9cd5608110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 9 Nov 2021 08:31:52 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-commonmark revision:15, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark?expand=0&rev=22 --- commonmark-0.2.1.1.tar.gz | 3 +++ commonmark-0.2.1.tar.gz | 3 --- ghc-commonmark.changes | 9 +++++++++ ghc-commonmark.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 commonmark-0.2.1.1.tar.gz delete mode 100644 commonmark-0.2.1.tar.gz diff --git a/commonmark-0.2.1.1.tar.gz b/commonmark-0.2.1.1.tar.gz new file mode 100644 index 0000000..4e09699 --- /dev/null +++ b/commonmark-0.2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87016bece25384259336f2fd930251438d383c736b82cd5d29224a428fffba80 +size 100854 diff --git a/commonmark-0.2.1.tar.gz b/commonmark-0.2.1.tar.gz deleted file mode 100644 index f06b1fe..0000000 --- a/commonmark-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab6047825fd282f667c0f3a454ffe37d7358cf13a4133976080862f5c33e6aed -size 101693 diff --git a/ghc-commonmark.changes b/ghc-commonmark.changes index 1737f8d..7d8b752 100644 --- a/ghc-commonmark.changes +++ b/ghc-commonmark.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Nov 1 08:24:19 UTC 2021 - psimons@suse.com + +- Update commonmark to version 0.2.1.1. + ## 0.2.1.1 + + * Fix bug in `prettyShow` for `SourceRange` (#80). + The bug led to an infinite loop in certain cases. + ------------------------------------------------------------------- Mon Jun 21 05:23:23 UTC 2021 - psimons@suse.com diff --git a/ghc-commonmark.spec b/ghc-commonmark.spec index 5170295..9f21c46 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.1 +Version: 0.2.1.1 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause