Hello community, here is the log from the commit of package bazel for openSUSE:Factory checked in at 2019-06-19 21:05:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bazel (Old) and /work/SRC/openSUSE:Factory/.bazel.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bazel" Wed Jun 19 21:05:32 2019 rev:7 rq:708252 version:0.26 Changes: -------- --- /work/SRC/openSUSE:Factory/bazel/bazel.changes 2019-04-11 12:18:16.448964916 +0200 +++ /work/SRC/openSUSE:Factory/.bazel.new.4811/bazel.changes 2019-06-19 21:06:41.518417027 +0200 @@ -1,0 +2,35 @@ +Thu Jun 6 14:31:10 UTC 2019 - MichaĆ Rostecki <[email protected]> + +- Convert to a multiversion package. The real bazel binary is now + shipped in packages like bazel0.26, bazel0.25 etc. + +------------------------------------------------------------------- +Tue May 7 09:12:59 UTC 2019 - Michal Rostecki <[email protected]> + +- Update to version 0.25.0: + * genrules now supports a $(RULEDIR) variable that resolves to + the directory where the outputs of the rule are put. + * Added --incompatible_windows_native_test_wrapper flag: enables + using the Bash-less test wrapper on Windows. (No-op on other + platforms.) + * incompatible_use_jdk11_as_host_javabase: makes JDK 11 the + default --host_javabase for remote jdk + * Makes genquery somepath output deterministic. + * Tristate attributes of native rules now reject True/False (use + 1/0) + * Rollback of "Tristate attributes of native rules now reject + True/False (use 1/0)" + * Tristate attributes of native rules now reject True/False (use + 1/0) + * Added -incompatible_do_not_split_linking_cmdline flag. + * A new flag --incompatible_string_join_requires_strings is + introduced. The sequence argument of string.join must contain + only string elements. + * Don't drop the analysis cache when the same --define flag is set + multiple times and the last value is the same (e.g. if the + current invocation was run with "--define foo=bar" and the + previous one was run with "--define foo=baz --define foo=bar"). + * Bazel is now ~20MiB smaller, from unbundling the Android rules' + runtime dependencies. + +------------------------------------------------------------------- Old: ---- bazel-0.24.1-dist.zip bazel-0.24.1-dist.zip.sig New: ---- README ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bazel.spec ++++++ --- /var/tmp/diff_new_pack.sksxXV/_old 2019-06-19 21:06:44.414419652 +0200 +++ /var/tmp/diff_new_pack.sksxXV/_new 2019-06-19 21:06:44.414419652 +0200 @@ -18,23 +18,15 @@ %define bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null) Name: bazel -Version: 0.24.1 +Version: 0.26 Release: 0 Summary: Tool for the automation of building and testing of software License: Apache-2.0 Group: Development/Tools/Building URL: http://bazel.io/ -Source0: https://github.com/bazelbuild/bazel/releases/download/%{version}/%{name}-%{version}-dist.zip -Source1: https://github.com/bazelbuild/bazel/releases/download/%{version}/%{name}-%{version}-dist.zip.sig -BuildRequires: gcc-c++ -BuildRequires: java-1_8_0-openjdk-devel -BuildRequires: pkgconfig -BuildRequires: python -BuildRequires: unzip -BuildRequires: zip -BuildRequires: pkgconfig(bash-completion) -BuildRequires: pkgconfig(zlib) -Requires: java-1_8_0-openjdk-devel +Source: README +Provides: bazel = %{version} +Requires: bazel%{version} %ifarch armv7l ExclusiveArch: do_not_build %endif @@ -45,32 +37,13 @@ as mobile operating systems. %prep -%setup -q -c -# Remove executable permissions -chmod 0644 AUTHORS CHANGELOG.md CONTRIBUTORS LICENSE +cp %{SOURCE0} . %build -%ifarch aarch64 %arm -export BAZEL_JAVAC_OPTS="-J-Xmx2g -J-Xms200m" -%endif -CC=gcc -CXX=g++ -EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" ./compile.sh -./output/bazel shutdown %install -export NO_BRP_STRIP_DEBUG=true -export NO_DEBUGINFO_STRIP_DEBUG=true -%define __debug_install_post %{nil} -: >debugfiles.list -: >debugsources.list -: >debugsourcefiles.list - -install -Dm0755 output/bazel %{buildroot}%{_bindir}/bazel %files -%doc AUTHORS CHANGELOG.md CONTRIBUTORS -%license LICENSE -%{_bindir}/bazel +%doc README %changelog ++++++ README ++++++ This is just a dummy package to pull the default bazel for the current distribution.
