From e70d1e26b711d6bb6e698ff8a57b577183c433dae5b23129623c45d0018ceff7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 31 Oct 2023 22:00:46 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-commonmark-extensions revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-extensions?expand=0&rev=28 --- commonmark-extensions-0.2.3.6.tar.gz | 3 --- commonmark-extensions-0.2.4.tar.gz | 3 +++ ghc-commonmark-extensions.changes | 15 +++++++++++++++ ghc-commonmark-extensions.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 commonmark-extensions-0.2.3.6.tar.gz create mode 100644 commonmark-extensions-0.2.4.tar.gz diff --git a/commonmark-extensions-0.2.3.6.tar.gz b/commonmark-extensions-0.2.3.6.tar.gz deleted file mode 100644 index 5c47406..0000000 --- a/commonmark-extensions-0.2.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fb2c5bbaa3ec5334125071597fb940728888653e32b631ad8f8965c5d82462c -size 38584 diff --git a/commonmark-extensions-0.2.4.tar.gz b/commonmark-extensions-0.2.4.tar.gz new file mode 100644 index 0000000..75e39a6 --- /dev/null +++ b/commonmark-extensions-0.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36757b95cca25b51bb81df41ba656a4e9671f49e7b44e26bdffcdfb8a8183ffb +size 39738 diff --git a/ghc-commonmark-extensions.changes b/ghc-commonmark-extensions.changes index 772f316..6afb42e 100644 --- a/ghc-commonmark-extensions.changes +++ b/ghc-commonmark-extensions.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Oct 27 17:34:06 UTC 2023 - Peter Simons + +- Update commonmark-extensions to version 0.2.4. + ## 0.2.4 + + * Make `pipe_tables` extension treat backslash escapes like GH does (#112, + Michael Howell). This change essentially changes the way the text + `\\|` gets parsed inside a table. In the old version, the first backslash + escapes the second backslash, and then the pipe is treated as a cell + separator. In the new version, the pipe is still preceded by a backslash, + so it is still literal text. The escaping rule is documented in detail + in the spec for this extension. This change also aligns our escaping + of pipes with GitHub's. + ------------------------------------------------------------------- Wed Sep 13 23:22:12 UTC 2023 - Peter Simons diff --git a/ghc-commonmark-extensions.spec b/ghc-commonmark-extensions.spec index 6dd9df5..7aef32d 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.3.6 +Version: 0.2.4 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause