Hello community,

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

Package is "bazel0.25"

Thu Oct 24 23:03:45 2019 rev:3 rq:742167 version:0.25.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/bazel0.25/bazel0.25.changes      2019-07-23 
22:41:41.106848969 +0200
+++ /work/SRC/openSUSE:Factory/.bazel0.25.new.2990/bazel0.25.changes    
2019-10-24 23:03:46.680145123 +0200
@@ -1,0 +2,12 @@
+Wed Oct 23 13:55:56 UTC 2019 - Michał Rostecki <mroste...@opensuse.org>
+
+- Build only on x86_64 and aarch64
+
+-------------------------------------------------------------------
+Wed Oct 23 11:34:47 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.25.spec ++++++
--- /var/tmp/diff_new_pack.mhFpfw/_old  2019-10-24 23:03:50.740149861 +0200
+++ /var/tmp/diff_new_pack.mhFpfw/_new  2019-10-24 23:03:50.744149865 +0200
@@ -51,9 +51,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,
@@ -64,6 +62,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