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

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

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Feb 28 05:53:52 UTC 2024 - Peter Simons <psimons@suse.com>
- Update commonmark-extensions to version 0.2.5.3.
## 0.2.5.3
* Fix rebase_relative_paths extension so it works with URLs with
non-ASCII characters (#148). Previously these would not be properly
detected as absolute URIs.
-------------------------------------------------------------------
Thu Feb 15 04:42:30 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.2
Version: 0.2.5.3
Release: 0
Summary: Pure Haskell commonmark parser
License: BSD-3-Clause