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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark?expand=0&rev=35
This commit is contained in:
Peter Simons 2024-02-05 22:00:55 +00:00 committed by Git OBS Bridge
parent 1734737c09
commit e0148992d0
4 changed files with 20 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jan 29 00:51:19 UTC 2024 - Peter Simons <psimons@suse.com>
- Update commonmark to version 0.2.5.
## 0.2.5
* Fix HTML comment parser to conform to 0.31.2 spec.
* Update spec.txt tests to commonmark-spec 0.31.2.
* Match HTML declaration blocks with lowercase letters
(Michael Howell).
* Specifically track the position where enders end (Michael Howell).
-------------------------------------------------------------------
Mon Dec 11 19:49:15 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-commonmark
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.4.1
Version: 0.2.5
Release: 0
Summary: Pure Haskell commonmark parser
License: BSD-3-Clause