Accepting request 847875 from devel:languages:haskell

Automated update of haskell pckages

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

View File

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

View File

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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sat Nov 7 15:35:27 UTC 2020 - psimons@suse.com
- Update commonmark-extensions to version 0.2.0.4.
## 0.2.0.4
- Add a test for autolinks (#66).
- Require commonmark 0.1.1.2 (otherwise autolinks don't work
properly).
## 0.2.0.3
- Add some new test examples to the autolinks extension spec (#65).
- Allow interior `~` characters in autolinks (#65).
-------------------------------------------------------------------
Tue Nov 3 10:09:06 UTC 2020 - psimons@suse.com
- Update commonmark-extensions to version 0.2.0.2.
## 0.2.0.2
- Remove unnecessary Typeable constraint on `TaskList` and
`gfmExtensions` (#58).
- Fix bug in `footnote` extension: multiple blocks in
a block container (e.g. block quote or list) inside
a footnote were being rendered in reverse order (#63,
Harald Gliebe).
-------------------------------------------------------------------
Tue Aug 18 10:44:22 UTC 2020 - Peter Simons <psimons@suse.com>

View File

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