Accepting request 1112759 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/1112759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-commonmark-extensions?expand=0&rev=12
This commit is contained in:
Ana Guerrero 2023-09-21 20:23:12 +00:00 committed by Git OBS Bridge
commit 0e0b4936e9
4 changed files with 22 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Sep 13 23:22:12 UTC 2023 - Peter Simons <psimons@suse.com>
- Update commonmark-extensions to version 0.2.3.6.
## 0.2.3.6
* Fix pipe table parser so that `|`s don't interfere with
other block structures (Michael Howell, #111, fixing #52 and
#95). This parser is structured as a system that parses the
*second* line first, then parses the first line. That is, if
it detects a delimiter row as the second line of a
paragraph, it converts the paragraph into a table. This
seems counterintuitive, but it works better than trying to
convert a table into a paragraph, since it might need to be
something else.
* Improve parsing of inline math (#110).
-------------------------------------------------------------------
Wed Jul 12 02:52:32 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.5
Version: 0.2.3.6
Release: 0
Summary: Pure Haskell commonmark parser
License: BSD-3-Clause