Accepting request 985805 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/985805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-commonmark?expand=0&rev=11
This commit is contained in:
Richard Brown 2022-08-01 19:28:36 +00:00 committed by Git OBS Bridge
commit 09abe571bc
4 changed files with 27 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Apr 2 21:25:44 UTC 2022 - Peter Simons <psimons@suse.com>
- Update commonmark to version 0.2.2.
## 0.2.2
* Blocks: export `getParentListType` [API change].
* Require unicode-data >= 0.3.
* Change `mkFormattingSpecMap` so it integrates different
FormattingSpecs that use the same character (#87). Otherwise
we have problems if you have one formatting spec that
reacts to single delimiters and another that reacts to
pairs; if the first fails to match, the fallback behavior
is produced and the second never matches.
* Use unicode-data's faster versions of Data.Char functions.
This speeds up benchmarks for tokenize considerably; little difference
in other benchmarks. unicode-data is already a transitive dependency,
via unicode-transforms.
* Increase strictness in tokenize/go.
* Remove legacy cpp needed to support ghc < 8.4.
-------------------------------------------------------------------
Mon Nov 1 08:24:19 UTC 2021 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-commonmark
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global pkg_name commonmark
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.1.1
Version: 0.2.2
Release: 0
Summary: Pure Haskell commonmark parser
License: BSD-3-Clause
@ -32,6 +32,7 @@ BuildRequires: ghc-parsec-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-unicode-data-devel
BuildRequires: ghc-unicode-transforms-devel
ExcludeArch: %{ix86}
%if %{with tests}