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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-citeproc?expand=0&rev=23
This commit is contained in:
Ondřej Súkup 2021-05-30 18:58:14 +00:00 committed by Git OBS Bridge
parent 80d5006d64
commit d6b177ac8d
4 changed files with 30 additions and 5 deletions

View File

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

3
citeproc-0.4.tar.gz Normal file
View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu May 13 08:26:54 UTC 2021 - psimons@suse.com
- Update citeproc to version 0.4.
## 0.4
* We now use Lang from unicode-collation rather than defining our own.
The type constructor has changed, as has the signature of
parseLang.
* Use unicode-collation by default for more accurate sorting.
- text-icu will still be used if the icu flag is set. This may
give better performance, at the cost of depending on a large
C library.
- Change type of SortKeyValue so it doesn't embed Lang. [API change]
Instead, we now store a language-specific collator in the Eval Context.
- Move compSortKeyValues from Types to Eval.
* Add curly open quote to word splitters in normalizeSortKey.
* Improve date sorting: use the format YYYY0000 if no month, day,
and YYYYMM00 if no day when generating sort keys.
* Special treatment of literal "others" as last name in a list (#61).
When we convert bibtex/biblatex bibliographies, the form "and others"
yields a last name with nameLiteral = "others". We detect this and
generate a localized "and others" (et al).
* Make abbreviations case-insensitive (#45).
-------------------------------------------------------------------
Sun Mar 14 22:18:46 UTC 2021 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name citeproc
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.3.0.9
Version: 0.4
Release: 0
Summary: Generates citations and bibliography from CSL styles
License: BSD-2-Clause
@ -35,12 +35,12 @@ BuildRequires: ghc-data-default-devel
BuildRequires: ghc-file-embed-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-pandoc-types-devel
BuildRequires: ghc-rfc5051-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-safe-devel
BuildRequires: ghc-scientific-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-unicode-collation-devel
BuildRequires: ghc-uniplate-devel
BuildRequires: ghc-vector-devel
BuildRequires: ghc-xml-conduit-devel