Accepting request 901446 from devel:languages:haskell

automated update of haskell stack

OBS-URL: https://build.opensuse.org/request/show/901446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-commonmark?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2021-06-23 15:38:18 +00:00 committed by Git OBS Bridge
commit b2d866fb70
4 changed files with 17 additions and 4 deletions

3
commonmark-0.2.1.tar.gz Normal file
View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jun 21 05:23:23 UTC 2021 - psimons@suse.com
- Update commonmark to version 0.2.1.
## 0.2.1
* Use official 0.30 spec.txt.
* Update HTML block parser for recent spec changes.
* Fix test case from commonmark/cmark#383. We need to index the list
of stack bottoms not just by the length mod 3 of the closer but by
whether it can be an opener, since this goes into the calculation of
whether the delimiters can match.
-------------------------------------------------------------------
Sat May 29 15:59:17 UTC 2021 - psimons@suse.com

View File

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