Hello community, here is the log from the commit of package opencensus-cpp for openSUSE:Factory checked in at 2020-01-08 17:55:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opencensus-cpp (Old) and /work/SRC/openSUSE:Factory/.opencensus-cpp.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opencensus-cpp" Wed Jan 8 17:55:09 2020 rev:3 rq:761161 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/opencensus-cpp/opencensus-cpp.changes 2019-12-02 11:38:20.946460780 +0100 +++ /work/SRC/openSUSE:Factory/.opencensus-cpp.new.6675/opencensus-cpp.changes 2020-01-08 17:55:24.269667795 +0100 @@ -1,0 +2,5 @@ +Mon Jan 6 13:14:27 UTC 2020 - MichaĆ Rostecki <[email protected]> + +- Add bazel-rules-swift-souce as dependency. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opencensus-cpp.spec ++++++ --- /var/tmp/diff_new_pack.6esoHI/_old 2020-01-08 17:55:25.109668237 +0100 +++ /var/tmp/diff_new_pack.6esoHI/_new 2020-01-08 17:55:25.109668237 +0100 @@ -1,7 +1,7 @@ # # spec file for package opencensus-cpp # -# 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -36,6 +36,7 @@ BuildRequires: bazel-rules-go-source BuildRequires: bazel-rules-java-source BuildRequires: bazel-rules-proto-source +BuildRequires: bazel-rules-swift-source BuildRequires: bazel-skylib-source BuildRequires: bazel-workspaces BuildRequires: bazel0.29 @@ -44,10 +45,9 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: git -BuildRequires: golang(API) >= 1.10.4 +BuildRequires: gmock BuildRequires: googleapis-source BuildRequires: grpc-source -BuildRequires: gmock BuildRequires: gtest BuildRequires: libcurl-devel BuildRequires: nanopb-source @@ -57,6 +57,7 @@ BuildRequires: rapidjson-devel BuildRequires: upb-source BuildRequires: zlib-devel +BuildRequires: golang(API) >= 1.10.4 BuildRequires: pkgconfig(openssl) ExcludeArch: %ix86 @@ -126,9 +127,9 @@ find examples/ -type f -name BUILD -exec rm -f {} + %build -cat /usr/src/grpc/WORKSPACE TARGETS=$(bazel query \ --override_repository="bazel_skylib=/usr/src/bazel-skylib" \ + --override_repository="build_bazel_rules_swift=/usr/src/bazel-rules-swift" \ --override_repository="com_github_cares_cares=%{_datadir}/bazel-workspaces/c-ares" \ --override_repository="com_github_curl=%{_datadir}/bazel-workspaces/curl" \ --override_repository="com_github_google_benchmark=%{_datadir}/bazel-workspaces/benchmark" \ @@ -155,6 +156,7 @@ --host_javabase=@local_jdk//:jdk \ --incompatible_use_jdk11_as_host_javabase \ --override_repository="bazel_skylib=/usr/src/bazel-skylib" \ + --override_repository="build_bazel_rules_swift=/usr/src/bazel-rules-swift" \ --override_repository="com_github_cares_cares=%{_datadir}/bazel-workspaces/c-ares" \ --override_repository="com_github_curl=%{_datadir}/bazel-workspaces/curl" \ --override_repository="com_github_google_benchmark=%{_datadir}/bazel-workspaces/benchmark" \
