diff --git a/spdlog.changes b/spdlog.changes index 7f38421..8ec906a 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,68 +1,20 @@ ------------------------------------------------------------------- -Mon Oct 24 21:39:39 UTC 2022 - Bernd Ritter +Mon Oct 24 22:04:21 UTC 2022 - Jan Engelhardt -- another sover approach - -------------------------------------------------------------------- -Mon Oct 24 21:13:33 UTC 2022 - Bernd Ritter - -- another package - -------------------------------------------------------------------- -Mon Oct 24 21:07:43 UTC 2022 - Bernd Ritter - -- version instead of sover - -------------------------------------------------------------------- -Mon Oct 24 20:55:56 UTC 2022 - Bernd Ritter - -- tests with sover - -------------------------------------------------------------------- -Thu Oct 20 21:02:17 UTC 2022 - Bernd Ritter - -- reverted changes to sover... - -------------------------------------------------------------------- -Thu Oct 20 20:57:30 UTC 2022 - Bernd Ritter - -- trying around with sover and version and stuff - -------------------------------------------------------------------- -Thu Oct 20 20:49:13 UTC 2022 - Bernd Ritter - -- libname changed due to different sover - -------------------------------------------------------------------- -Thu Oct 20 20:40:31 UTC 2022 - Bernd Ritter - -- Trying a different sover - -------------------------------------------------------------------- -Thu Oct 20 20:29:54 UTC 2022 - Bernd Ritter - -- Changing sover - -------------------------------------------------------------------- -Thu Oct 20 20:09:03 UTC 2022 - Bernd Ritter - -- Patch file added locally +- Adjust baselibs.conf for #1199306 patch. +- Update descriptions. ------------------------------------------------------------------- Thu Oct 20 20:00:13 UTC 2022 - Bernd Ritter -- Patch for boo#1199306 in upstream spdlog until new release is available. - -------------------------------------------------------------------- -Thu Oct 20 19:11:47 UTC 2022 - Bernd Ritter - -- Release is managed by OSB +- Add e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch + [boo#1199306]; changes SONAME to be more distinct ------------------------------------------------------------------- Wed Oct 19 21:16:08 UTC 2022 - Bernd Ritter -- Change on build spec - * Limiting build choices on catch2-dependency to catch2 2.13.4 and lower than (new) 3 +- Limit build choices on catch2-dependency to catch2 2.13.4 and + lower than (new) 3 ------------------------------------------------------------------- Mon Apr 18 19:47:37 UTC 2022 - Bernd Ritter diff --git a/spdlog.spec b/spdlog.spec index 48ca363..0ef6edc 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -41,8 +41,12 @@ BuildRequires: pkgconfig(fmt) >= 8.0.0 BuildRequires: pkgconfig(libsystemd) %description -This is a packaged version of the gabime/spdlog header-only C++ -logging library available at Github. +A header-only/compiled, C++ logging library. + +* Asynchronous mode (optional) +* Multi/Single threaded loggers. +* Various log targets (rotating/daily files, console, with colors, + syslog, custom target) %package devel Summary: Header files for spdlog @@ -58,12 +62,16 @@ applications that use %{name}. Summary: C++ logging library %description -n %{lname} -This is a packaged version of the gabime/spdlog C++ logging library -available at Github. +A header-only/compiled, C++ logging library. + +* Asynchronous mode (optional) +* Multi/Single threaded loggers. +* Various log targets (rotating/daily files, console, with colors, + syslog, custom target) %prep %autosetup -p1 -find . -name '.gitignore' -exec rm {} \; +find . -name .gitignore -delete sed -i -e "s,\r,," README.md LICENSE %build @@ -83,7 +91,7 @@ test -x "$(type -p g++-8)" && export CXX=g++-8 %ninja_install -C build %check -export LD_LIBRARY_PATH="%{_builddir}/%{lname}-%{version}/build" +export LD_LIBRARY_PATH="$PWD/build" %ctest %post -n %{lname} -p /sbin/ldconfig