Accepting request 850494 from devel:languages:haskell

Automatic update

OBS-URL: https://build.opensuse.org/request/show/850494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-citeproc?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-11-24 21:14:37 +00:00 committed by Git OBS Bridge
commit c97684e631
4 changed files with 23 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Nov 19 19:50:28 UTC 2020 - psimons@suse.com
- Update citeproc to version 0.2.
## 0.2
* Remove `AfterOtherPunctuation` constructor from
`CaseTransformState` [API change].
This gave bad results with things like parentheses (#27).
* Change `SortKeyValue` to include `Maybe Lang` [API change].
This allows us to do locale-sensitive sorting (though this
won't matter much unless the `icu` flag is used).
* Add `Maybe Lang` parameter on `initialize` (since
capitalization can be locale-dependent).
* Add cabal.project.icu for building with icu lib.
* Add (unexported) Citeproc.Unicode compatibility module.
This allows us to use the same functions whether or not
the `icu` flag is used.
-------------------------------------------------------------------
Sat Nov 7 15:34:56 UTC 2020 - psimons@suse.com

View File

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