osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-pandoc revision:14, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc?expand=0&rev=24
This commit is contained in:
parent
2dd062b1ae
commit
f0cbea769e
@ -1,3 +1,77 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 6 02:21:39 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update pandoc to version 3.1.11.1.
|
||||
## pandoc 3.1.11.1 (2023-01-05)
|
||||
|
||||
* Docx reader:
|
||||
|
||||
+ Fix HYPERLINK with only switch and no argument (#9246).
|
||||
|
||||
* Org reader:
|
||||
|
||||
+ Parse caption and label for grid tables (#9279).
|
||||
|
||||
* MediaWiki reader:
|
||||
|
||||
+ Handle multiline math in list items (#9293).
|
||||
|
||||
* OPML writer:
|
||||
|
||||
+ Respect `--wrap` options & `--columns` in contents of notes (#9297).
|
||||
|
||||
* ODT/OpenDocument writers:
|
||||
|
||||
+ Properly handle highlighting styles (#9287). These styles were
|
||||
going into an `office:styles` element in `content.xml`, but this
|
||||
is invalid. Instead they must go in `styles.xml`. The variable
|
||||
`highlighting-styles` no longer has any effect on the default
|
||||
opendocument template, and highlighting styles are not included
|
||||
in `opendocument` output.
|
||||
|
||||
* Markdown writer:
|
||||
|
||||
+ Add table identifier at end of caption if present (#9279).
|
||||
|
||||
* Text.Pandoc.PDF:
|
||||
|
||||
+ Expand list of environment variables to display in verbose output
|
||||
(#9303).
|
||||
+ Ensure that we find all the LaTeX warnings requiring a rerun (#9284).
|
||||
This should fix a regression from 3.1.9 that led to incorrect
|
||||
alignments in tables (and possibly other issues).
|
||||
|
||||
* Docx writer:
|
||||
|
||||
+ Ensure that pandoc's output validates (Edwin Török, #9273, #9269,
|
||||
John MacFarlane, #9265, #9266, #9264).
|
||||
+ Don't emit empty table rows, which seem to cause problems for
|
||||
Word (#9224).
|
||||
|
||||
* LaTeX writer:
|
||||
|
||||
+ Omit superfluous page locator label when used with `--natbib` or
|
||||
`--biblatex` (#9275). These will treat a bare number as a
|
||||
page locator, and they will be able to localize it. Note that the
|
||||
recognition of the locator label is locale-sensitive; if `lang` is
|
||||
`de`, then `S. 33` is a page reference, and `p. 33` is not!
|
||||
|
||||
* Text.Pandoc.Chunks: Fine tune `makeChunks` (#9281).
|
||||
|
||||
+ Ensure that chunks not based on sections (those with the
|
||||
"preamble" class) get unique identifiers, by appending chunk number.
|
||||
+ This will also ensure that they get unique path names when
|
||||
the path is generated from the identifier.
|
||||
|
||||
* Default HTML5 template: remove html5shiv (and support for IE < 9).
|
||||
|
||||
* Makefile:
|
||||
|
||||
+ Fix `make quick-stack`: `j` was expecting a number (Edwin Török).
|
||||
+ Run built pandoc (instead of pandoc in path).
|
||||
+ Add `validate-epub` target, using `epubcheck` to test the golden files.
|
||||
+ Add `validate-docx-golden-tests` target.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 03:47:57 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-pandoc
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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.1.11
|
||||
Version: 3.1.11.1
|
||||
Release: 0
|
||||
Summary: Conversion between markup formats
|
||||
License: GPL-2.0-or-later
|
||||
|
3
pandoc-3.1.11.1.tar.gz
Normal file
3
pandoc-3.1.11.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef968d654000e5b21943573039fee92b132b547790fb1471f363abeb09dbcf79
|
||||
size 7336100
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c1844372c223b674c34b3e916b307dbf75a1a618bc034d7d2121fda85155fc6
|
||||
size 7332873
|
Loading…
x
Reference in New Issue
Block a user