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:
commit
9dd2bb0a32
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:748847d820db606933aac47285c3dab49c87ffeed8f7cd2f07ef117b05f03803
|
|
||||||
size 98850
|
|
3
commonmark-0.1.1.2.tar.gz
Normal file
3
commonmark-0.1.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:557e43c1d94b653bc255c744ef361c72f7da7d0081f179f02f07c6171f02f38d
|
||||||
|
size 98983
|
@ -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>
|
Tue Aug 18 10:44:21 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name commonmark
|
%global pkg_name commonmark
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.1.0.2
|
Version: 0.1.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pure Haskell commonmark parser
|
Summary: Pure Haskell commonmark parser
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user