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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-extensions?expand=0&rev=34
This commit is contained in:
Peter Simons 2024-03-12 14:41:18 +00:00 committed by Git OBS Bridge
parent 7f6c26642a
commit ce08a2e3ab
4 changed files with 13 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 11 18:04:35 UTC 2024 - Peter Simons <psimons@suse.com>
- Update commonmark-extensions to version 0.2.5.4.
## 0.2.5.4
* Fix autolink parsing regression (#151). This affects autolinks with
doubled internal line-ending punctuation characters.
-------------------------------------------------------------------
Wed Feb 28 05:53:52 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.5.3
Version: 0.2.5.4
Release: 0
Summary: Pure Haskell commonmark parser
License: BSD-3-Clause