diff --git a/commonmark-extensions-0.2.3.2.tar.gz b/commonmark-extensions-0.2.3.2.tar.gz deleted file mode 100644 index f4612d3..0000000 --- a/commonmark-extensions-0.2.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52aef0c8101e5d553bfa72ae2dad8fc102336a31e5c2af150fcfbcfc04a4b9cc -size 37074 diff --git a/commonmark-extensions-0.2.3.3.tar.gz b/commonmark-extensions-0.2.3.3.tar.gz new file mode 100644 index 0000000..3fa1aad --- /dev/null +++ b/commonmark-extensions-0.2.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41efcf3cc0b876437de8dc69accf8cab9674b77325a6bf038caf62e96ce3e01 +size 37708 diff --git a/ghc-commonmark-extensions.changes b/ghc-commonmark-extensions.changes index 7c04d3b..3a23245 100644 --- a/ghc-commonmark-extensions.changes +++ b/ghc-commonmark-extensions.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 29 04:40:58 UTC 2022 - Peter Simons + +- Update commonmark-extensions to version 0.2.3.3. + ## 0.2.3.3 + + - Fix definition_lists extension (#96). We were not properly consuming + indentation in definitions, which caused problems when the definitions + themselves contained lists. + ------------------------------------------------------------------- Tue May 31 18:23:50 UTC 2022 - Peter Simons diff --git a/ghc-commonmark-extensions.spec b/ghc-commonmark-extensions.spec index 345f0a0..eb983ca 100644 --- a/ghc-commonmark-extensions.spec +++ b/ghc-commonmark-extensions.spec @@ -19,7 +19,7 @@ %global pkg_name commonmark-extensions %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.3.2 +Version: 0.2.3.3 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause