osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-commonmark revision:14, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark?expand=0&rev=20
This commit is contained in:
Ondřej Súkup 2021-06-22 15:19:21 +00:00 committed by Git OBS Bridge
parent 2ab4d16824
commit 95b90082bc
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