Hello community,

here is the log from the commit of package protoc-gen-go for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:43:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/protoc-gen-go (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.protoc-gen-go.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "protoc-gen-go"

Wed Feb 19 18:43:47 2020 rev:1 rq:775383 version:1.2.0

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.protoc-gen-go.new.26092/protoc-gen-go.changes 
2020-02-19 18:43:51.274492674 +0100
@@ -0,0 +1,29 @@
+-------------------------------------------------------------------
+Tue Jan 08 11:00:22 UTC 2019 - MichaƂ Rostecki <[email protected]>
+
+- Make use of tar_scm service.
+- Update to version 1.2.0:
+  * proto: fix handling of required fields after multiple
+    violations (#679)
+  * Update issue templates
+  * README.md: remove usage of group in example (#673)
+  * jsonpb: avoid unexported fields in hand-crafted message (#671)
+  * proto: make invalid UTF-8 errors non-fatal (#660)
+  * jsonpb: strictly document JSONPBMarshaler and JSONPBUnmarshaler
+    behavior (#662)
+  * proto: revert strict erroring of deterministic and custom
+    marshalers (#658)
+  * protoc-gen-go: refactor generator by splitting up
+    generateMessage (#657)
+  * proto: fix and cleanup test for deterministic marshal with
+    custom marshalers (#656)
+  * jsonpb: avoid copying string-valued map-keys (#654)
+- Add protoc-gen-go-source package - some Go programs using gRPC
+  and protobuf need protobuf definitions which are included inside
+  the source code.
+- Patch protoc-gen-go source to add Bazel support.
+
+-------------------------------------------------------------------
+Mon Jul  9 14:26:12 UTC 2018 - [email protected]
+
+- Initial release

New:
----
  _service
  _servicedata
  protoc-gen-go-1.2.0.tar.xz
  protoc-gen-go.changes
  protoc-gen-go.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ protoc-gen-go.spec ++++++
#
# spec file for package protoc-gen-go
#
# Copyright (c) 2018 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


%global provider        github
%global provider_tld    com
%global project         golang
%global repo            protobuf
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path     %{provider_prefix}

%define src_install_dir /usr/src/%{name}

Name:           protoc-gen-go
Version:        1.2.0
Release:        0
Summary:        Go support for Google's protocol buffers
License:        BSD-3-Clause
Group:          Development/Languages/Golang
Url:            https://%{provider_prefix}
Source:         %{name}-%{version}.tar.xz
BuildRequires:  bazel-rules-go-source
BuildRequires:  golang-packaging
%{go_provides}

%description
protoc-gen-go implements Go bindings for protocol buffers. For information
about protocol buffers themselves, see
https://developers.google.com/protocol-buffers/

%package source
Summary:        Source code of protoc-gen-go
Group:          Development/Sources
BuildArch:      noarch

%description source
protoc-gen-go implements Go bindings for protocol buffers. For information
about protocol buffers themselves, see
https://developers.google.com/protocol-buffers/

This package contains source code for protoc-gen-go.

%prep
%setup -q

%build
%goprep %{provider_prefix}
%gobuild %{name}

%install
%goinstall

# Install sources
mkdir -p %{buildroot}%{src_install_dir}
tar -xJf %{SOURCE0} --strip-components=1 -C %{buildroot}%{src_install_dir}
# Apply patches for Bazel support
patch -p1 -d %{buildroot}%{src_install_dir} < 
/usr/src/bazel-rules-go/third_party/com_github_golang_protobuf-gazelle.patch
patch -p1 -d %{buildroot}%{src_install_dir} < 
/usr/src/bazel-rules-go/third_party/com_github_golang_protobuf-extras.patch
echo 'workspace(name = "com_github_golang_protobuf")' > 
%{buildroot}%{src_install_dir}/WORKSPACE

%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}

%files source
%{src_install_dir}

%changelog

++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">https://github.com/golang/protobuf</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">protoc-gen-go</param>
    <param name="versionformat">@PARENT_TAG@</param>
    <param name="versionrewrite-pattern">v(.*)</param>
    <param name="revision">refs/tags/v1.2.0</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version"/>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://github.com/golang/protobuf</param>
              <param 
name="changesrevision">aa810b61a9c79d51363740d207bb46cf8e620ed5</param></service></servicedata>

Reply via email to