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:
Peter Simons 2020-11-04 02:01:49 +00:00 committed by Git OBS Bridge
parent f722723e03
commit 4ffbe3e65b
4 changed files with 18 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:efbe394c4a37c1e3d8e3490c7820560f526e4a39eea3ad1dbda2621e38cfb67d
size 31867

View File

@ -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>

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.2
Release: 0
Summary: Pure Haskell commonmark parser
License: BSD-3-Clause