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
This commit is contained in:
Peter Simons 2020-11-09 02:01:44 +00:00 committed by Git OBS Bridge
parent 2bd6d17a0a
commit 59a1bbe2df
4 changed files with 30 additions and 4 deletions

View File

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

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

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

View File

@ -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

View File

@ -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