Accepting request 1144415 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1144415 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-commonmark?expand=0&rev=16
This commit is contained in:
commit
3494e677ec
@ -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
3
commonmark-0.2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8a08fee10681a4bd2c8b0ce1ae80373a0a503a2affb20fcda78f4ec52edff6bf
|
||||||
|
size 103793
|
@ -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>
|
Mon Dec 11 19:49:15 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-commonmark
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.4.1
|
Version: 0.2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pure Haskell commonmark parser
|
Summary: Pure Haskell commonmark parser
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user