From eedbd9611a309cd7c871df552a02118a6b45501e4c27565c087e74260e0e27a1 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-extensions revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-extensions?expand=0&rev=12 --- commonmark-extensions-0.2.0.4.tar.gz | 3 --- commonmark-extensions-0.2.1.2.tar.gz | 3 +++ ghc-commonmark-extensions.changes | 25 +++++++++++++++++++++++++ ghc-commonmark-extensions.spec | 9 ++++----- 4 files changed, 32 insertions(+), 8 deletions(-) delete mode 100644 commonmark-extensions-0.2.0.4.tar.gz create mode 100644 commonmark-extensions-0.2.1.2.tar.gz diff --git a/commonmark-extensions-0.2.0.4.tar.gz b/commonmark-extensions-0.2.0.4.tar.gz deleted file mode 100644 index d589fc1..0000000 --- a/commonmark-extensions-0.2.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:908b5fa39e20809acc41826f098788b0f2d93ebfc8707e30cfd9fb6de0e4de98 -size 32043 diff --git a/commonmark-extensions-0.2.1.2.tar.gz b/commonmark-extensions-0.2.1.2.tar.gz new file mode 100644 index 0000000..6e9bd23 --- /dev/null +++ b/commonmark-extensions-0.2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4cf7c83ac3b157f99c572c0d158e1913b5e589e564823dec5152983c091c0cf +size 35892 diff --git a/ghc-commonmark-extensions.changes b/ghc-commonmark-extensions.changes index d668e13..ba3b9ca 100644 --- a/ghc-commonmark-extensions.changes +++ b/ghc-commonmark-extensions.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun May 30 17:37:25 UTC 2021 - psimons@suse.com + +- Update commonmark-extensions to version 0.2.1.2. + ## 0.2.1.2 + + - Fix bug with absolute paths in rebase_relative_paths + extension on Windows. + +------------------------------------------------------------------- +Sat May 29 15:59:04 UTC 2021 - psimons@suse.com + +- Update commonmark-extensions to version 0.2.1.1. + ## 0.2.1.1 + + - Fix bug in wikilinks extensions. + + ## 0.2.1 + + - Add `rebase_relative_paths` extension. + New exported module Commonmark.Extensions.RebaseRelativePaths [API change]. + - Add `wikilinks_title_before_pipe` and `wikilinks_title_after_pipe` + extensions (#69). + New exported module Commonmark.Extensions.Wikilinks [API change]. + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-commonmark-extensions.spec b/ghc-commonmark-extensions.spec index e3a7229..bd1ef3d 100644 --- a/ghc-commonmark-extensions.spec +++ b/ghc-commonmark-extensions.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-commonmark-extensions # -# 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 @@ -19,27 +19,26 @@ %global pkg_name commonmark-extensions %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.0.4 +Version: 0.2.1.2 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-bytestring-devel BuildRequires: ghc-commonmark-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-emojis-devel +BuildRequires: ghc-filepath-devel +BuildRequires: ghc-network-uri-devel BuildRequires: ghc-parsec-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel ExcludeArch: %{ix86} %if %{with tests} -BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-hunit-devel -BuildRequires: ghc-tasty-quickcheck-devel %endif %description