osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-citeproc revision:25, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-citeproc?expand=0&rev=29
This commit is contained in:
Ondřej Súkup 2021-11-09 08:31:52 +00:00 committed by Git OBS Bridge
parent aaf9e3719d
commit 78dcbbe0b7
4 changed files with 40 additions and 4 deletions

View File

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

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

View File

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

View File

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