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
This commit is contained in:
Luigi Baldoni 2021-07-03 05:33:39 +00:00 committed by Git OBS Bridge
parent 1adcb36c23
commit b5d0698153
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7bce0e9e022e586b178b150002e7c2339994e3c2bbe44027e9abb0d60f9cce83
size 804902

3
fmt-8.0.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b06ca3130158c625848f3fb7418f235155a4d389b2abc3a6245fb01cb0eb1e01
size 805616

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jul 3 05:28:37 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- 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 <aloisio@gmx.com>

View File

@ -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