Hello community,
here is the log from the commit of package prometheus-client-model for
openSUSE:Factory checked in at 2020-01-21 21:00:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prometheus-client-model (Old)
and /work/SRC/openSUSE:Factory/.prometheus-client-model.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "prometheus-client-model"
Tue Jan 21 21:00:09 2020 rev:3 rq:765241 version:20190109
Changes:
--------
---
/work/SRC/openSUSE:Factory/prometheus-client-model/prometheus-client-model.changes
2019-11-15 00:17:26.796009596 +0100
+++
/work/SRC/openSUSE:Factory/.prometheus-client-model.new.26092/prometheus-client-model.changes
2020-01-21 21:00:37.416856177 +0100
@@ -1,0 +2,6 @@
+Tue Jan 14 11:43:21 UTC 2020 - MichaĆ Rostecki <[email protected]>
+
+- Update BUILD file content for compatibility with envoy-proxy
+ 1.12.2.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ prometheus-client-model.spec ++++++
--- /var/tmp/diff_new_pack.4V5jOL/_old 2020-01-21 21:00:38.604856731 +0100
+++ /var/tmp/diff_new_pack.4V5jOL/_new 2020-01-21 21:00:38.604856731 +0100
@@ -1,7 +1,7 @@
#
# spec file for package prometheus-client-model
#
-# 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
++++++ BUILD ++++++
--- /var/tmp/diff_new_pack.4V5jOL/_old 2020-01-21 21:00:38.644856750 +0100
+++ /var/tmp/diff_new_pack.4V5jOL/_new 2020-01-21 21:00:38.648856752 +0100
@@ -1,7 +1,7 @@
-load("@envoy_api//bazel:api_build_system.bzl", "api_proto_library")
+load("@envoy_api//bazel:api_build_system.bzl", "api_cc_py_proto_library")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
-api_proto_library(
+api_cc_py_proto_library(
name = "client_model",
srcs = [
"metrics.proto",
@@ -11,7 +11,7 @@
go_proto_library(
name = "client_model_go_proto",
- importpath = "client_model",
+ importpath = "github.com/prometheus/client_model/go",
proto = ":client_model",
visibility = ["//visibility:public"],
)