From 84bdae18023c61e89deb237302de351d5bf6bcff8173825ce90e628ba678f555 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 9 Feb 2022 13:44:53 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-commonmark-pandoc revision:13, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-pandoc?expand=0&rev=16 --- commonmark-pandoc-0.2.1.1.tar.gz | 3 --- commonmark-pandoc-0.2.1.2.tar.gz | 3 +++ ghc-commonmark-pandoc.changes | 11 +++++++++++ ghc-commonmark-pandoc.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 commonmark-pandoc-0.2.1.1.tar.gz create mode 100644 commonmark-pandoc-0.2.1.2.tar.gz diff --git a/commonmark-pandoc-0.2.1.1.tar.gz b/commonmark-pandoc-0.2.1.1.tar.gz deleted file mode 100644 index afc3677..0000000 --- a/commonmark-pandoc-0.2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9795d9bc40eb3d389ca8a58ae63f1f6e4db653bdddf302df595ceb9ac8572e97 -size 4856 diff --git a/commonmark-pandoc-0.2.1.2.tar.gz b/commonmark-pandoc-0.2.1.2.tar.gz new file mode 100644 index 0000000..5ea1e7c --- /dev/null +++ b/commonmark-pandoc-0.2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57554ecd0d1eacdf094e4ca346a9212e0198b467d86153b8494b412df747f1b6 +size 4937 diff --git a/ghc-commonmark-pandoc.changes b/ghc-commonmark-pandoc.changes index 89bfcf0..310c483 100644 --- a/ghc-commonmark-pandoc.changes +++ b/ghc-commonmark-pandoc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Feb 4 12:15:36 UTC 2022 - psimons@suse.com + +- Update commonmark-pandoc to version 0.2.1.2. + ## 0.2.1.2 + + - Fix addition of sourcepos attributes to blocks (jgm/pandoc#7769). + We were always adding an enclosing Div, even when the block + admits attributes. Now the attributes are added to the block + itself, unless it can't accept attributes (as with inlines). + ------------------------------------------------------------------- Thu Jul 1 12:50:31 UTC 2021 - psimons@suse.com diff --git a/ghc-commonmark-pandoc.spec b/ghc-commonmark-pandoc.spec index 274bb02..c21a810 100644 --- a/ghc-commonmark-pandoc.spec +++ b/ghc-commonmark-pandoc.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-commonmark-pandoc # -# 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 @@ -18,7 +18,7 @@ %global pkg_name commonmark-pandoc Name: ghc-%{pkg_name} -Version: 0.2.1.1 +Version: 0.2.1.2 Release: 0 Summary: Bridge between commonmark and pandoc AST License: BSD-3-Clause