forked from pool/ghc-citeproc
Accepting request 857280 from devel:languages:haskell
update haskell stack in openSUS OBS-URL: https://build.opensuse.org/request/show/857280 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-citeproc?expand=0&rev=5
This commit is contained in:
commit
de4f990408
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26aef254629e08e5fb7c01714d2f21b8af1cb77a702256bc8c4e35f67d7a2bca
|
||||
size 566812
|
3
citeproc-0.3.0.1.tar.gz
Normal file
3
citeproc-0.3.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fae98be0098a64e75fc40b1ac633272c87e650f83efdb17a4bf8e3f0cf1188cb
|
||||
size 567617
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 19 14:46:02 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update citeproc to version 0.3.0.1.
|
||||
## 0.3.0.1
|
||||
|
||||
* Better handle `initialize-with` that ends in a nonbreaking space.
|
||||
In this case, citeproc should not add an additional space
|
||||
or strip the nonbreaking space. Closes #37.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- disable %{ix86} build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 10:46:37 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update citeproc to version 0.3.
|
||||
## 0.3
|
||||
|
||||
* Change `makeReferenceMap` to return a cleaned-up list of
|
||||
references as well as a reference map. The cleanup-up list
|
||||
removes references with duplicate ids. When there are multiple
|
||||
references with the same id, the last one is included and
|
||||
the others discarded. [API change]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 9 11:28:30 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update citeproc to version 0.2.0.1.
|
||||
## 0.2.0.1
|
||||
|
||||
* FromJSON for Name: make straight quotes curly.
|
||||
Otherwise nothing will do this, when we are decoding
|
||||
JSON to (Reference a), a /= CslJson Text.
|
||||
* Remove redundant pragmas and imports (Albert Krewinkel).
|
||||
* Use custom prelude with GHC 8.6.* and older (Albert
|
||||
Krewinkel). This adds support for GHC 8.0.x.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 19:50:28 UTC 2020 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name citeproc
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2
|
||||
Version: 0.3.0.1
|
||||
Release: 0
|
||||
Summary: Generates citations and bibliography from CSL styles
|
||||
License: BSD-2-Clause
|
||||
@ -44,6 +44,7 @@ BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-uniplate-devel
|
||||
BuildRequires: ghc-vector-devel
|
||||
BuildRequires: ghc-xml-conduit-devel
|
||||
ExcludeArch: %{ix86}
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-Diff-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
|
Loading…
Reference in New Issue
Block a user