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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-citeproc?expand=0&rev=32
This commit is contained in:
Peter Simons 2022-06-29 12:18:09 +00:00 committed by Git OBS Bridge
parent 07fff1d573
commit 6dc8c1a63d
4 changed files with 28 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Apr 2 20:31:55 UTC 2022 - Peter Simons <psimons@suse.com>
- Update citeproc to version 0.7.
## 0.7
* Handle old term form `sub verbo` as if it is `sub-verbo` (the new form).
* Update to latest locales in CSL repository.
* Makefile: Fix update-locales target.
* Keep explicit "et al." (#102, Albert Krewinkel).
* Factor out `deleteSubstitutedVariables`.
* Add any references in `citationItemData` to references.
* Add `citationItemData` field to `CitationItem` [API change].
This corresponds to the `itemData` that can appear
in the JSON representation of a citation item.
* Add Ord, Eq instances for `Reference`, `DisambiguationData`, `Val` [API change].
-------------------------------------------------------------------
Wed Jan 12 07:51:24 UTC 2022 - Peter Simons <psimons@suse.com>

View File

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