diff --git a/citeproc-0.6.0.1.tar.gz b/citeproc-0.6.0.1.tar.gz deleted file mode 100644 index 9fb3011..0000000 --- a/citeproc-0.6.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c2f0090d7e71069e26a8416e26170842d11ba3b2508fd21d0201c35b0b6aa04 -size 588162 diff --git a/citeproc-0.7.tar.gz b/citeproc-0.7.tar.gz new file mode 100644 index 0000000..3c448bf --- /dev/null +++ b/citeproc-0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091a8adde94b3699125d63c5a284605df27bac9b4ee1a0ef6411dc06cdd74ef7 +size 528208 diff --git a/ghc-citeproc.changes b/ghc-citeproc.changes index f132656..af66236 100644 --- a/ghc-citeproc.changes +++ b/ghc-citeproc.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Apr 2 20:31:55 UTC 2022 - Peter Simons + +- Update citeproc to version 0.7. + ## 0.7 + + * Handle old term form `sub verbo` as if it is `sub-verbo` (the new form). + + * Update to latest locales in CSL repository. + + * Makefile: Fix update-locales target. + + * Keep explicit "et al." (#102, Albert Krewinkel). + + * Factor out `deleteSubstitutedVariables`. + + * Add any references in `citationItemData` to references. + + * Add `citationItemData` field to `CitationItem` [API change]. + This corresponds to the `itemData` that can appear + in the JSON representation of a citation item. + + * Add Ord, Eq instances for `Reference`, `DisambiguationData`, `Val` [API change]. + ------------------------------------------------------------------- Wed Jan 12 07:51:24 UTC 2022 - Peter Simons diff --git a/ghc-citeproc.spec b/ghc-citeproc.spec index e505812..9567632 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.6.0.1 +Version: 0.7 Release: 0 Summary: Generates citations and bibliography from CSL styles License: BSD-2-Clause