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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-extensions?expand=0&rev=15
This commit is contained in:
Peter Simons 2022-02-09 13:44:55 +00:00 committed by Git OBS Bridge
parent 8a7960b58e
commit bcaced7e67
4 changed files with 14 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 4 12:15:23 UTC 2022 - psimons@suse.com
- Update commonmark-extensions to version 0.2.3.
## 0.2.3
- Allow bare word attribute in fenced_divs (#84). This follows a similar
change in pandoc (jgm/pandoc#7242).
-------------------------------------------------------------------
Mon Nov 1 08:43:02 UTC 2021 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-commonmark-extensions
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global pkg_name commonmark-extensions
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.2.1
Version: 0.2.3
Release: 0
Summary: Pure Haskell commonmark parser
License: BSD-3-Clause