forked from pool/ghc-citeproc
Accepting request 847873 from devel:languages:haskell
Automated update of haskell pckages OBS-URL: https://build.opensuse.org/request/show/847873 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-citeproc?expand=0&rev=3
This commit is contained in:
commit
99fd115717
@ -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
3
citeproc-0.1.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf57f0ee66df754a07af16b4f74aa4d3f22e6e9ee32c6b51c3ea5dc9e7dfd1f0
|
||||
size 563627
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user