Hello community, here is the log from the commit of package spdlog for openSUSE:Factory checked in at 2018-08-18 00:04:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spdlog (Old) and /work/SRC/openSUSE:Factory/.spdlog.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spdlog" Sat Aug 18 00:04:52 2018 rev:4 rq:629562 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/spdlog/spdlog.changes 2018-08-15 10:36:40.520103614 +0200 +++ /work/SRC/openSUSE:Factory/.spdlog.new/spdlog.changes 2018-08-18 00:04:57.755229682 +0200 @@ -1,0 +2,15 @@ +Thu Aug 16 11:22:45 UTC 2018 - [email protected] + +- Update to version 1.1.0: + * Bug fixes: + + Fixed race condition in async-factory. + + Fixed bug in spdlog_ex implementation. + + Fixed race condition in the unit tests. + * Improvements: + + Some micro optimizations. + + Improve and fix CMake issues. + + Added overrun_counter() to the async thread pool queue + + Fixed some clang tidy warnings. +- Cleanup spec file from clutter + +------------------------------------------------------------------- Old: ---- v1.0.0.tar.gz New: ---- spdlog-1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spdlog.spec ++++++ --- /var/tmp/diff_new_pack.KuUBM2/_old 2018-08-18 00:04:58.155230878 +0200 +++ /var/tmp/diff_new_pack.KuUBM2/_new 2018-08-18 00:04:58.155230878 +0200 @@ -16,19 +16,15 @@ # -%define user gabime - Name: spdlog -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: C++ header only logging library License: MIT Group: Development/Languages/C and C++ -URL: https://github.com/%{user}/%{name}/ -Source0: https://github.com/%{user}/%{name}/archive/v%{version}.tar.gz - +URL: https://github.com/gabime/spdlog +Source0: https://github.com/gabime/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake -BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -39,9 +35,8 @@ %package devel Summary: Development files for %{name} Group: Development/Languages/C and C++ -Provides: %{name} = %{version}-%{release} -Provides: %{name}-static = %{version}-%{release} Requires: libstdc++-devel +Provides: %{name} = %{version} %description devel The %{name}-devel package contains C++ header files for developing @@ -54,7 +49,7 @@ %build %cmake -make %{?_smp_mflags} +%make_jobs %install %cmake_install
