commit opentracing-cpp for openSUSE:Factory
Hello community, here is the log from the commit of package opentracing-cpp for openSUSE:Factory checked in at 2018-10-25 09:12:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opentracing-cpp (Old) and /work/SRC/openSUSE:Factory/.opentracing-cpp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "opentracing-cpp" Thu Oct 25 09:12:50 2018 rev:3 rq:644348 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/opentracing-cpp/opentracing-cpp.changes 2018-07-31 16:02:32.859867399 +0200 +++ /work/SRC/openSUSE:Factory/.opentracing-cpp.new/opentracing-cpp.changes 2018-10-25 09:12:52.330270773 +0200 @@ -1,0 +2,9 @@ +Wed Oct 24 14:21:53 UTC 2018 - Michał Rostecki <mrostecki@suse.de> + +- Update to 1.5.0 + * Introduce ABI versioning +- Remove devel-static package and disable static linking +- Remove cmake-lib-install-dir.patch - accepted upstream +- Move docs to libopentracing-cpp1 package + +------------------------------------------------------------------- Old: ---- cmake-lib-install-dir.patch opentracing-cpp-1.4.0.tar.gz New: ---- opentracing-cpp-1.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opentracing-cpp.spec ++++++ --- /var/tmp/diff_new_pack.n5mnHR/_old 2018-10-25 09:12:52.906270428 +0200 +++ /var/tmp/diff_new_pack.n5mnHR/_new 2018-10-25 09:12:52.906270428 +0200 @@ -12,19 +12,20 @@ # 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/ # +%define sover 1 + Name: opentracing-cpp -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: OpenTracing C++ API License: MIT Group: Development/Languages/C and C++ Url: http://opentracing.io/ Source: https://github.com/opentracing/opentracing-cpp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: cmake-lib-install-dir.patch BuildRequires: cmake BuildRequires: gcc-c++ @@ -46,20 +47,11 @@ %description devel Development files for the C++ implementation of the OpenTracing API. -%package devel-static -Summary: Static libraties for the OpenTracing C++ API -Group: Development/Languages/C and C++ -Requires: %{name}-devel = %{version} - -%description devel-static -Static libraries for the C++ implementation of the OpenTracing API. - %prep %setup -q -%patch0 -p1 %build -%cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-fPIC -DBUILD_DYNAMIC_LIBS=ON -DBUILD_STATIC_LIBS=ON -DBUILD_TESTING=OFF -DLIB_INSTALL_DIR=%{_libdir} +%cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-fPIC -DBUILD_DYNAMIC_LIBS=ON -DBUILD_TESTING=OFF -DLIB_INSTALL_DIR=%{_libdir} %make_jobs %install @@ -71,15 +63,16 @@ %files -n libopentracing-cpp1 %license LICENSE +%doc ChangeLog README.md %dir %{_libdir}/cmake/OpenTracing %{_libdir}/cmake/OpenTracing/OpenTracingConfig.cmake %{_libdir}/cmake/OpenTracing/OpenTracingConfigVersion.cmake %{_libdir}/cmake/OpenTracing/OpenTracingTargets-release.cmake %{_libdir}/cmake/OpenTracing/OpenTracingTargets.cmake -%{_libdir}/libopentracing.so.1 -%{_libdir}/libopentracing.so.1.4.0 -%{_libdir}/libopentracing_mocktracer.so.1 -%{_libdir}/libopentracing_mocktracer.so.1.4.0 +%{_libdir}/libopentracing.so.%{sover} +%{_libdir}/libopentracing.so.%{version} +%{_libdir}/libopentracing_mocktracer.so.%{sover} +%{_libdir}/libopentracing_mocktracer.so.%{version} %files devel %dir %{_includedir}/opentracing @@ -89,6 +82,7 @@ %{_includedir}/opentracing/propagation.h %{_includedir}/opentracing/span.h %{_includedir}/opentracing/string_view.h +%{_includedir}/opentracing/symbols.h %{_includedir}/opentracing/tracer.h %{_includedir}/opentracing/tracer_factory.h %{_includedir}/opentracing/util.h @@ -106,6 +100,7 @@ %{_includedir}/opentracing/mocktracer/json.h %{_includedir}/opentracing/mocktracer/json_recorder.h %{_includedir}/opentracing/mocktracer/recorder.h +%{_includedir}/opentracing/mocktracer/symbols.h %{_includedir}/opentracing/mocktracer/tracer.h %{_includedir}/opentracing/mocktracer/tracer_factory.h @@ -116,10 +111,4 @@ %{_libdir}/libopentracing.so %{_libdir}/libopentracing_mocktracer.so -%files devel-static -%{_libdir}/libopentracing.a -%{_libdir}/libopentracing_mocktracer.a - -%doc README.md COPYING - %changelog ++++++ opentracing-cpp-1.4.0.tar.gz -> opentracing-cpp-1.5.0.tar.gz ++++++ ++++ 1785 lines of diff (skipped)
participants (1)
-
root