From 179fc27644cae89cb2ebdc93f834a0d32bf194c992cd955e539a4412ce39a019 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 29 Jun 2022 12:18:10 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-commonmark revision:18, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark?expand=0&rev=23 --- commonmark-0.2.1.1.tar.gz | 3 --- commonmark-0.2.2.tar.gz | 3 +++ ghc-commonmark.changes | 21 +++++++++++++++++++++ ghc-commonmark.spec | 5 +++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 commonmark-0.2.1.1.tar.gz create mode 100644 commonmark-0.2.2.tar.gz diff --git a/commonmark-0.2.1.1.tar.gz b/commonmark-0.2.1.1.tar.gz deleted file mode 100644 index 4e09699..0000000 --- a/commonmark-0.2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87016bece25384259336f2fd930251438d383c736b82cd5d29224a428fffba80 -size 100854 diff --git a/commonmark-0.2.2.tar.gz b/commonmark-0.2.2.tar.gz new file mode 100644 index 0000000..e0ef63a --- /dev/null +++ b/commonmark-0.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70b421f5753d983745e558d7d66a5e346ee5b2ebc0a827e9f63f8ff7a62b24e +size 101438 diff --git a/ghc-commonmark.changes b/ghc-commonmark.changes index 7d8b752..f0be813 100644 --- a/ghc-commonmark.changes +++ b/ghc-commonmark.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Apr 2 21:25:44 UTC 2022 - Peter Simons + +- 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 diff --git a/ghc-commonmark.spec b/ghc-commonmark.spec index 9f21c46..4523483 100644 --- a/ghc-commonmark.spec +++ b/ghc-commonmark.spec @@ -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}