From 59a1bbe2dfe56d0243764a2103b140d631f0d0d0e0b2eabf437cf02854ce6349 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 9 Nov 2020 02:01:44 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-citeproc revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-citeproc?expand=0&rev=5 --- citeproc-0.1.0.3.tar.gz | 3 --- citeproc-0.1.1.1.tar.gz | 3 +++ ghc-citeproc.changes | 26 ++++++++++++++++++++++++++ ghc-citeproc.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 citeproc-0.1.0.3.tar.gz create mode 100644 citeproc-0.1.1.1.tar.gz diff --git a/citeproc-0.1.0.3.tar.gz b/citeproc-0.1.0.3.tar.gz deleted file mode 100644 index 0fa63b9..0000000 --- a/citeproc-0.1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7ff1c326aa2033801514def980c5cbf6e816e5ff5366e1d0d358b05809df383 -size 555336 diff --git a/citeproc-0.1.1.1.tar.gz b/citeproc-0.1.1.1.tar.gz new file mode 100644 index 0000000..e3e108e --- /dev/null +++ b/citeproc-0.1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf57f0ee66df754a07af16b4f74aa4d3f22e6e9ee32c6b51c3ea5dc9e7dfd1f0 +size 563627 diff --git a/ghc-citeproc.changes b/ghc-citeproc.changes index 6506fe7..2561d1a 100644 --- a/ghc-citeproc.changes +++ b/ghc-citeproc.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sat Nov 7 15:34:56 UTC 2020 - psimons@suse.com + +- Update citeproc to version 0.1.1.1. + ## 0.1.1.1 + + * Pay attention to citationNoteNumber in computing position. + In calculating whether an item is alone in its citation, + we need to take into account citationNoteNumber, since + two citations may occur in the same note and they should + not be ranked "alone." See jgm/pandoc#6813, + citation-style-language/documentation#121 + + ## 0.1.1 + + * Ensure that uncited references are sorted last + when it comes to assigning citation numbers (#22). + * Remove "capitalize initial term" feature. This is required by + the test suite but not the spec. It makes more sense for us to do + this capitalization in the calling program, e.g. pandoc. For some + citations in note styles may already be in notes and thus not + trigger separate footnotes. If initial terms had been capitalized, + we'd need to uncapitalize, and that is hard to do reliably. + * Treat empty `FancyVal` as an empty value. + * Derive Functor, Traversable, Foldable for Result [API change]. + ------------------------------------------------------------------- Fri Oct 23 19:25:24 UTC 2020 - psimons@suse.com diff --git a/ghc-citeproc.spec b/ghc-citeproc.spec index 50ae8fc..cd0028d 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.1.0.3 +Version: 0.1.1.1 Release: 0 Summary: Generates citations and bibliography from CSL styles License: BSD-2-Clause