Accepting request 597567 from home:jengelh:branches:devel:libraries:c_c++

- Remove excess hyping from description.

OBS-URL: https://build.opensuse.org/request/show/597567
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=7
This commit is contained in:
Adam Majer 2018-04-17 18:36:32 +00:00 committed by Git OBS Bridge
parent b6439598b7
commit 6bbf1ef695
2 changed files with 18 additions and 35 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 17 12:41:25 UTC 2018 - jengelh@inai.de
- Remove excess hyping from description.
-------------------------------------------------------------------
Mon Apr 16 08:54:14 UTC 2018 - adam.majer@suse.de

View File

@ -30,46 +30,24 @@ BuildRequires: gcc-c++
BuildRequires: pkgconfig
%description
Very fast, header only, C++ logging library.
* Very fast - performance is the primary goal.
* Headers only.
* No dependencies - just copy and use.
* Feature rich call style using the excellent library.
* ostream call style is supported too.
* Extremely fast asynchronous mode (optional) - using lockfree queues and other tricks to reach millions of calls/sec.
* Custom formatting.
* Multi/Single threaded loggers.
* Various log targets:
* Rotating log files.
* Daily log files.
* Console logging.
* Linux syslog.
* Easily extendable with custom log targets (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface).
* Severity based filtering - threshold levels can be modified in runtime as well as in compile time.
spdlog is a C++ logging library implemented in headers only. It
supports the ostream call style, has an (optional) asynchronous mode
with lockfree queues, allows for custom formatting, knows
single-/multi-threaded loggers, has various log targets, log
rotation, can be extended with custom log targets, and has
compile-time and run-time severity-based filtering.
%package devel
Summary: C++ header only logging library
Summary: Development files for spdlog, a C++ header-only logging library
Group: Development/Languages/C and C++
%description devel
Very fast, header only, C++ logging library.
* Very fast - performance is the primary goal.
* Headers only.
* No dependencies - just copy and use.
* Feature rich call style using the excellent library.
* ostream call style is supported too.
* Extremely fast asynchronous mode (optional) - using lockfree queues and other tricks to reach millions of calls/sec.
* Custom formatting.
* Multi/Single threaded loggers.
* Various log targets:
* Rotating log files.
* Daily log files.
* Console logging.
* Linux syslog.
* Easily extendable with custom log targets (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface).
* Severity based filtering - threshold levels can be modified in runtime as well as in compile time.
spdlog is a C++ logging library implemented in headers only. It
supports the ostream call style, has an (optional) asynchronous mode
with lockfree queues, allows for custom formatting, knows
single-/multi-threaded loggers, has various log targets, log
rotation, can be extended with custom log targets, and has
compile-time and run-time severity-based filtering.
%prep
%setup -q