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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-citeproc?expand=0&rev=10
This commit is contained in:
Ondřej Súkup 2020-12-19 17:47:46 +00:00 committed by Git OBS Bridge
parent 38aa1e9231
commit 64711bc011
4 changed files with 16 additions and 11 deletions

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

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

View File

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

View File

@ -1,7 +1,17 @@
-------------------------------------------------------------------
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 Oct 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- force i686 arch on i586
- disable %{ix86} build
-------------------------------------------------------------------
Thu Dec 17 10:46:37 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
Version: 0.3.0.1
Release: 0
Summary: Generates citations and bibliography from CSL styles
License: BSD-2-Clause
@ -44,12 +44,7 @@ BuildRequires: ghc-transformers-devel
BuildRequires: ghc-uniplate-devel
BuildRequires: ghc-vector-devel
BuildRequires: ghc-xml-conduit-devel
# GHC dont support i586
%ifarch %{ix86}
ExclusiveArch: i586 i686
ExclusiveArch: i686
%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic}
%endif
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-Diff-devel
BuildRequires: ghc-directory-devel