Hello community,

here is the log from the commit of package bazel0.26 for openSUSE:Factory 
checked in at 2019-10-24 23:03:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bazel0.26 (Old)
 and      /work/SRC/openSUSE:Factory/.bazel0.26.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bazel0.26"

Thu Oct 24 23:03:57 2019 rev:4 rq:742168 version:0.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bazel0.26/bazel0.26.changes      2019-07-23 
22:41:27.542866162 +0200
+++ /work/SRC/openSUSE:Factory/.bazel0.26.new.2990/bazel0.26.changes    
2019-10-24 23:04:00.860161671 +0200
@@ -1,0 +2,12 @@
+Wed Oct 23 14:00:15 UTC 2019 - Michał Rostecki <mroste...@opensuse.org>
+
+- Build only on x86_64 and aarch64
+
+-------------------------------------------------------------------
+Wed Oct 23 11:44:55 UTC 2019 - Michał Rostecki <mroste...@opensuse.org>
+
+- Fix collision between grpc's gettid and glibc's gettid
+- Exclude build for %ix86 - Bazel does not support 32 bit
+  architectures.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bazel0.26.spec ++++++
--- /var/tmp/diff_new_pack.PHIPqO/_old  2019-10-24 23:04:04.620166060 +0200
+++ /var/tmp/diff_new_pack.PHIPqO/_new  2019-10-24 23:04:04.628166069 +0200
@@ -52,9 +52,7 @@
 Requires(postun): update-alternatives
 Requires:       %{openjdktouse}
 Provides:       bazel = %{version}
-%ifarch armv7l
-ExclusiveArch:  do_not_build
-%endif
+ExclusiveArch:  x86_64 aarch64
 
 %description
 Tool for the automation of building and testing of software. It supports Java,
@@ -65,6 +63,8 @@
 %setup -q -c
 # Remove executable permissions
 chmod 0644 AUTHORS CHANGELOG.md CONTRIBUTORS LICENSE
+# Fix collision between grpc's gettid and glibc's gettid
+find third_party/grpc -type f -name "*.cc" -exec sed -i -e 
's|gettid(|my_gettid(|g' {} +
 
 %build
 %ifarch aarch64 %arm




Reply via email to