diff --git a/commonmark-extensions-0.2.5.2.tar.gz b/commonmark-extensions-0.2.5.2.tar.gz deleted file mode 100644 index 631a0b8..0000000 --- a/commonmark-extensions-0.2.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec8d2ced4f126aed144e98888f1af845402395a351d8b1c291a372723a7811ab -size 45010 diff --git a/commonmark-extensions-0.2.5.3.tar.gz b/commonmark-extensions-0.2.5.3.tar.gz new file mode 100644 index 0000000..50e485a --- /dev/null +++ b/commonmark-extensions-0.2.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42c9be86077d1193ba952c73af3f4e86d25678f7a556d0e27b81fd4c0164df7 +size 45107 diff --git a/ghc-commonmark-extensions.changes b/ghc-commonmark-extensions.changes index 8aeac13..79e8472 100644 --- a/ghc-commonmark-extensions.changes +++ b/ghc-commonmark-extensions.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/ghc-commonmark-extensions.spec b/ghc-commonmark-extensions.spec index 9e0d4ea..caba3e1 100644 --- a/ghc-commonmark-extensions.spec +++ b/ghc-commonmark-extensions.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.5.2 +Version: 0.2.5.3 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause