SHA256
1
0
forked from pool/spdlog

Accepting request 831113 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/831113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spdlog?expand=0&rev=14
This commit is contained in:
2020-09-04 08:54:07 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 5 deletions

View File

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

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

View File

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

View File

@@ -18,14 +18,14 @@
%define _sover 1
Name: spdlog
Version: 1.7.0
Version: 1.8.0
Release: 0
Summary: C++ logging library
License: MIT
URL: https://github.com/gabime/spdlog
Source0: https://github.com/gabime/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: benchmark-devel >= 1.4.0
BuildRequires: cmake
BuildRequires: cmake >= 3.10
BuildRequires: gcc
%if 0%{?suse_version} > 1500
BuildRequires: gcc-c++ >= 8