Hello community,

here is the log from the commit of package opencensus-cpp for openSUSE:Factory 
checked in at 2019-12-02 11:34:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opencensus-cpp (Old)
 and      /work/SRC/openSUSE:Factory/.opencensus-cpp.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opencensus-cpp"

Mon Dec  2 11:34:49 2019 rev:2 rq:752763 version:0.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/opencensus-cpp/opencensus-cpp.changes    
2019-11-26 16:53:17.280229266 +0100
+++ /work/SRC/openSUSE:Factory/.opencensus-cpp.new.4691/opencensus-cpp.changes  
2019-12-02 11:38:20.946460780 +0100
@@ -1,0 +2,5 @@
+Fri Nov 29 09:28:48 UTC 2019 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- Sort find output to make build reproducible (boo#1041090)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ opencensus-cpp.spec ++++++
--- /var/tmp/diff_new_pack.8x5hKO/_old  2019-12-02 11:38:21.530460903 +0100
+++ /var/tmp/diff_new_pack.8x5hKO/_new  2019-12-02 11:38:21.538460904 +0100
@@ -178,7 +178,7 @@
 bazel shutdown
 
 %install
-for lib in $(find bazel-bin/opencensus -name "*.so"); do
+for lib in $(find bazel-bin/opencensus -name "*.so" | sort); do
     lib_basename=$(basename ${lib} | sed -e "s|^lib|libopencensus-cpp-|")
     install -D -m0755 ${lib} %{buildroot}%{_libdir}/${lib_basename}.%{sover}
     patchelf --set-soname ${lib_basename}.%{sover} 
%{buildroot}%{_libdir}/${lib_basename}.%{sover}


Reply via email to