Hello community,

here is the log from the commit of package spdlog for openSUSE:Factory checked 
in at 2020-01-18 12:16:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spdlog (Old)
 and      /work/SRC/openSUSE:Factory/.spdlog.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spdlog"

Sat Jan 18 12:16:51 2020 rev:11 rq:764129 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/spdlog/spdlog.changes    2019-12-11 
12:01:05.940841966 +0100
+++ /work/SRC/openSUSE:Factory/.spdlog.new.26092/spdlog.changes 2020-01-18 
12:17:52.531130684 +0100
@@ -1,0 +2,76 @@
+Mon Jan 13 19:58:43 UTC 2020 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 1.5.0
+  New features:
+  * Added ringbuffer sink. Thanks @eudoxos (#1307).
+  * Auto create the required logging directories if they not
+    exist (9b7812a).
+  * Update bundled fmt to version 6.1.2.
+  * Addded the ! modifier to truncate the result if the field
+    size exceeds the specified width (see wiki for details)
+  Fixes and improvements:
+  * Fix build failure on clang 7 with libc++. Thanks @jktjkt
+    (a03f9eb).
+  * Fix some spelling errors. Thanks @flopp .
+  * Fix - compilation when using external fmt library. Thanks
+    @dvhwgumby for reporting (#1273).
+  * Fix location of CMake config info. Thanks @dvhwgumby for
+    reporting (#1274)
+  * Fix missing include (9a68bd8).
+  * CMake code duplication improvement. Thanks @bencsikandrei
+    (#1283)
+  * CMake improvments in tests . Thanks @Andrei-Florin BENCSIK
+    (2cc620e)
+  * Remove unused variable. Thanks @masmullin2000 (#1285)
+  * Fix tests to Use _FILE_OFFSET_BITS=64 when building on Linux
+    32-bit systems. Thanks @yipdw (#1288).
+  * Improve systemd journald support. Thanks @jktjkt (#1292).
+  * Improve log macros. Thanks @pck (#1294).
+  * Removed lazy argument evaluation from macros (#163).
+  * Some micro optimizations (79468cf, 3ee4f28, bf40855).
+  * Correctly guard SetHandleInformation API call to better
+    support compiling for UWP. Thanks @sylveon (#1296).
+  * Exclude from compilation prevent_child_fd() if
+    SPDLOG_PREVENT_CHILD_FD not defined (57085c8)
+  * CMake - Added tweakme options to CMakeLists.txt (18edb8b).
+  * Removed SPDLOG_NO_DATETIME option.
+  * Fix meson tests build . Thanks vedranmiletic fore reporting
+    (#1295, c081919, 4a4f13b, 436ce16).
+  * Use #include" <spdlog/.*> instead of spdlog/.* across the
+    codebase. Thanks @RedDwarf69 (#1304).
+  * Fix struct tm doesn't have tm_gmtoff in ISO C. Thanks
+    @lancesun (ff3e6c7, #1306)
+  * Always cache gmt offset (de2c07a).
+  * Optimize backtracer operator= (255f7f2).
+  * Fix some clang-tidy warnings (93008b2, bff8572, 3999613).
+  * Fix compiler error in os-inl.h min/max on Windows (#1302).
+  * Remove redundant semicolon. Thanks @inhzus (#1311).
+  * Fix compiler warnings. Thanks @0x8000-0000 (#1331).
+  * Fix missing include header in
+    `spdlog/sinks/daily_file_sink.h. Thanks @afoolsbag for
+    reporting (#1332).
+  * Fix elapsed time larger than 6 digits ignores alignment
+    width. Thanks @ivan236634452 for reporting (#1327).
+  * Set version for shared library in meson build. Thanks
+    @lgbaldoni (#1337).
+  * Improved dist_sink ctor. Thanks @mmakhalaf for reporting
+    (#1298).
+  * Fix #1325. Added SPDLOG_FMT_EXTERNAL_HO option. Thanks
+    @steffenb7333 for reporting.
+  * Fix #1340 (missing include). Thanks @jeanga for reporting.
+  * Fix compile on Win10 with Cygwin. Thanks @frfrankkopp and
+    @tt4g (#1347).
+  * Fixed #1348. Thanks @ficzerepeti for reporting.
+  * CMakeLists.txt allow overriding the cpp standard to higher
+    than 11
+  * Fix a small problem in the basic example. Thanks @mike239x
+    (#1367).
+  * Fix invalid meson option. Thanks @segfault-magnet (#1370).
+  * meson: add fallback to fmt dependency #1378. Thanks @idanko
+  * Update docs: spdlog now available in conan center,
+    bincrafters repo is deprecated #1387. Thanks @gocarlos .
+
+- Dropped spdlog-fmt_610.patch (merged upstream) and
+  spdlog-external_fmt.patch (no longer necessary)
+
+-------------------------------------------------------------------

Old:
----
  spdlog-1.4.2.tar.gz
  spdlog-fmt_610.patch

New:
----
  spdlog-1.5.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ spdlog.spec ++++++
--- /var/tmp/diff_new_pack.vGPx7e/_old  2020-01-18 12:17:53.651131284 +0100
+++ /var/tmp/diff_new_pack.vGPx7e/_new  2020-01-18 12:17:53.655131287 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spdlog
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,12 @@
 
 %define _sover  1
 Name:           spdlog
-Version:        1.4.2
+Version:        1.5.0
 Release:        0
 Summary:        C++ logging library
 License:        MIT
-Group:          Development/Languages/C and C++
 URL:            https://github.com/gabime/spdlog
 Source0:        
https://github.com/gabime/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM spdlog-fmt_610.patch
-Patch0:         spdlog-fmt_610.patch
 BuildRequires:  benchmark-devel >= 1.4.0
 BuildRequires:  cmake
 BuildRequires:  gcc
@@ -46,7 +43,6 @@
 
 %package devel
 Summary:        Development files for %{name}
-Group:          Development/Languages/C and C++
 Requires:       lib%{name}%{_sover} = %{version}
 Requires:       libstdc++-devel
 Requires:       pkgconfig(fmt)
@@ -57,7 +53,6 @@
 
 %package     -n lib%{name}%{_sover}
 Summary:        C++ logging library
-Group:          System/Libraries
 
 %description -n lib%{name}%{_sover}
 This is a packaged version of the gabime/spdlog C++ logging library
@@ -97,8 +92,7 @@
 %doc README.md
 %{_includedir}/%{name}
 %{_libdir}/lib%{name}.so
-%dir %{_libdir}/%{name}
-%{_libdir}/%{name}/cmake
+%{_libdir}/cmake/%{name}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %files -n lib%{name}%{_sover}

++++++ spdlog-1.4.2.tar.gz -> spdlog-1.5.0.tar.gz ++++++
++++ 9806 lines of diff (skipped)


Reply via email to