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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-extensions?expand=0&rev=36
This commit is contained in:
Peter Simons 2024-06-19 21:01:05 +00:00 committed by Git OBS Bridge
parent 281f7945ee
commit 5a1c2fee19
4 changed files with 15 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 18 02:21:19 UTC 2024 - Peter Simons <psimons@suse.com>
- Update commonmark-extensions to version 0.2.5.5.
## 0.2.5.5
* Fix auto_identifiers extension: it now replaces emojis with
their aliases, as documented.
* Fix auto_identifiers_ascii extension: it now ignores
non-ASCII characters with no ASCII equivalent.
-------------------------------------------------------------------
Mon Mar 11 18:04:35 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.4
Version: 0.2.5.5
Release: 0
Summary: Pure Haskell commonmark parser
License: BSD-3-Clause