diff --git a/commonmark-0.2.4.1.tar.gz b/commonmark-0.2.4.1.tar.gz deleted file mode 100644 index 58f0c2d..0000000 --- a/commonmark-0.2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e14f15147a420439782bc0e573ecacb347c1fc322480ab52b9987e90bbdc0486 -size 103489 diff --git a/commonmark-0.2.5.tar.gz b/commonmark-0.2.5.tar.gz new file mode 100644 index 0000000..3d4e94c --- /dev/null +++ b/commonmark-0.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a08fee10681a4bd2c8b0ce1ae80373a0a503a2affb20fcda78f4ec52edff6bf +size 103793 diff --git a/ghc-commonmark.changes b/ghc-commonmark.changes index c1d8c96..1deed61 100644 --- a/ghc-commonmark.changes +++ b/ghc-commonmark.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jan 29 00:51:19 UTC 2024 - Peter Simons + +- Update commonmark to version 0.2.5. + ## 0.2.5 + + * Fix HTML comment parser to conform to 0.31.2 spec. + + * Update spec.txt tests to commonmark-spec 0.31.2. + + * Match HTML declaration blocks with lowercase letters + (Michael Howell). + + * Specifically track the position where enders end (Michael Howell). + ------------------------------------------------------------------- Mon Dec 11 19:49:15 UTC 2023 - Peter Simons diff --git a/ghc-commonmark.spec b/ghc-commonmark.spec index c8c5229..6f4b485 100644 --- a/ghc-commonmark.spec +++ b/ghc-commonmark.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-commonmark # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.4.1 +Version: 0.2.5 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause