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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-citeproc?expand=0&rev=37
This commit is contained in:
Peter Simons 2023-01-27 21:04:26 +00:00 committed by Git OBS Bridge
parent 3806e91d5e
commit ff722f4eda
4 changed files with 33 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed Jan 18 17:30:25 UTC 2023 - Peter Simons <psimons@suse.com>
- Update citeproc to version 0.8.1.
## 0.8.1
* In Pandoc and CslJson CaseTransform, group punctuation in clusters (#127).
* Fix sorting on dates (#126). Previously this broke for some styles,
e.g. apa.csl, which styles dates as MM/DD/YYYY, and would lead to
incorrect sorting of dates with months and/or days.
* Add citation-key variable from citeId. This is a new addition in CSL 1.0.2.
* Update locales from upstream.
* Raise an error if multiple layout elements are present (#120).
* Fix two test cases. They had illegal bibliography elements with
no layout children.
* If there are multiple layout elements, only use the last one.
This can happen with CSL-M styles. The last layout should be
locale-unspecific. This change will prevent us from emitting
doubled citations or bibliographic references (see #120),
allowing more graceful handling of CSL-M styles, even though we
don't support CSL-M.
-------------------------------------------------------------------
Thu Oct 6 02:54:13 UTC 2022 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-citeproc
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global pkg_name citeproc
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.8.0.2
Version: 0.8.1
Release: 0
Summary: Generates citations and bibliography from CSL styles
License: BSD-2-Clause