osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-commonmark-extensions revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-extensions?expand=0&rev=5
This commit is contained in:
parent
1d20b4c917
commit
6f186d8183
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:866211d14b2d3f626578eec22f33b74ae1b0b4f8326bac8ce365a1d38e092622
|
||||
size 31536
|
3
commonmark-extensions-0.2.0.2.tar.gz
Normal file
3
commonmark-extensions-0.2.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efbe394c4a37c1e3d8e3490c7820560f526e4a39eea3ad1dbda2621e38cfb67d
|
||||
size 31867
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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.2
|
||||
Release: 0
|
||||
Summary: Pure Haskell commonmark parser
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user