From b5d0698153fa97946c0cd154708455d559effe457cb548bf57e3da0ce9be85d8 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Sat, 3 Jul 2021 05:33:39 +0000 Subject: [PATCH] Accepting request 903801 from home:alois:branches:devel:libraries:c_c++ - Update to version 8.0.1 * Fixed the version number in the inline namespace. * Added a missing presentation type check for std::string. * Fixed a linkage error when mixing code built with clang and gcc. * Fixed documentation issues. * Removed dead code in FP formatter. * Fixed various warnings and compilation issues. OBS-URL: https://build.opensuse.org/request/show/903801 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=41 --- fmt-8.0.0.tar.gz | 3 --- fmt-8.0.1.tar.gz | 3 +++ fmt.changes | 12 ++++++++++++ fmt.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 fmt-8.0.0.tar.gz create mode 100644 fmt-8.0.1.tar.gz diff --git a/fmt-8.0.0.tar.gz b/fmt-8.0.0.tar.gz deleted file mode 100644 index 202b33f..0000000 --- a/fmt-8.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bce0e9e022e586b178b150002e7c2339994e3c2bbe44027e9abb0d60f9cce83 -size 804902 diff --git a/fmt-8.0.1.tar.gz b/fmt-8.0.1.tar.gz new file mode 100644 index 0000000..733cba6 --- /dev/null +++ b/fmt-8.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06ca3130158c625848f3fb7418f235155a4d389b2abc3a6245fb01cb0eb1e01 +size 805616 diff --git a/fmt.changes b/fmt.changes index ffb3b22..4034021 100644 --- a/fmt.changes +++ b/fmt.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jul 3 05:28:37 UTC 2021 - Luigi Baldoni + +- Update to version 8.0.1 + * Fixed the version number in the inline namespace. + * Added a missing presentation type check for std::string. + * Fixed a linkage error when mixing code built with clang and + gcc. + * Fixed documentation issues. + * Removed dead code in FP formatter. + * Fixed various warnings and compilation issues. + ------------------------------------------------------------------- Mon Jun 21 14:48:42 UTC 2021 - Luigi Baldoni diff --git a/fmt.spec b/fmt.spec index 21b8d09..5b1a80b 100644 --- a/fmt.spec +++ b/fmt.spec @@ -18,7 +18,7 @@ %define sover 8 Name: fmt -Version: 8.0.0 +Version: 8.0.1 Release: 0 Summary: A formatting library for C++ License: MIT