Accepting request 930317 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/930317 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-citeproc?expand=0&rev=15
This commit is contained in:
commit
18fedff715
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d37944d39bb92e9f61b4dddb52e7aa12bb171c0f96b62a3a7bf5c12bd47d8792
|
||||
size 579769
|
3
citeproc-0.6.tar.gz
Normal file
3
citeproc-0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8352b858b18e0a2705950642ec39c8fe09d99eebea3bd108e26589e1910ba6b7
|
||||
size 585773
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 1 08:31:08 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update citeproc to version 0.6.
|
||||
## 0.6
|
||||
|
||||
* Add Term parameter to TagTerm [API change].
|
||||
|
||||
* Add TagPrefix, TagSuffix constructors to Tag [API change].
|
||||
|
||||
* Make sure that extracted AuthorOnly names have the correct
|
||||
formatting (#55).
|
||||
|
||||
* Do case-insensitive sorting, like Zotero (#91).
|
||||
|
||||
* Ignore "ibid" entries in computing ambiguities.
|
||||
|
||||
* Improved disambiguation for author-in-text citations.
|
||||
|
||||
* In disambiguating, convert author-in-text to normal citations.
|
||||
Otherwise we disambiguate incorrectly.
|
||||
|
||||
* Fix title disambiguation with note style (#90).
|
||||
Previously we'd been calculating ambiguities by generating
|
||||
renderings for citation items independently of context.
|
||||
This meant that we didn't detect ambiguities in "subsequent"
|
||||
citations (which might e.g. just have an author).
|
||||
|
||||
* Ensure we don't do collapsing of items across a prefix or suffix (#89).
|
||||
If we have `[@doe99; for contrasting views see @smith33; @doe00]`,
|
||||
we don't want to get collapsing to
|
||||
`(Doe 1999, 2000; for contrasting views, see Smith 1933)`.
|
||||
This isn't strictly by the spec, but it gives better results.
|
||||
|
||||
* Allow collapsing after an initial prefix.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 21 16:27:59 UTC 2021 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name citeproc
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.5
|
||||
Version: 0.6
|
||||
Release: 0
|
||||
Summary: Generates citations and bibliography from CSL styles
|
||||
License: BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user