diff --git a/commonmark-extensions-0.2.5.1.tar.gz b/commonmark-extensions-0.2.5.1.tar.gz deleted file mode 100644 index 5f22ffa..0000000 --- a/commonmark-extensions-0.2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f79b56c806f1a082db882008edea5d0e7835a1065a6fad0a3423d6d7248f1f1c -size 43676 diff --git a/commonmark-extensions-0.2.5.4.tar.gz b/commonmark-extensions-0.2.5.4.tar.gz new file mode 100644 index 0000000..1f35bf6 --- /dev/null +++ b/commonmark-extensions-0.2.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fae084a1a94b231428d224b5fef1a8af89f16d5ec01b9015dc7862bd918908 +size 45115 diff --git a/ghc-commonmark-extensions.changes b/ghc-commonmark-extensions.changes index b134c28..5f7b390 100644 --- a/ghc-commonmark-extensions.changes +++ b/ghc-commonmark-extensions.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Mon Mar 11 18:04:35 UTC 2024 - Peter Simons + +- Update commonmark-extensions to version 0.2.5.4. + ## 0.2.5.4 + + * Fix autolink parsing regression (#151). This affects autolinks with + doubled internal line-ending punctuation characters. + +------------------------------------------------------------------- +Wed Feb 28 05:53:52 UTC 2024 - Peter Simons + +- Update commonmark-extensions to version 0.2.5.3. + ## 0.2.5.3 + + * Fix rebase_relative_paths extension so it works with URLs with + non-ASCII characters (#148). Previously these would not be properly + detected as absolute URIs. + +------------------------------------------------------------------- +Thu Feb 15 04:42:30 UTC 2024 - Peter Simons + +- Update commonmark-extensions to version 0.2.5.2. + ## 0.2.5.2 + + * Improve autolinks extension (#147). + The autolinks extension was interacting badly with explicit links, + To fix this we had to make autolink parsing a bit stricter than + the GFM spec does. They allow unbalanced `)` except at the end + of a URL (which is defined as: followed by optional final punctuation + then whitespace or eof). With this change, we don't allow unbalanced + `)` at all in raw URLs. This should not be a big problem in practice. + + * Protect against quadratic generated table size explosion (Michael Howell). + This commit adds a limit to the number of auto-completed cells + around 200,000. The result is, in these original samples: + ------------------------------------------------------------------- Tue Dec 12 17:29:01 UTC 2023 - Peter Simons diff --git a/ghc-commonmark-extensions.spec b/ghc-commonmark-extensions.spec index 0b1b74b..caec12e 100644 --- a/ghc-commonmark-extensions.spec +++ b/ghc-commonmark-extensions.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-commonmark-extensions # -# 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.5.1 +Version: 0.2.5.4 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause