From 811ba6ccacf57658242cd37b3d31d5ab44227684883b02073449a6cec0556122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 8 Jan 2021 10:06:12 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-citeproc revision:14, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-citeproc?expand=0&rev=13 --- citeproc-0.3.0.1.tar.gz | 3 --- citeproc-0.3.0.3.tar.gz | 3 +++ ghc-citeproc.changes | 17 +++++++++++++++++ ghc-citeproc.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 citeproc-0.3.0.1.tar.gz create mode 100644 citeproc-0.3.0.3.tar.gz diff --git a/citeproc-0.3.0.1.tar.gz b/citeproc-0.3.0.1.tar.gz deleted file mode 100644 index e8c2d9e..0000000 --- a/citeproc-0.3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fae98be0098a64e75fc40b1ac633272c87e650f83efdb17a4bf8e3f0cf1188cb -size 567617 diff --git a/citeproc-0.3.0.3.tar.gz b/citeproc-0.3.0.3.tar.gz new file mode 100644 index 0000000..6e07ffd --- /dev/null +++ b/citeproc-0.3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ecd4717c58c15c42ce9a20be2babbede1bd1db40ce8f01757c855603876732 +size 568887 diff --git a/ghc-citeproc.changes b/ghc-citeproc.changes index 6287b26..25a0218 100644 --- a/ghc-citeproc.changes +++ b/ghc-citeproc.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Dec 29 21:16:59 UTC 2020 - psimons@suse.com + +- Update citeproc to version 0.3.0.3. + ## 0.3.0.3 + + * Fix author-only citations (#43). We got bad results with some + styles when a reference had both an author and a translator. + + ## 0.3.0.2 + + * Don't use cite-group delimiter if ANY citation in group has + locator (#38). This seems to be citeproc.js's behavior and it gives + better results for chicago-author-date: we want both + `[@foo20; @foo21, p. 3]` and `[@foo20, p. 3; @foo21]` to produce + a semicolon separator, rather than a comma. + ------------------------------------------------------------------- Sat Dec 19 14:46:02 UTC 2020 - psimons@suse.com diff --git a/ghc-citeproc.spec b/ghc-citeproc.spec index ef789a0..c201128 100644 --- a/ghc-citeproc.spec +++ b/ghc-citeproc.spec @@ -19,7 +19,7 @@ %global pkg_name citeproc %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.3.0.1 +Version: 0.3.0.3 Release: 0 Summary: Generates citations and bibliography from CSL styles License: BSD-2-Clause