diff --git a/fmt-0.6.1.2.tar.gz b/fmt-0.6.1.2.tar.gz deleted file mode 100644 index 1c08176..0000000 --- a/fmt-0.6.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78ed7bddb25c0bc4355ca2be2be3c4d8af796bce7e76e20f04b6aebbcbab8ab9 -size 26464 diff --git a/fmt-0.6.2.0.tar.gz b/fmt-0.6.2.0.tar.gz new file mode 100644 index 0000000..82afbbd --- /dev/null +++ b/fmt-0.6.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd10054f6e1206e8e983ef66ce0715d4c467cde493d905578eeb3f4ed710592 +size 26907 diff --git a/ghc-fmt.changes b/ghc-fmt.changes index 521a711..6657b1e 100644 --- a/ghc-fmt.changes +++ b/ghc-fmt.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Aug 1 17:38:21 UTC 2021 - psimons@suse.com + +- Update fmt to version 0.6.2.0. + # 0.6.2.0 + + * Cleared `hspec` upper bound + * Qualified all Data.List imports + * Fixed tests to work with newer (>=0.4) neat-interpolation (#30) + * Adjusted lower bounds of formatting dependency to avoid unsigned 0 + issues (#31) + * fixed floatF handling of negative numbers (#36) + * unconfused ``||++|`` and ``|++||`` (#29) + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-fmt.spec b/ghc-fmt.spec index 0205296..fd8af26 100644 --- a/ghc-fmt.spec +++ b/ghc-fmt.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-fmt # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name fmt %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.6.1.2 +Version: 0.6.2.0 Release: 0 Summary: A new formatting library License: BSD-3-Clause