From fec6db496ddb0fa812606a7896f763c3f96e3e8d754f077800e8cc81290141d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 30 May 2021 18:58:14 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-commonmark-pandoc revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-pandoc?expand=0&rev=13 --- commonmark-pandoc-0.2.0.1.tar.gz | 3 --- commonmark-pandoc-0.2.1.tar.gz | 3 +++ ghc-commonmark-pandoc.changes | 9 +++++++++ ghc-commonmark-pandoc.spec | 5 ++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 commonmark-pandoc-0.2.0.1.tar.gz create mode 100644 commonmark-pandoc-0.2.1.tar.gz diff --git a/commonmark-pandoc-0.2.0.1.tar.gz b/commonmark-pandoc-0.2.0.1.tar.gz deleted file mode 100644 index 63f053d..0000000 --- a/commonmark-pandoc-0.2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03624bad9808639c93d4ba6a8d0a6f528dfedbbe7da5dcb3daa3294c8c06428b -size 4754 diff --git a/commonmark-pandoc-0.2.1.tar.gz b/commonmark-pandoc-0.2.1.tar.gz new file mode 100644 index 0000000..b1919d9 --- /dev/null +++ b/commonmark-pandoc-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2f1fbc16776ee29e6baa6fa20f946c8eb2405dcc30114b68c34814d956b844 +size 4822 diff --git a/ghc-commonmark-pandoc.changes b/ghc-commonmark-pandoc.changes index 5d86483..a2f98e8 100644 --- a/ghc-commonmark-pandoc.changes +++ b/ghc-commonmark-pandoc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat May 29 15:59:30 UTC 2021 - psimons@suse.com + +- Update commonmark-pandoc to version 0.2.1. + ## 0.2.1 + + - commonmark-pandoc.cabal: remove unneeded build-depend on containers. + - Support wikilinks extension. + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-commonmark-pandoc.spec b/ghc-commonmark-pandoc.spec index 2810ac9..f01fbc2 100644 --- a/ghc-commonmark-pandoc.spec +++ b/ghc-commonmark-pandoc.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-commonmark-pandoc # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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.0.1 +Version: 0.2.1 Release: 0 Summary: Bridge between commonmark and pandoc AST License: BSD-3-Clause @@ -27,7 +27,6 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-commonmark-devel BuildRequires: ghc-commonmark-extensions-devel -BuildRequires: ghc-containers-devel BuildRequires: ghc-pandoc-types-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel