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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark?expand=0&rev=33
This commit is contained in:
Peter Simons 2023-12-20 15:55:12 +00:00 committed by Git OBS Bridge
parent 7f5461fa34
commit 1734737c09
4 changed files with 28 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Dec 11 19:49:15 UTC 2023 - Peter Simons <psimons@suse.com>
- Update commonmark to version 0.2.4.1.
## 0.2.4.1
* Commonmark.Html: Add `aria-hidden`, `d`, and `viewBox` to allowed attributes list.
* Correctly merge list blanks with non-list blanks (#133, Michael Howell).
* Do not look for backslashed hard breaks in link titles (#130, Michael Howell).
* Work around ghc bug with `-K` RTS options, to set the stack space properly
for tests (#129). See https://gitlab.haskell.org/ghc/ghc/-/issues/10445.
* Revert block state completely if lazy line (#126). This fixes an issue with
lazily-wrapped footnotes.
* Avoid adding trailing newline to list block if it's already there
(Michael Howell). This fixes tight/loose classification in a few
cases.
* Fix incorrectly parsing links with nested `[]` (Michael Howell).
-------------------------------------------------------------------
Fri Oct 27 17:00:53 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.4
Version: 0.2.4.1
Release: 0
Summary: Pure Haskell commonmark parser
License: BSD-3-Clause