Hello community, here is the log from the commit of package gperftools for openSUSE:Factory checked in at 2018-06-22 13:12:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gperftools (Old) and /work/SRC/openSUSE:Factory/.gperftools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gperftools" Fri Jun 22 13:12:16 2018 rev:22 rq:617022 version:2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/gperftools/gperftools.changes 2018-03-29 11:50:51.576655658 +0200 +++ /work/SRC/openSUSE:Factory/.gperftools.new/gperftools.changes 2018-06-22 13:12:19.185853759 +0200 @@ -1,0 +2,6 @@ +Tue May 8 14:54:18 UTC 2018 - [email protected] + +- Add devel-static package, which is needed for building Envoy + (https://www.envoyproxy.io/) and Cilium with Envoy integration + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gperftools.spec ++++++ --- /var/tmp/diff_new_pack.i2MVXh/_old 2018-06-22 13:12:20.397808815 +0200 +++ /var/tmp/diff_new_pack.i2MVXh/_new 2018-06-22 13:12:20.401808667 +0200 @@ -78,6 +78,15 @@ The gperftools-devel package contains static and debug libraries and header files for developing applications that use the gperftools package. +%package devel-static +Summary: Static libraries for performance tools for C++ +Group: Development/Libraries/C and C++ +Requires: %{name}-devel = %{version} + +%description devel-static +The gperftools-devel-static package contains static libraries for developing +applications that use the gperftools package. + %prep %setup -q %patch1 -p1 @@ -95,7 +104,6 @@ export CXXFLAGS="%{optflags} -fno-strict-aliasing $VALGRIND_FL" export CFLAGS="%{optflags} -fno-strict-aliasing $VALGRIND_FL" %configure \ - --disable-static \ --with-gnu-ld \ --with-pic \ --docdir=%{_defaultdocdir}/%{name} @@ -143,4 +151,13 @@ %{_libdir}/libtcmalloc_and_profiler.so %{_libdir}/pkgconfig/*.pc +%files devel-static +%defattr(-,root,root) +%{_libdir}/libprofiler.a +%{_libdir}/libtcmalloc.a +%{_libdir}/libtcmalloc_debug.a +%{_libdir}/libtcmalloc_minimal.a +%{_libdir}/libtcmalloc_minimal_debug.a +%{_libdir}/libtcmalloc_and_profiler.a + %changelog
