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