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
This commit is contained in:
parent
64877cd97c
commit
15ac7f37bb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:557e43c1d94b653bc255c744ef361c72f7da7d0081f179f02f07c6171f02f38d
|
||||
size 98983
|
3
commonmark-0.1.1.3.tar.gz
Normal file
3
commonmark-0.1.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b28b12735e31a2c21026b99418dd145285ee1f74aeead014d2799d2428c8bc3
|
||||
size 99073
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user