diff --git a/spdlog-1.1.0.tar.gz b/spdlog-1.1.0.tar.gz new file mode 100644 index 0000000..8345a62 --- /dev/null +++ b/spdlog-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbcbfd8c07e25f5e0d662b194d3a7772ef214358c49ada23c044c4747ce8b19 +size 183937 diff --git a/spdlog.changes b/spdlog.changes index 4ab842b..707c75c 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Aug 16 11:22:45 UTC 2018 - mpluskal@suse.com + +- 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 + ------------------------------------------------------------------- Mon Aug 13 08:32:18 UTC 2018 - windowskaput@gmail.com diff --git a/spdlog.spec b/spdlog.spec index 79ed4d4..6153114 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -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 @@ logging library available at Github. %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 @@ sed -i -e "s,\r,," README.md %build %cmake -make %{?_smp_mflags} +%make_jobs %install %cmake_install diff --git a/v1.0.0.tar.gz b/v1.0.0.tar.gz deleted file mode 100644 index 8e03daf..0000000 --- a/v1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90d5365121bcd2c41ce94dfe6a460e89507a2dfef6133fe5fad5bb35ac4ef0a1 -size 183855