Accepting request 999984 from home:jengelh:branches:devel:languages:go
update OBS-URL: https://build.opensuse.org/request/show/999984 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/opencensus-proto?expand=0&rev=7
This commit is contained in:
parent
4acb80658f
commit
885bc303ec
2
_service
2
_service
@ -6,7 +6,7 @@
|
|||||||
<param name="filename">opencensus-proto</param>
|
<param name="filename">opencensus-proto</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+git.%cd</param>
|
<param name="versionformat">@PARENT_TAG@+git.%cd</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="revision">5cec5ea58c3efa81fa808f2bd38ce182da9ee731</param>
|
<param name="revision">v0.3.0</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="buildtime" name="tar" />
|
<service mode="buildtime" name="tar" />
|
||||||
<service mode="buildtime" name="recompress">
|
<service mode="buildtime" name="recompress">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/census-instrumentation/opencensus-proto</param>
|
<param name="url">https://github.com/census-instrumentation/opencensus-proto</param>
|
||||||
<param name="changesrevision">5cec5ea58c3efa81fa808f2bd38ce182da9ee731</param></service></servicedata>
|
<param name="changesrevision">4aa53e15cbf1a47bc9087e6cfdca214c1eea4e89</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed61b24d59c8f76efd91985ab1f8736bdb9af4ab50b0d0c020644e2deacd183d
|
|
||||||
size 656396
|
|
BIN
opencensus-proto-0.3.0+git.20200721.obscpio
(Stored with Git LFS)
Normal file
BIN
opencensus-proto-0.3.0+git.20200721.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 28 06:17:53 UTC 2022 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to version 0.3.0+git.20200721:
|
||||||
|
* Bump version to 0.3.0
|
||||||
|
* Generate Go types using protocolbuffers/protobuf-go (#218)
|
||||||
|
* Load proto_library() rule. (#216)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 19 20:58:45 UTC 2019 - svasudevan@suse.com
|
Thu Dec 19 20:58:45 UTC 2019 - svasudevan@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
name: opencensus-proto
|
name: opencensus-proto
|
||||||
version: 0.2.1+git.20190826
|
version: 0.3.0+git.20200721
|
||||||
mtime: 1566792098
|
mtime: 1595310368
|
||||||
commit: 5cec5ea58c3efa81fa808f2bd38ce182da9ee731
|
commit: 4aa53e15cbf1a47bc9087e6cfdca214c1eea4e89
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package opencensus-proto
|
# spec file for package opencensus-proto
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,12 +26,12 @@
|
|||||||
%define src_install_dir /usr/src/%{name}
|
%define src_install_dir /usr/src/%{name}
|
||||||
|
|
||||||
Name: opencensus-proto
|
Name: opencensus-proto
|
||||||
Version: 0.2.1+git.20190826
|
Version: 0.3.0+git.20200721
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Protocol buffers for OpenCensus
|
Summary: Protocol buffers for OpenCensus
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Golang
|
Group: Development/Languages/Golang
|
||||||
Url: https://%{provider_prefix}
|
URL: https://%{provider_prefix}
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
|
Loading…
x
Reference in New Issue
Block a user