From ea8dae11744d9dc713b2e68daf8160a72c37ac27ef32c0e164748cda991960f5 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Fri, 7 Aug 2020 20:08:00 +0000 Subject: [PATCH] Accepting request 824909 from home:alois:branches:devel:libraries:c_c++ - Update to version 7.0.3 * Worked around broken ``numeric_limits`` for 128-bit integers * Added error reporting on missing named arguments * Stopped using 128-bit integers with clang-cl * Fixed issues in locale-specific integer formatting OBS-URL: https://build.opensuse.org/request/show/824909 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=31 --- fmt-7.0.2.tar.gz | 3 --- fmt-7.0.3.tar.gz | 3 +++ fmt.changes | 9 +++++++++ fmt.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 fmt-7.0.2.tar.gz create mode 100644 fmt-7.0.3.tar.gz diff --git a/fmt-7.0.2.tar.gz b/fmt-7.0.2.tar.gz deleted file mode 100644 index 8559384..0000000 --- a/fmt-7.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7697e022f9cdc4f90b5e0a409643faa2cde0a6312f85e575c8388a1913374de5 -size 739754 diff --git a/fmt-7.0.3.tar.gz b/fmt-7.0.3.tar.gz new file mode 100644 index 0000000..587fc9f --- /dev/null +++ b/fmt-7.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b51bc16288e2281cddc59c28f0b4f84fed58d016fb038273a09f05f8473297 +size 740047 diff --git a/fmt.changes b/fmt.changes index 169e273..e93b741 100644 --- a/fmt.changes +++ b/fmt.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Aug 7 19:56:36 UTC 2020 - aloisio@gmx.com + +- Update to version 7.0.3 + * Worked around broken ``numeric_limits`` for 128-bit integers + * Added error reporting on missing named arguments + * Stopped using 128-bit integers with clang-cl + * Fixed issues in locale-specific integer formatting + ------------------------------------------------------------------- Wed Jul 29 17:33:10 UTC 2020 - aloisio@gmx.com diff --git a/fmt.spec b/fmt.spec index 5096a6b..eb654c2 100644 --- a/fmt.spec +++ b/fmt.spec @@ -18,7 +18,7 @@ %define sover 7 Name: fmt -Version: 7.0.2 +Version: 7.0.3 Release: 0 Summary: A formatting library for C++ License: MIT