osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-citeproc revision:14, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-citeproc?expand=0&rev=13
This commit is contained in:
Ondřej Súkup 2021-01-08 10:06:12 +00:00 committed by Git OBS Bridge
parent 9dfa991a5f
commit 811ba6ccac
4 changed files with 21 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96ecd4717c58c15c42ce9a20be2babbede1bd1db40ce8f01757c855603876732
size 568887

View File

@ -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

View File

@ -19,7 +19,7 @@
%global pkg_name citeproc
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.3.0.1
Version: 0.3.0.3
Release: 0
Summary: Generates citations and bibliography from CSL styles
License: BSD-2-Clause