From 6bbf1ef6950dd19bc338d8b35d665899f0b6c59b2f407d7bb3a5588c5352e6b1 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Tue, 17 Apr 2018 18:36:32 +0000 Subject: [PATCH] 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 --- spdlog.changes | 5 +++++ spdlog.spec | 48 +++++++++++++----------------------------------- 2 files changed, 18 insertions(+), 35 deletions(-) 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