forked from pool/ghc-citeproc
Accepting request 861592 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/861592 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-citeproc?expand=0&rev=6
This commit is contained in:
commit
c02a4ec032
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fae98be0098a64e75fc40b1ac633272c87e650f83efdb17a4bf8e3f0cf1188cb
|
|
||||||
size 567617
|
|
3
citeproc-0.3.0.3.tar.gz
Normal file
3
citeproc-0.3.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:96ecd4717c58c15c42ce9a20be2babbede1bd1db40ce8f01757c855603876732
|
||||||
|
size 568887
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 29 21:16:59 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update citeproc to version 0.3.0.3.
|
||||||
|
## 0.3.0.3
|
||||||
|
|
||||||
|
* Fix author-only citations (#43). We got bad results with some
|
||||||
|
styles when a reference had both an author and a translator.
|
||||||
|
|
||||||
|
## 0.3.0.2
|
||||||
|
|
||||||
|
* Don't use cite-group delimiter if ANY citation in group has
|
||||||
|
locator (#38). This seems to be citeproc.js's behavior and it gives
|
||||||
|
better results for chicago-author-date: we want both
|
||||||
|
`[@foo20; @foo21, p. 3]` and `[@foo20, p. 3; @foo21]` to produce
|
||||||
|
a semicolon separator, rather than a comma.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 19 14:46:02 UTC 2020 - psimons@suse.com
|
Sat Dec 19 14:46:02 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name citeproc
|
%global pkg_name citeproc
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.3.0.1
|
Version: 0.3.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Generates citations and bibliography from CSL styles
|
Summary: Generates citations and bibliography from CSL styles
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user