Accepting request 1239820 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1239820 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-pandoc?expand=0&rev=18
This commit is contained in:
commit
09a9a4a2de
@ -1,3 +1,89 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 12 22:37:42 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update pandoc to version 3.6.2.
|
||||
## pandoc 3.6.2 (2025-01-12)
|
||||
|
||||
* New output format: `pod` (Evan Silberman). Pod ("Plain old documentation")
|
||||
is a markup languaged used principally to document Perl modules and
|
||||
programs.
|
||||
|
||||
* New reader module Text.Pandoc.Readers.Pod, exporting `readPod`
|
||||
[API change].
|
||||
|
||||
* Docx reader:
|
||||
|
||||
+ Support row heads in tables (#9495). Reader: When `w:tblLook` has
|
||||
`w:firstColumn` set (or an equivalent bit mask), we set row heads = 1
|
||||
in the AST.
|
||||
+ Read table styles as custom styles when `styles` extension
|
||||
is enabled (#9603).
|
||||
|
||||
* HTML reader:
|
||||
|
||||
+ Add size information for font awesome SVG icons (#10134).
|
||||
If the icon has class `fa-fw` or `fa-w16` or `fa-w14`, we add a width
|
||||
attribute to prevent the icon from appearing full-width in PDF or
|
||||
docx output.
|
||||
|
||||
* Djot reader:
|
||||
|
||||
+ Use a Span with class "mark" rather than "highlighted" for
|
||||
highlighted text, for consistency with the other pandoc readers and
|
||||
writers.
|
||||
|
||||
* mandoc reader:
|
||||
|
||||
+ Add mdoc St for C23 (Evan Silberman).
|
||||
|
||||
* RST reader:
|
||||
|
||||
+ Fix handling of underscores (#10497). Fixes a a regression
|
||||
introduced in 3.6.
|
||||
|
||||
* Docx writer:
|
||||
|
||||
+ Support row heads in tables (#9495). Writer: set `w:firstColumn` in
|
||||
`w:tblLook` when there are row heads. (Word only allows one, so this
|
||||
is triggered by any number of row heads > 0.)
|
||||
|
||||
* Djot writer:
|
||||
|
||||
+ Render a Span with sole class "mark" as highlighted text.
|
||||
|
||||
* Asciidoc writer:
|
||||
|
||||
+ Don't emit the class in a span if it's just "mark" (#10511).
|
||||
The "mark" class is used for highlighting, and Asciidoc treats
|
||||
bare `#...#` with no attributes as highlighted text.
|
||||
+ Improve escaping (#10385, #2337, #6424).
|
||||
|
||||
* EPUB v2 writer:
|
||||
|
||||
+ Fix cover image (#10505). This is a regression introduced in 3.6.
|
||||
|
||||
* Typst writer:
|
||||
|
||||
+ Fix handling of pixel image dimensions (#9945).
|
||||
These are now converted to inches as in the LaTeX writer.
|
||||
|
||||
* Improve error message given when users specify `asciidoc` as input
|
||||
format (#8416, Santiago Zarate).
|
||||
|
||||
* Allow random 1.3.
|
||||
|
||||
* Use texmath 0.12.8.13 (typst improvements).
|
||||
|
||||
* `lua-filters.md`: document `system.os` return values (#10523).
|
||||
|
||||
* `MANUAL.txt`:
|
||||
|
||||
+ Improve manual's coverage of custom styles.
|
||||
+ Replace LibreOffice PDF documentation link to latest so it links
|
||||
to the latest major release rather than a specific major release
|
||||
(which there are two of every year) (Stéphane Guillou).
|
||||
+ Improve links and descriptions for `odt`, `opendocument` (#10518).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 19:46:10 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-pandoc
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 3.6.1
|
||||
Version: 3.6.2
|
||||
Release: 0
|
||||
Summary: Conversion between markup formats
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd59ee6e023d892cd2cc7fc502813d573a95548c28d987857fcbdecb7a0d6fe9
|
||||
size 7513641
|
3
pandoc-3.6.2.tar.gz
Normal file
3
pandoc-3.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcaa005395dfdfcf39b0724b43a620e4a1ee23be01c54e4cd3de86152c47f8a1
|
||||
size 7537832
|
Loading…
x
Reference in New Issue
Block a user