From 15ac7f37bb2c99d0afc612c8ebe78510cecd67176c8b85fe2b16ba3935857136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 15 Jan 2021 10:54:19 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-commonmark revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark?expand=0&rev=14 --- commonmark-0.1.1.2.tar.gz | 3 --- commonmark-0.1.1.3.tar.gz | 3 +++ ghc-commonmark.changes | 10 ++++++++++ ghc-commonmark.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 commonmark-0.1.1.2.tar.gz create mode 100644 commonmark-0.1.1.3.tar.gz diff --git a/commonmark-0.1.1.2.tar.gz b/commonmark-0.1.1.2.tar.gz deleted file mode 100644 index 056cf1a..0000000 --- a/commonmark-0.1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:557e43c1d94b653bc255c744ef361c72f7da7d0081f179f02f07c6171f02f38d -size 98983 diff --git a/commonmark-0.1.1.3.tar.gz b/commonmark-0.1.1.3.tar.gz new file mode 100644 index 0000000..78bc095 --- /dev/null +++ b/commonmark-0.1.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b28b12735e31a2c21026b99418dd145285ee1f74aeead014d2799d2428c8bc3 +size 99073 diff --git a/ghc-commonmark.changes b/ghc-commonmark.changes index f463ce5..6ad762e 100644 --- a/ghc-commonmark.changes +++ b/ghc-commonmark.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jan 12 10:53:27 UTC 2021 - psimons@suse.com + +- Update commonmark to version 0.1.1.3. + ## 0.1.1.3 + + * Fix bug in links with spaces at the beginning or end of + link description (#67). We were putting flankingness constraints + on the link delimiters, but this isn't requried by the spec. + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-commonmark.spec b/ghc-commonmark.spec index 4e6b066..1f8311d 100644 --- a/ghc-commonmark.spec +++ b/ghc-commonmark.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-commonmark # -# 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,7 +19,7 @@ %global pkg_name commonmark %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.1.2 +Version: 0.1.1.3 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause