Hello community,

here is the log from the commit of package spdlog for openSUSE:Factory checked 
in at 2019-04-17 10:10:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spdlog (Old)
 and      /work/SRC/openSUSE:Factory/.spdlog.new.17052 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spdlog"

Wed Apr 17 10:10:12 2019 rev:7 rq:694809 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/spdlog/spdlog.changes    2019-02-25 
17:56:40.138323219 +0100
+++ /work/SRC/openSUSE:Factory/.spdlog.new.17052/spdlog.changes 2019-04-17 
10:10:22.158914153 +0200
@@ -1,0 +2,5 @@
+Tue Apr 16 13:33:41 UTC 2019 - Luigi Baldoni <aloi...@gmx.com>
+
+- Fixed build on targets where gcc8 is available
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ spdlog.spec ++++++
--- /var/tmp/diff_new_pack.bdeRzj/_old  2019-04-17 10:10:23.498915581 +0200
+++ /var/tmp/diff_new_pack.bdeRzj/_new  2019-04-17 10:10:23.502915585 +0200
@@ -26,7 +26,11 @@
 Source0:        
https://github.com/gabime/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  benchmark-devel  >= 1.4.0
 BuildRequires:  cmake
+%if 0%{?suse_version} > 1500
 BuildRequires:  gcc-c++ >= 8
+%else
+BuildRequires:  gcc8-c++
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(fmt)
 
@@ -51,6 +55,8 @@
 sed -i -e "s,\r,," README.md LICENSE
 
 %build
+export CXX=g++
+test -x "$(type -p g++-8)" && export CXX=g++-8
 %cmake -DSPDLOG_FMT_EXTERNAL=ON
 %make_jobs
 


Reply via email to