From 78dcbbe0b7604c54f777901eabae5ca92ae75f3bea0218b6f564b4def4647cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 9 Nov 2021 08:31:52 +0000 Subject: [PATCH] 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 --- citeproc-0.5.tar.gz | 3 --- citeproc-0.6.tar.gz | 3 +++ ghc-citeproc.changes | 36 ++++++++++++++++++++++++++++++++++++ ghc-citeproc.spec | 2 +- 4 files changed, 40 insertions(+), 4 deletions(-) delete mode 100644 citeproc-0.5.tar.gz create mode 100644 citeproc-0.6.tar.gz diff --git a/citeproc-0.5.tar.gz b/citeproc-0.5.tar.gz deleted file mode 100644 index d39aa65..0000000 --- a/citeproc-0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d37944d39bb92e9f61b4dddb52e7aa12bb171c0f96b62a3a7bf5c12bd47d8792 -size 579769 diff --git a/citeproc-0.6.tar.gz b/citeproc-0.6.tar.gz new file mode 100644 index 0000000..01ff0be --- /dev/null +++ b/citeproc-0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8352b858b18e0a2705950642ec39c8fe09d99eebea3bd108e26589e1910ba6b7 +size 585773 diff --git a/ghc-citeproc.changes b/ghc-citeproc.changes index b36ce9b..4e762f3 100644 --- a/ghc-citeproc.changes +++ b/ghc-citeproc.changes @@ -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 diff --git a/ghc-citeproc.spec b/ghc-citeproc.spec index 9e478be..a818af5 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.5 +Version: 0.6 Release: 0 Summary: Generates citations and bibliography from CSL styles License: BSD-2-Clause