From d6cec539f714c24ca4320efbdd6b02623c95f40eb3cafc8e9f2c70577a6e2331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 19 Jan 2021 21:48:05 +0000 Subject: [PATCH] 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 --- citeproc-0.3.0.3.tar.gz | 3 --- citeproc-0.3.0.4.tar.gz | 3 +++ ghc-citeproc.changes | 18 ++++++++++++++++++ ghc-citeproc.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 citeproc-0.3.0.3.tar.gz create mode 100644 citeproc-0.3.0.4.tar.gz diff --git a/citeproc-0.3.0.3.tar.gz b/citeproc-0.3.0.3.tar.gz deleted file mode 100644 index 6e07ffd..0000000 --- a/citeproc-0.3.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96ecd4717c58c15c42ce9a20be2babbede1bd1db40ce8f01757c855603876732 -size 568887 diff --git a/citeproc-0.3.0.4.tar.gz b/citeproc-0.3.0.4.tar.gz new file mode 100644 index 0000000..39d85d3 --- /dev/null +++ b/citeproc-0.3.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ef8a848f0df8eee352072b020a7a704f885ac5ae316caf34625a98420a3d8f +size 571756 diff --git a/ghc-citeproc.changes b/ghc-citeproc.changes index 25a0218..f8e4fa4 100644 --- a/ghc-citeproc.changes +++ b/ghc-citeproc.changes @@ -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 diff --git a/ghc-citeproc.spec b/ghc-citeproc.spec index c201128..d46d000 100644 --- a/ghc-citeproc.spec +++ b/ghc-citeproc.spec @@ -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