Accepting request 831112 from home:alois:branches:devel:libraries:c_c++
- Update to version 1.8.0 * Bumped bundled fmt version to 7.0.3. * New stopwatch utility for quick & easy logging of elapsed time. * Raised CMake requirement to 3.10 and cleanup CMakeLists.txt. * Added get_level() and should_log() functions to the spdlog:: namespace. * Fixed cfg::load_env_levels() function declaration. * Fixed broken aligned function pattern flag. OBS-URL: https://build.opensuse.org/request/show/831112 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=36
This commit is contained in:
parent
dbab2fe238
commit
a8da68c0f9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f0114a4d3c88be9e696762f37a7c379619443ce9d668546c61b21d41affe5b62
|
|
||||||
size 285615
|
|
3
spdlog-1.8.0.tar.gz
Normal file
3
spdlog-1.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1e68e9b40cf63bb022a4b18cdc1c9d88eb5d97e4fd64fa981950a9cacf57a4bf
|
||||||
|
size 292859
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 1 12:36:48 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Update to version 1.8.0
|
||||||
|
* Bumped bundled fmt version to 7.0.3.
|
||||||
|
* New stopwatch utility for quick & easy logging of elapsed
|
||||||
|
time.
|
||||||
|
* Raised CMake requirement to 3.10 and cleanup CMakeLists.txt.
|
||||||
|
* Added get_level() and should_log() functions to the
|
||||||
|
spdlog:: namespace.
|
||||||
|
* Fixed cfg::load_env_levels() function declaration.
|
||||||
|
* Fixed broken aligned function pattern flag.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 9 19:59:07 UTC 2020 - aloisio@gmx.com
|
Thu Jul 9 19:59:07 UTC 2020 - aloisio@gmx.com
|
||||||
|
|
||||||
|
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
%define _sover 1
|
%define _sover 1
|
||||||
Name: spdlog
|
Name: spdlog
|
||||||
Version: 1.7.0
|
Version: 1.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ logging library
|
Summary: C++ logging library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/gabime/spdlog
|
URL: https://github.com/gabime/spdlog
|
||||||
Source0: https://github.com/gabime/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/gabime/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: benchmark-devel >= 1.4.0
|
BuildRequires: benchmark-devel >= 1.4.0
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake >= 3.10
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
BuildRequires: gcc-c++ >= 8
|
BuildRequires: gcc-c++ >= 8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user