osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-citeproc revision:23, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-citeproc?expand=0&rev=27
This commit is contained in:
Ondřej Súkup 2021-08-17 09:54:11 +00:00 committed by Git OBS Bridge
parent 9042190a83
commit de6dacc274
4 changed files with 18 additions and 4 deletions

View File

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

3
citeproc-0.4.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jul 19 07:06:10 UTC 2021 - psimons@suse.com
- Update citeproc to version 0.4.1.
## 0.4.1
* Change Pandoc `inNote` so it creates a `Span` with class `csl-note`
rather than a `Note`. This should make it easier to integrate
citations with ordinary notes in pandoc.
* Do not hyperlink author-only citations (#77). If we do this we get
two consecutive hyperlinks for author-in-text forms.
* `movePunctuationInsideQuotes`: only move `,` and `.`, not `?` and `!`,
as per the CSL spec.
-------------------------------------------------------------------
Sat Jun 5 17:16:32 UTC 2021 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name citeproc
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.4.0.1
Version: 0.4.1
Release: 0
Summary: Generates citations and bibliography from CSL styles
License: BSD-2-Clause