commit spdlog for openSUSE:Factory
Hello community, here is the log from the commit of package spdlog for openSUSE:Factory checked in at 2019-05-28 09:43:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spdlog (Old) and /work/SRC/openSUSE:Factory/.spdlog.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "spdlog" Tue May 28 09:43:52 2019 rev:8 rq:705730 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/spdlog/spdlog.changes 2019-04-17 10:10:22.158914153 +0200 +++ /work/SRC/openSUSE:Factory/.spdlog.new.5148/spdlog.changes 2019-05-28 09:43:54.261831009 +0200 @@ -1,0 +2,5 @@ +Mon May 27 06:11:03 UTC 2019 - Dead Mozay <dead_mozay@opensuse.org> + +- Added additional building options + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spdlog.spec ++++++ --- /var/tmp/diff_new_pack.WrcylL/_old 2019-05-28 09:43:54.981830760 +0200 +++ /var/tmp/diff_new_pack.WrcylL/_new 2019-05-28 09:43:54.985830758 +0200 @@ -31,6 +31,8 @@ %else BuildRequires: gcc8-c++ %endif +BuildRequires: gcc +BuildRequires: ninja BuildRequires: pkgconfig BuildRequires: pkgconfig(fmt) @@ -57,11 +59,17 @@ %build export CXX=g++ test -x "$(type -p g++-8)" && export CXX=g++-8 -%cmake -DSPDLOG_FMT_EXTERNAL=ON -%make_jobs +%cmake -G Ninja \ + -DSPDLOG_BUILD_TESTS=ON \ + -DSPDLOG_BUILD_BENCH=OFF \ + -DSPDLOG_FMT_EXTERNAL=ON \ + -DCMAKE_BUILD_TYPE=Release \ + -DSPDLOG_BUILD_EXAMPLES=OFF \ +.. +%ninja_build %install -%cmake_install +%ninja_install -C build %check %ctest
participants (1)
-
root