Accepting request 1124058 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1124058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-commonmark-extensions?expand=0&rev=13
This commit is contained in:
Ana Guerrero 2023-11-08 21:17:41 +00:00 committed by Git OBS Bridge
commit 3f01284136
4 changed files with 19 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6fb2c5bbaa3ec5334125071597fb940728888653e32b631ad8f8965c5d82462c
size 38584

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36757b95cca25b51bb81df41ba656a4e9671f49e7b44e26bdffcdfb8a8183ffb
size 39738

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Oct 27 17:34:06 UTC 2023 - Peter Simons <psimons@suse.com>
- 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 <psimons@suse.com>

View File

@ -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