Accepting request 629560 from home:pluskalm:branches:devel:libraries:c_c++
- 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 OBS-URL: https://build.opensuse.org/request/show/629560 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=14
This commit is contained in:
parent
da5c907b97
commit
f2abd4ec23
3
spdlog-1.1.0.tar.gz
Normal file
3
spdlog-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3dbcbfd8c07e25f5e0d662b194d3a7772ef214358c49ada23c044c4747ce8b19
|
||||
size 183937
|
@ -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
|
||||
|
||||
|
15
spdlog.spec
15
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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90d5365121bcd2c41ce94dfe6a460e89507a2dfef6133fe5fad5bb35ac4ef0a1
|
||||
size 183855
|
Loading…
x
Reference in New Issue
Block a user