Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-citeproc for openSUSE:Factory checked in at 2021-09-10 23:40:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-citeproc (Old) and /work/SRC/openSUSE:Factory/.ghc-citeproc.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-citeproc" Fri Sep 10 23:40:55 2021 rev:14 rq:917348 version:0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-citeproc/ghc-citeproc.changes 2021-08-25 20:57:27.509220248 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-citeproc.new.1899/ghc-citeproc.changes 2021-09-10 23:41:04.558544362 +0200 @@ -1,0 +2,56 @@ +Sat Aug 21 16:27:59 UTC 2021 - [email protected] + +- Update citeproc to version 0.5. + ## 0.5 + + * Add `linkBibliography` field to `CiteprocOptions` [API change]. + When this is set to True, we hyperlink bibliography entries according + to the draft of the CSL v1.02 spec (Appendix VI). When an entry has + a DOI, PMCID, PMID, or URL available but none of these are rendered + by the style, add a link to the title (or, if no title is present, + the whole entry), using the URL for the DOI, PMCID, PMID, or URL + (in that order of priority). (Benjamin Bray, #88.) + + * In generating citation labels, only use `issued` date. + Not, for example, `accessed` (#80). + + * Citeproc.Locale: export `lookupQuotes`. [API change] + + * Citeproc.Types: Add `localizeQuotes` method to CiteprocOutput class + [API change]. + + * Citeproc.CslJson, Citeproc.Pandoc: Implement `localizeQuotes`. + + * Citeproc: apply `localizeQuotes` after rendering. This ensures + that quotes are properly localized and flipflopped. Previously this + was done in `renderCslJson` (for CSL JSON) and in pandoc + (for Pandoc Inlines). It is more consistent to do this as part + of the rendering pipeline, in citeproc itself. + + * Citeproc.CslJson: Drop the Locale parameter from the signature of + `renderCslJson` [breaking API change]. It was only needed for quote + localization, which now occurs outside of this function. + + * Citeproc.Pandoc: use a Span with class csl-quoted for quotes, + rather than a Quoted inline. This way we can leave Quoted elements + passed in by pandoc alone, and we won't get strange effects like the + one described in #87 (where `"` behaves differently when in + a citation suffix). + + * Default to Shifted with `icu` flag (#83). This makes the library + behave similarly whether compiled with `icu` or with the default + `unicode-collation` and prevents test failures with `icu`. + + * Require recent text-icu with icu flag. + Older versions don't build with newer versions of icu4c. + + * Support links in CslJson (Benjamin Bray). Currently they are + only supported in rendering, not parsing (in support of #88). + + * Allow test cases to specify CiteprocOptions (Benjamin Bray). + + * Update locales from upstream. + + * Add new CSL tests to repository. + +------------------------------------------------------------------- Old: ---- citeproc-0.4.1.tar.gz New: ---- citeproc-0.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-citeproc.spec ++++++ --- /var/tmp/diff_new_pack.AaOn7h/_old 2021-09-10 23:41:05.154544997 +0200 +++ /var/tmp/diff_new_pack.AaOn7h/_new 2021-09-10 23:41:05.158545001 +0200 @@ -19,7 +19,7 @@ %global pkg_name citeproc %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.4.1 +Version: 0.5 Release: 0 Summary: Generates citations and bibliography from CSL styles License: BSD-2-Clause ++++++ citeproc-0.4.1.tar.gz -> citeproc-0.5.tar.gz ++++++ ++++ 1603 lines of diff (skipped)
