From 5250549af16172080013370f8c35d96213acb4b2a1d24b146efd839c5db7df58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 2 Jul 2021 13:15:55 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-formatting revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-formatting?expand=0&rev=9 --- formatting-7.1.2.tar.gz | 3 --- formatting-7.1.3.tar.gz | 3 +++ ghc-formatting.changes | 8 ++++++++ ghc-formatting.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 formatting-7.1.2.tar.gz create mode 100644 formatting-7.1.3.tar.gz diff --git a/formatting-7.1.2.tar.gz b/formatting-7.1.2.tar.gz deleted file mode 100644 index f031e7f..0000000 --- a/formatting-7.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2eb9c123ecabb091748d39991c78786b415f225ea9515f1e0a0e2ac4f8604d8f -size 32306 diff --git a/formatting-7.1.3.tar.gz b/formatting-7.1.3.tar.gz new file mode 100644 index 0000000..9c1bfc8 --- /dev/null +++ b/formatting-7.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8061bbe29278e6b7bb2268b00e1717385643dfa04e7b58b012bd53b342142cef +size 32568 diff --git a/ghc-formatting.changes b/ghc-formatting.changes index 69eb4e8..eb79077 100644 --- a/ghc-formatting.changes +++ b/ghc-formatting.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jul 1 12:51:58 UTC 2021 - psimons@suse.com + +- Update formatting to version 7.1.3. + 7.1.3 + + * Fix the GHCJS build by not using `double-conversion`, as it relies on a native C library which obviously isn't available in GHCJS (it is still used in native builds). + ------------------------------------------------------------------- Mon Apr 5 14:46:17 UTC 2021 - psimons@suse.com diff --git a/ghc-formatting.spec b/ghc-formatting.spec index 2bb0a40..f171522 100644 --- a/ghc-formatting.spec +++ b/ghc-formatting.spec @@ -19,7 +19,7 @@ %global pkg_name formatting %bcond_with tests Name: ghc-%{pkg_name} -Version: 7.1.2 +Version: 7.1.3 Release: 0 Summary: Combinator-based type-safe formatting (like printf() or FORMAT) License: BSD-3-Clause