Hello community,

here is the log from the commit of package benchmark for openSUSE:Factory 
checked in at 2018-06-27 10:21:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/benchmark (Old)
 and      /work/SRC/openSUSE:Factory/.benchmark.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "benchmark"

Wed Jun 27 10:21:17 2018 rev:9 rq:618947 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/benchmark/benchmark.changes      2018-05-29 
16:52:29.919324382 +0200
+++ /work/SRC/openSUSE:Factory/.benchmark.new/benchmark.changes 2018-06-27 
10:21:24.564064081 +0200
@@ -1,0 +2,6 @@
+Mon Jun 25 11:56:55 UTC 2018 - mplus...@suse.com
+
+- Enable lto
+- Update dependencies
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ benchmark.spec ++++++
--- /var/tmp/diff_new_pack.bJuOT4/_old  2018-06-27 10:21:25.240039426 +0200
+++ /var/tmp/diff_new_pack.bJuOT4/_new  2018-06-27 10:21:25.244039280 +0200
@@ -31,6 +31,7 @@
 BuildRequires:  git-core
 BuildRequires:  gmock
 BuildRequires:  gtest
+BuildRequires:  pkgconfig
 
 %description
 A library to support the benchmarking of functions, similar to unit-tests.
@@ -58,14 +59,14 @@
 sed -i 's|lib_install_dir "lib/"|lib_install_dir "lib64/"|g' src/CMakeLists.txt
 %endif
 %cmake \
-  -DBENCHMARK_ENABLE_LTO=off \
+  -DBENCHMARK_ENABLE_LTO=on \
   -DBENCHMARK_ENABLE_TESTING=true
 %make_jobs
 
 %install
 %cmake_install
 # dont ship debug stuff
-rm -rf %{_libexecdir}/debug
+rm -rf %{buildroot}%{_libexecdir}/debug
 
 %check
 # path needs to be exported otherwise unit tests will fail


Reply via email to