Hello community,

here is the log from the commit of package zipkin-cpp-opentracing for 
openSUSE:Factory checked in at 2019-09-13 15:00:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zipkin-cpp-opentracing (Old)
 and      /work/SRC/openSUSE:Factory/.zipkin-cpp-opentracing.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zipkin-cpp-opentracing"

Fri Sep 13 15:00:21 2019 rev:2 rq:730319 version:0.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/zipkin-cpp-opentracing/zipkin-cpp-opentracing.changes
    2018-06-29 22:34:49.954083458 +0200
+++ 
/work/SRC/openSUSE:Factory/.zipkin-cpp-opentracing.new.7948/zipkin-cpp-opentracing.changes
  2019-09-13 15:00:26.717282643 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 20:19:05 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Use -ffat-lto-objects when building static libraries.
+- Remove unneeded cmake parameters. These are already defined by %cmake.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ zipkin-cpp-opentracing.spec ++++++
--- /var/tmp/diff_new_pack.GU0nPy/_old  2019-09-13 15:00:27.641282682 +0200
+++ /var/tmp/diff_new_pack.GU0nPy/_new  2019-09-13 15:00:27.653282683 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zipkin-cpp-opentracing
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -27,8 +27,8 @@
 Patch0:         cmake-lib-install-dir.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  opentracing-cpp-devel
+BuildRequires:  pkgconfig(libcurl)
 
 %description
 OpenTracing Tracet implementation for Zipkin in a form of library in C++
@@ -61,7 +61,8 @@
 %patch0 -p1
 
 %build
-%cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON 
-DBUILD_STATIC_LIBS=ON -DBUILD_TESTING=OFF -DLIB_INSTALL_DIR=%{_libdir}
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
+%cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC_LIBS=ON -DBUILD_TESTING=OFF
 
 %install
 %cmake_install


Reply via email to