1
0

7 Commits

Author SHA256 Message Date
876351ae77 Accepting request 1246287 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1246287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-commonmark-pandoc?expand=0&rev=15
2025-02-17 19:54:33 +00:00
0193cc3c49 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-commonmark-pandoc revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-pandoc?expand=0&rev=32
2025-02-10 22:00:53 +00:00
623b5bf1b3 Accepting request 1231429 from devel:languages:haskell
version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-commonmark-pandoc?expand=0&rev=14
2024-12-20 22:10:26 +00:00
b78cb629f5 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-commonmark-pandoc revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-pandoc?expand=0&rev=30
2024-12-16 07:50:42 +00:00
4fea073f4d osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-commonmark-pandoc revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-pandoc?expand=0&rev=29
2024-12-10 11:25:52 +00:00
0517cde0bf Accepting request 1218542 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1218542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-commonmark-pandoc?expand=0&rev=13
2024-10-28 14:18:14 +00:00
b28ddb5871 osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-commonmark-pandoc revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-pandoc?expand=0&rev=27
2024-10-26 13:48:27 +00:00
4 changed files with 37 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sun Feb 9 18:55:42 UTC 2025 - Peter Simons <psimons@suse.com>
- Update commonmark-pandoc to version 0.2.3.
## 0.2.3
- Track wikilinks with a class instead of the title (Evan
Silberman). The use of title="wikilink" in HTML output traces
back to Pandoc's hijacking of the title attribute for this purpose
back when Pandoc links didn't have Attrs. A coordinated change in
Pandoc moves this more appropriately into a class.
-------------------------------------------------------------------
Sun Dec 8 00:18:50 UTC 2024 - Peter Simons <psimons@suse.com>
- Update commonmark-pandoc to version 0.2.2.3.
## 0.2.2.3
- Avoid adding spurious extra data-pos attribute to wrapper
Div (#159).
-------------------------------------------------------------------
Sat Oct 5 05:49:08 UTC 2024 - Peter Simons <psimons@suse.com>
- Update commonmark-pandoc to version 0.2.2.2.
## 0.2.2.2
- Add wrapper="1" when we need to add Div or Span. This is needed for
good round-tripping; a djot writer can see that this attribute
was added and remove the wrapping, adding the attributes directly
to the element.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 15 04:43:02 UTC 2024 - Peter Simons <psimons@suse.com> Thu Feb 15 04:43:02 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package ghc-commonmark-pandoc # spec file for package ghc-commonmark-pandoc
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global pkg_name commonmark-pandoc %global pkg_name commonmark-pandoc
%global pkgver %{pkg_name}-%{version} %global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.2.2.1 Version: 0.2.3
Release: 0 Release: 0
Summary: Bridge between commonmark and pandoc AST Summary: Bridge between commonmark and pandoc AST
License: BSD-3-Clause License: BSD-3-Clause