From 64711bc011db7eeef2c079c31a25ff4299ef35ead42ed76f2f1164a71bc68508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:47:46 +0000 Subject: [PATCH] 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 --- citeproc-0.3.0.1.tar.gz | 3 +++ citeproc-0.3.tar.gz | 3 --- ghc-citeproc.changes | 12 +++++++++++- ghc-citeproc.spec | 9 ++------- 4 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 citeproc-0.3.0.1.tar.gz delete mode 100644 citeproc-0.3.tar.gz diff --git a/citeproc-0.3.0.1.tar.gz b/citeproc-0.3.0.1.tar.gz new file mode 100644 index 0000000..e8c2d9e --- /dev/null +++ b/citeproc-0.3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae98be0098a64e75fc40b1ac633272c87e650f83efdb17a4bf8e3f0cf1188cb +size 567617 diff --git a/citeproc-0.3.tar.gz b/citeproc-0.3.tar.gz deleted file mode 100644 index 0854f3e..0000000 --- a/citeproc-0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69b79d65b8e963fe73279eeeb5f2a8699eecbc35519e69362f48628d99019378 -size 567313 diff --git a/ghc-citeproc.changes b/ghc-citeproc.changes index 5bbceb6..88c2c36 100644 --- a/ghc-citeproc.changes +++ b/ghc-citeproc.changes @@ -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 -- force i686 arch on i586 +- disable %{ix86} build ------------------------------------------------------------------- Thu Dec 17 10:46:37 UTC 2020 - psimons@suse.com diff --git a/ghc-citeproc.spec b/ghc-citeproc.spec index 3ee97fe..ef789a0 100644 --- a/ghc-citeproc.spec +++ b/ghc-citeproc.spec @@ -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