commit bazel0.19 for openSUSE:Factory

2019-10-18 Thread root
Hello community,

here is the log from the commit of package bazel0.19 for openSUSE:Factory 
checked in at 2019-10-18 14:36:35

Comparing /work/SRC/openSUSE:Factory/bazel0.19 (Old)
 and  /work/SRC/openSUSE:Factory/.bazel0.19.new.2352 (New)


Package is "bazel0.19"

Fri Oct 18 14:36:35 2019 rev:3 rq:739346 version:0.19.2

Changes:

--- /work/SRC/openSUSE:Factory/bazel0.19/bazel0.19.changes  2019-09-13 
15:04:17.025269933 +0200
+++ /work/SRC/openSUSE:Factory/.bazel0.19.new.2352/bazel0.19.changes
2019-10-18 14:36:36.159744169 +0200
@@ -1,0 +2,5 @@
+Thu Oct 17 10:23:25 UTC 2019 - Guillaume GARDET 
+
+- Fix collision between grpc's gettid and glibc's gettid
+
+---



Other differences:
--
++ bazel0.19.spec ++
--- /var/tmp/diff_new_pack.rZMGLg/_old  2019-10-18 14:36:37.635740325 +0200
+++ /var/tmp/diff_new_pack.rZMGLg/_new  2019-10-18 14:36:37.639740315 +0200
@@ -51,6 +51,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 "*.c" -exec sed -i -e 
's|gettid(|my_gettid(|g' {} +
 
 %build
 %ifarch %arm aarch64






commit bazel0.19 for openSUSE:Factory

2019-09-13 Thread root
Hello community,

here is the log from the commit of package bazel0.19 for openSUSE:Factory 
checked in at 2019-09-13 15:02:46

Comparing /work/SRC/openSUSE:Factory/bazel0.19 (Old)
 and  /work/SRC/openSUSE:Factory/.bazel0.19.new.7948 (New)


Package is "bazel0.19"

Fri Sep 13 15:02:46 2019 rev:2 rq:730534 version:0.19.2

Changes:

--- /work/SRC/openSUSE:Factory/bazel0.19/bazel0.19.changes  2019-06-19 
21:08:58.734543049 +0200
+++ /work/SRC/openSUSE:Factory/.bazel0.19.new.7948/bazel0.19.changes
2019-09-13 15:04:17.025269933 +0200
@@ -1,0 +2,5 @@
+Fri Sep 13 07:31:09 UTC 2019 - Christian Goll 
+
+- removed i586 buils as they are failing 
+
+---



Other differences:
--
++ bazel0.19.spec ++
--- /var/tmp/diff_new_pack.QR0xKe/_old  2019-09-13 15:04:18.693269578 +0200
+++ /var/tmp/diff_new_pack.QR0xKe/_new  2019-09-13 15:04:18.697269577 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package bazel19
+# spec file for package bazel0.19
 #
 # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -38,10 +38,9 @@
 Provides:   bazel = %{version}
 Conflicts:  bazel > %{version}
 
+ExcludeArch:armv7l i586
+
 %define bashcompdir %(pkg-config --variable=completionsdir bash-completion 
2>/dev/null)
-%ifarch armv7l
-ExclusiveArch:  do_not_build
-%endif
 
 %description
 Tool for the automation of building and testing of software. It supports Java,