diff --git a/citeproc-0.2.tar.gz b/citeproc-0.2.tar.gz deleted file mode 100644 index 0a9e827..0000000 --- a/citeproc-0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26aef254629e08e5fb7c01714d2f21b8af1cb77a702256bc8c4e35f67d7a2bca -size 566812 diff --git a/citeproc-0.3.0.1.tar.gz b/citeproc-0.3.0.1.tar.gz new file mode 100644 index 0000000..e8c2d9e --- /dev/null +++ b/citeproc-0.3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae98be0098a64e75fc40b1ac633272c87e650f83efdb17a4bf8e3f0cf1188cb +size 567617 diff --git a/ghc-citeproc.changes b/ghc-citeproc.changes index f1f2e7b..6287b26 100644 --- a/ghc-citeproc.changes +++ b/ghc-citeproc.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Sat Dec 19 14:46:02 UTC 2020 - psimons@suse.com + +- Update citeproc to version 0.3.0.1. + ## 0.3.0.1 + + * Better handle `initialize-with` that ends in a nonbreaking space. + In this case, citeproc should not add an additional space + or strip the nonbreaking space. Closes #37. + +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + +------------------------------------------------------------------- +Thu Dec 17 10:46:37 UTC 2020 - psimons@suse.com + +- Update citeproc to version 0.3. + ## 0.3 + + * Change `makeReferenceMap` to return a cleaned-up list of + references as well as a reference map. The cleanup-up list + removes references with duplicate ids. When there are multiple + references with the same id, the last one is included and + the others discarded. [API change] + +------------------------------------------------------------------- +Wed Dec 9 11:28:30 UTC 2020 - psimons@suse.com + +- Update citeproc to version 0.2.0.1. + ## 0.2.0.1 + + * FromJSON for Name: make straight quotes curly. + Otherwise nothing will do this, when we are decoding + JSON to (Reference a), a /= CslJson Text. + * Remove redundant pragmas and imports (Albert Krewinkel). + * Use custom prelude with GHC 8.6.* and older (Albert + Krewinkel). This adds support for GHC 8.0.x. + ------------------------------------------------------------------- Thu Nov 19 19:50:28 UTC 2020 - psimons@suse.com diff --git a/ghc-citeproc.spec b/ghc-citeproc.spec index a3ef796..ef789a0 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.2 +Version: 0.3.0.1 Release: 0 Summary: Generates citations and bibliography from CSL styles License: BSD-2-Clause @@ -44,6 +44,7 @@ BuildRequires: ghc-transformers-devel BuildRequires: ghc-uniplate-devel BuildRequires: ghc-vector-devel BuildRequires: ghc-xml-conduit-devel +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-Diff-devel BuildRequires: ghc-directory-devel