Accepting request 864288 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/864288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-commonmark?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2021-01-20 17:25:54 +00:00 committed by Git OBS Bridge
commit 9d5c809d4c
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:557e43c1d94b653bc255c744ef361c72f7da7d0081f179f02f07c6171f02f38d
size 98983

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b28b12735e31a2c21026b99418dd145285ee1f74aeead014d2799d2428c8bc3
size 99073

View File

@ -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 <mimi.vx@gmail.com>

View File

@ -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