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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-citeproc?expand=0&rev=17
This commit is contained in:
Ondřej Súkup 2021-02-09 09:17:41 +00:00 committed by Git OBS Bridge
parent d6cec539f7
commit 3fafcbb79f
4 changed files with 32 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Feb 2 09:34:13 UTC 2021 - psimons@suse.com
- Update citeproc to version 0.3.0.7.
## 0.3.0.7
* Remove check for ASCII in case transform code.
Previously we weren't doing case transform on words
containing non-ASCII characters.
-------------------------------------------------------------------
Sun Jan 31 13:49:51 UTC 2021 - psimons@suse.com
- Update citeproc to version 0.3.0.6.
## 0.3.0.6
* Fix infinite loop in `fixPunct` (#49). In a few rare cases
`fixPunct` would hang.
-------------------------------------------------------------------
Sun Jan 24 16:09:24 UTC 2021 - psimons@suse.com
- Update citeproc to version 0.3.0.5.
## 0.3.0.5
* Add a space between "no date" term and disambiguator
if the long form is used (#47).
-------------------------------------------------------------------
Mon Jan 18 09:06:54 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.4
Version: 0.3.0.7
Release: 0
Summary: Generates citations and bibliography from CSL styles
License: BSD-2-Clause