From fe5ce4426d3f5b40972ac8c45f9649cfd6d4e5e44f1b15a51b6e975d86440846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 24 Nov 2020 09:16:30 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-citeproc revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-citeproc?expand=0&rev=7 --- citeproc-0.1.1.1.tar.gz | 3 --- citeproc-0.2.tar.gz | 3 +++ ghc-citeproc.changes | 19 +++++++++++++++++++ ghc-citeproc.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 citeproc-0.1.1.1.tar.gz create mode 100644 citeproc-0.2.tar.gz diff --git a/citeproc-0.1.1.1.tar.gz b/citeproc-0.1.1.1.tar.gz deleted file mode 100644 index e3e108e..0000000 --- a/citeproc-0.1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf57f0ee66df754a07af16b4f74aa4d3f22e6e9ee32c6b51c3ea5dc9e7dfd1f0 -size 563627 diff --git a/citeproc-0.2.tar.gz b/citeproc-0.2.tar.gz new file mode 100644 index 0000000..0a9e827 --- /dev/null +++ b/citeproc-0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26aef254629e08e5fb7c01714d2f21b8af1cb77a702256bc8c4e35f67d7a2bca +size 566812 diff --git a/ghc-citeproc.changes b/ghc-citeproc.changes index 2561d1a..f1f2e7b 100644 --- a/ghc-citeproc.changes +++ b/ghc-citeproc.changes @@ -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 diff --git a/ghc-citeproc.spec b/ghc-citeproc.spec index cd0028d..a3ef796 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.1.1.1 +Version: 0.2 Release: 0 Summary: Generates citations and bibliography from CSL styles License: BSD-2-Clause