diff --git a/spdlog.changes b/spdlog.changes index 3d04526..4a4d657 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -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 diff --git a/spdlog.spec b/spdlog.spec index 5e4db9f..668e464 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -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