forked from pool/ghc-citeproc
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-citeproc revision:15, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-citeproc?expand=0&rev=15
This commit is contained in:
parent
811ba6ccac
commit
d6cec539f7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96ecd4717c58c15c42ce9a20be2babbede1bd1db40ce8f01757c855603876732
|
||||
size 568887
|
3
citeproc-0.3.0.4.tar.gz
Normal file
3
citeproc-0.3.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7ef8a848f0df8eee352072b020a7a704f885ac5ae316caf34625a98420a3d8f
|
||||
size 571756
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 18 09:06:54 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update citeproc to version 0.3.0.4.
|
||||
## 0.3.0.4
|
||||
|
||||
* Improve disambiguation code. Add type signatures,
|
||||
move some functions to the top-level, and make the
|
||||
logic clearer and more efficient.
|
||||
* Re-render after each stage of ambiguity resolution
|
||||
instead of relying on analysis of names and dates.
|
||||
This is necessary especially for styles like
|
||||
chicago-note-bibliography which use titles in
|
||||
citations. Closes #44. No measurable
|
||||
performance impact.
|
||||
* Update test suite from upstream.
|
||||
* Update `it-IT` locale.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 29 21:16:59 UTC 2020 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-citeproc
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 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.3.0.3
|
||||
Version: 0.3.0.4
|
||||
Release: 0
|
||||
Summary: Generates citations and bibliography from CSL styles
|
||||
License: BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user