diff --git a/citeproc-0.4.0.1.tar.gz b/citeproc-0.4.0.1.tar.gz deleted file mode 100644 index b42a2de..0000000 --- a/citeproc-0.4.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b061757b225b6e9e80d90e3df17858e602ed8204c3b74fb727ec993175b0f8e -size 574271 diff --git a/citeproc-0.4.1.tar.gz b/citeproc-0.4.1.tar.gz new file mode 100644 index 0000000..78cbf6c --- /dev/null +++ b/citeproc-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7760863c53553154b55babe85d49acba68b5c4b87cf7b311fe470ca7139d24 +size 574411 diff --git a/ghc-citeproc.changes b/ghc-citeproc.changes index a9176d1..15357e3 100644 --- a/ghc-citeproc.changes +++ b/ghc-citeproc.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jul 19 07:06:10 UTC 2021 - psimons@suse.com + +- Update citeproc to version 0.4.1. + ## 0.4.1 + + * Change Pandoc `inNote` so it creates a `Span` with class `csl-note` + rather than a `Note`. This should make it easier to integrate + citations with ordinary notes in pandoc. + * Do not hyperlink author-only citations (#77). If we do this we get + two consecutive hyperlinks for author-in-text forms. + * `movePunctuationInsideQuotes`: only move `,` and `.`, not `?` and `!`, + as per the CSL spec. + ------------------------------------------------------------------- Sat Jun 5 17:16:32 UTC 2021 - psimons@suse.com diff --git a/ghc-citeproc.spec b/ghc-citeproc.spec index 65362ff..d286320 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.4.0.1 +Version: 0.4.1 Release: 0 Summary: Generates citations and bibliography from CSL styles License: BSD-2-Clause