From d99e02c41c62395fd227c0156df90c78a9ed6ba8e38a7b40c4a72a8306e40391 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Wed, 4 Nov 2020 17:43:11 +0000 Subject: [PATCH] Accepting request 846061 from home:alois:branches:devel:libraries:c_c++ - Update to version 7.1.2 * Fixed floating point formatting with large precision OBS-URL: https://build.opensuse.org/request/show/846061 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=36 --- fmt-7.1.1.tar.gz | 3 --- fmt-7.1.2.tar.gz | 3 +++ fmt.changes | 6 ++++++ fmt.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 fmt-7.1.1.tar.gz create mode 100644 fmt-7.1.2.tar.gz diff --git a/fmt-7.1.1.tar.gz b/fmt-7.1.1.tar.gz deleted file mode 100644 index 01f5182..0000000 --- a/fmt-7.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3bc4dc01978b9a001fa1bc07900d6bd2a17e552a39a1c2dad9aad3bfdb868e3 -size 769321 diff --git a/fmt-7.1.2.tar.gz b/fmt-7.1.2.tar.gz new file mode 100644 index 0000000..20ac9b8 --- /dev/null +++ b/fmt-7.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4119a1c34dff91631e1d0a3707428f764f1ea22fe3cd5e70af5b4ccd5513831c +size 769401 diff --git a/fmt.changes b/fmt.changes index 19053ad..7d2f971 100644 --- a/fmt.changes +++ b/fmt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 4 17:34:46 UTC 2020 - aloisio@gmx.com + +- Update to version 7.1.2 + * Fixed floating point formatting with large precision + ------------------------------------------------------------------- Mon Nov 2 15:27:46 UTC 2020 - aloisio@gmx.com diff --git a/fmt.spec b/fmt.spec index c69bc38..465a5da 100644 --- a/fmt.spec +++ b/fmt.spec @@ -18,7 +18,7 @@ %define sover 7 Name: fmt -Version: 7.1.1 +Version: 7.1.2 Release: 0 Summary: A formatting library for C++ License: MIT