From e84a89c3adbad2703bb5d9ef703eabfd4fdba23d082bb5c8eddfba27d6efedee Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Wed, 29 Jul 2020 17:38:45 +0000 Subject: [PATCH] Accepting request 823445 from home:alois:branches:devel:libraries:c_c++ - Update to version 7.0.2 * Worked around broken ``numeric_limits`` for 128-bit integers * Fixed compatibility with CMake 3.4 * Fixed handling of digit separators in locale-specific formatting OBS-URL: https://build.opensuse.org/request/show/823445 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=29 --- fmt-7.0.1.tar.gz | 3 --- fmt-7.0.2.tar.gz | 3 +++ fmt.changes | 9 +++++++++ fmt.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 fmt-7.0.1.tar.gz create mode 100644 fmt-7.0.2.tar.gz diff --git a/fmt-7.0.1.tar.gz b/fmt-7.0.1.tar.gz deleted file mode 100644 index b3e9f23..0000000 --- a/fmt-7.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac335a4ca6beaebec4ddb2bc35b9ae960b576f3b64a410ff2c379780f0cd4948 -size 739512 diff --git a/fmt-7.0.2.tar.gz b/fmt-7.0.2.tar.gz new file mode 100644 index 0000000..8559384 --- /dev/null +++ b/fmt-7.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7697e022f9cdc4f90b5e0a409643faa2cde0a6312f85e575c8388a1913374de5 +size 739754 diff --git a/fmt.changes b/fmt.changes index 74b0fe9..169e273 100644 --- a/fmt.changes +++ b/fmt.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jul 29 17:33:10 UTC 2020 - aloisio@gmx.com + +- Update to version 7.0.2 + * Worked around broken ``numeric_limits`` for 128-bit integers + * Fixed compatibility with CMake 3.4 + * Fixed handling of digit separators in locale-specific + formatting + ------------------------------------------------------------------- Tue Jul 7 19:18:26 UTC 2020 - aloisio@gmx.com diff --git a/fmt.spec b/fmt.spec index f8860a8..5096a6b 100644 --- a/fmt.spec +++ b/fmt.spec @@ -18,7 +18,7 @@ %define sover 7 Name: fmt -Version: 7.0.1 +Version: 7.0.2 Release: 0 Summary: A formatting library for C++ License: MIT