diff --git a/spdlog-1.7.0.tar.gz b/spdlog-1.7.0.tar.gz deleted file mode 100644 index b6a69f4..0000000 --- a/spdlog-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0114a4d3c88be9e696762f37a7c379619443ce9d668546c61b21d41affe5b62 -size 285615 diff --git a/spdlog-1.8.0.tar.gz b/spdlog-1.8.0.tar.gz new file mode 100644 index 0000000..f43da4d --- /dev/null +++ b/spdlog-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e68e9b40cf63bb022a4b18cdc1c9d88eb5d97e4fd64fa981950a9cacf57a4bf +size 292859 diff --git a/spdlog.changes b/spdlog.changes index a9a18f7..86e4697 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Sep 1 12:36:48 UTC 2020 - Luigi Baldoni + +- 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 diff --git a/spdlog.spec b/spdlog.spec index c986f9c..5c76f55 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -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