osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-commonmark-extensions revision:4, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-extensions?expand=0&rev=6
This commit is contained in:
Peter Simons 2020-11-09 02:01:44 +00:00 committed by Git OBS Bridge
parent 4ffbe3e65b
commit 1119c27f7b
4 changed files with 19 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
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

View File

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