Accepting request 847874 from devel:languages:haskell

Automated update of haskell pckages

OBS-URL: https://build.opensuse.org/request/show/847874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-commonmark?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-11-12 21:44:47 +00:00 committed by Git OBS Bridge
commit 9dd2bb0a32
4 changed files with 25 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Nov 7 15:34:52 UTC 2020 - psimons@suse.com
- Update commonmark to version 0.1.1.2.
## 0.1.1.2
* Fix bug in fix to #65 (#66).
## 0.1.1.1
* Fixed corner case with link suffix parsing, which could result
in dropped tokens in certain cases (#65).
-------------------------------------------------------------------
Mon Nov 2 03:03:04 UTC 2020 - psimons@suse.com
- Update commonmark to version 0.1.1.
## 0.1.1
* Export `reverseSubforests` from `Commonmark.Blocks` [API change] (#64).
-------------------------------------------------------------------
Tue Aug 18 10:44:21 UTC 2020 - Peter Simons <psimons@suse.com>

View File

@ -19,7 +19,7 @@
%global pkg_name commonmark
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.1.0.2
Version: 0.1.1.2
Release: 0
Summary: Pure Haskell commonmark parser
License: BSD-3-Clause