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