From 8589471c5482f7b4842c241a98c3a11916eedb20bd87794e9664ee850a1feefe Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 23 Feb 2024 15:02:07 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-commonmark revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark?expand=0&rev=37 --- commonmark-0.2.5.1.tar.gz | 3 +++ commonmark-0.2.5.tar.gz | 3 --- ghc-commonmark.changes | 9 +++++++++ ghc-commonmark.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 commonmark-0.2.5.1.tar.gz delete mode 100644 commonmark-0.2.5.tar.gz diff --git a/commonmark-0.2.5.1.tar.gz b/commonmark-0.2.5.1.tar.gz new file mode 100644 index 0000000..9ecd2a1 --- /dev/null +++ b/commonmark-0.2.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd629cf07be861ba9ae2395b4caca61138bc281fc27f457f1f8cce31719c548 +size 103857 diff --git a/commonmark-0.2.5.tar.gz b/commonmark-0.2.5.tar.gz deleted file mode 100644 index 3d4e94c..0000000 --- a/commonmark-0.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a08fee10681a4bd2c8b0ce1ae80373a0a503a2affb20fcda78f4ec52edff6bf -size 103793 diff --git a/ghc-commonmark.changes b/ghc-commonmark.changes index 1deed61..d9d1708 100644 --- a/ghc-commonmark.changes +++ b/ghc-commonmark.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Feb 15 04:42:01 UTC 2024 - Peter Simons + +- Update commonmark to version 0.2.5.1. + ## 0.2.5.1 + + * Replace `source` with `search` in list of block tags. + This is a spec 0.31 change that was forgotten in the last release. + ------------------------------------------------------------------- Mon Jan 29 00:51:19 UTC 2024 - Peter Simons diff --git a/ghc-commonmark.spec b/ghc-commonmark.spec index 6f4b485..369c623 100644 --- a/ghc-commonmark.spec +++ b/ghc-commonmark.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.5 +Version: 0.2.5.1 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause From edcaf674e5c172070c7eb5349688fb72051e459c172f17525391d9d722b48aa0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 12 Mar 2024 14:41:18 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-commonmark revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark?expand=0&rev=38 --- commonmark-0.2.5.1.tar.gz | 3 --- commonmark-0.2.6.tar.gz | 3 +++ ghc-commonmark.changes | 17 +++++++++++++++++ ghc-commonmark.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 commonmark-0.2.5.1.tar.gz create mode 100644 commonmark-0.2.6.tar.gz diff --git a/commonmark-0.2.5.1.tar.gz b/commonmark-0.2.5.1.tar.gz deleted file mode 100644 index 9ecd2a1..0000000 --- a/commonmark-0.2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdd629cf07be861ba9ae2395b4caca61138bc281fc27f457f1f8cce31719c548 -size 103857 diff --git a/commonmark-0.2.6.tar.gz b/commonmark-0.2.6.tar.gz new file mode 100644 index 0000000..cb34db2 --- /dev/null +++ b/commonmark-0.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e66ce4ecf187c2d7245988c99ac727904f58bca6a89b688d67b385e99e1c4c +size 104222 diff --git a/ghc-commonmark.changes b/ghc-commonmark.changes index d9d1708..c1d085d 100644 --- a/ghc-commonmark.changes +++ b/ghc-commonmark.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Mar 11 18:04:00 UTC 2024 - Peter Simons + +- Update commonmark to version 0.2.6. + ## 0.2.6 + + * Make list tightness match the reference implementation closer (#150, + Michael Howell). This solves the problem where blank lines in the middle + of a list are attributed to the list itself instead of the item, making its + parent list become spuriously loose. + + * Fix bug with entities inside link destinations (#149). + The bug affects cases like this: `[link](\!)`; the backslash + escape was being ignored here. + + * Commonmark.Entity: export `pEntity` [API change]. + ------------------------------------------------------------------- Thu Feb 15 04:42:01 UTC 2024 - Peter Simons diff --git a/ghc-commonmark.spec b/ghc-commonmark.spec index 369c623..050becc 100644 --- a/ghc-commonmark.spec +++ b/ghc-commonmark.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.5.1 +Version: 0.2.6 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause