Hello community, here is the log from the commit of package bssl_wrapper for openSUSE:Factory checked in at 2020-01-06 15:24:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bssl_wrapper (Old) and /work/SRC/openSUSE:Factory/.bssl_wrapper.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bssl_wrapper" Mon Jan 6 15:24:16 2020 rev:3 rq:761137 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bssl_wrapper/bssl_wrapper.changes 2019-09-25 08:47:03.562234175 +0200 +++ /work/SRC/openSUSE:Factory/.bssl_wrapper.new.6675/bssl_wrapper.changes 2020-01-06 15:24:18.588546777 +0100 @@ -1,0 +2,6 @@ +Mon Jan 6 12:48:31 UTC 2020 - MichaĆ Rostecki <[email protected]> + +- Add bazel-rules-cc-source and bazel-rules-java-source as + dependencies. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bssl_wrapper.spec ++++++ --- /var/tmp/diff_new_pack.tbRTyI/_old 2020-01-06 15:24:19.680547342 +0100 +++ /var/tmp/diff_new_pack.tbRTyI/_new 2020-01-06 15:24:19.724547365 +0100 @@ -1,7 +1,7 @@ # # spec file for package bssl_wrapper # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,6 +28,8 @@ Url: https://github.com/Maistra/%{name} Source: %{name}-%{version}.tar.xz BuildRequires: bazel +BuildRequires: bazel-rules-cc-source +BuildRequires: bazel-rules-java-source BuildRequires: gcc-c++ BuildRequires: openssl-devel ExclusiveArch: aarch64 x86_64 ppc64le @@ -66,6 +68,8 @@ --genrule_strategy=standalone \ --host_javabase=@local_jdk//:jdk \ --linkopt="-Wl,-soname,lib%{name}_lib.so.%{sover}" \ + --override_repository="rules_cc=/usr/src/bazel-rules-cc" \ + --override_repository="rules_java=/usr/src/bazel-rules-java" \ --spawn_strategy=standalone \ --strip=never \ --verbose_failures \
