diff --git a/commonmark-0.1.1.2.tar.gz b/commonmark-0.1.1.2.tar.gz new file mode 100644 index 0000000..056cf1a --- /dev/null +++ b/commonmark-0.1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557e43c1d94b653bc255c744ef361c72f7da7d0081f179f02f07c6171f02f38d +size 98983 diff --git a/commonmark-0.1.1.tar.gz b/commonmark-0.1.1.tar.gz deleted file mode 100644 index 4899fb8..0000000 --- a/commonmark-0.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42019fba473112c298b669289639c9ab9849562518d4b5e3fc568b9daf736ea0 -size 98895 diff --git a/ghc-commonmark.changes b/ghc-commonmark.changes index 9a855f2..b8f18ab 100644 --- a/ghc-commonmark.changes +++ b/ghc-commonmark.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Nov 7 15:34:52 UTC 2020 - psimons@suse.com + +- Update commonmark to version 0.1.1.2. + ## 0.1.1.2 + + * Fix bug in fix to #65 (#66). + + ## 0.1.1.1 + + * Fixed corner case with link suffix parsing, which could result + in dropped tokens in certain cases (#65). + ------------------------------------------------------------------- Mon Nov 2 03:03:04 UTC 2020 - psimons@suse.com diff --git a/ghc-commonmark.spec b/ghc-commonmark.spec index d47eef7..c443d01 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.1.1 +Version: 0.1.1.2 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause