Accepting request 987029 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/987029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-commonmark-extensions?expand=0&rev=8
This commit is contained in:
Richard Brown 2022-08-01 19:29:41 +00:00 committed by Git OBS Bridge
commit 543e02a3f8
4 changed files with 29 additions and 4 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52aef0c8101e5d553bfa72ae2dad8fc102336a31e5c2af150fcfbcfc04a4b9cc
size 37074

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue May 31 18:23:50 UTC 2022 - Peter Simons <psimons@suse.com>
- Update commonmark-extensions to version 0.2.3.2.
## 0.2.3.2
- Update lower version bounds for commonmark (#93, David
Thrane Christiansen).
-------------------------------------------------------------------
Sat Apr 2 21:26:16 UTC 2022 - Peter Simons <psimons@suse.com>
- Update commonmark-extensions to version 0.2.3.1.
## 0.2.3.1
- `math` extension: don't fail when display math contains
embedded inline math. See jgm/pandoc#7942.
- Make math parsing more sophisticated.
Count embeddings inside `{..}`, since math can contain
e.g. `\text{...}` which itself contains math delimiters.
- Small improvement in pipe table parsing.
The old parser failed on some edge cases with extra whitespace
after pipes (which we should just ignore).
- `fancy_list` extension: improve list type ambiguity resolution (#89).
-------------------------------------------------------------------
Wed Jan 12 17:57:58 UTC 2022 - Peter Simons <psimons@suse.com>

View File

@ -19,7 +19,7 @@
%global pkg_name commonmark-extensions
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.3
Version: 0.2.3.2
Release: 0
Summary: Pure Haskell commonmark parser
License: BSD-3-Clause