Hello community,

here is the log from the commit of package golang-org-x-tools for 
openSUSE:Factory checked in at 2019-11-15 22:39:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-org-x-tools (Old)
 and      /work/SRC/openSUSE:Factory/.golang-org-x-tools.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "golang-org-x-tools"

Fri Nov 15 22:39:49 2019 rev:8 rq:748939 version:1.12+git20190313.aa829657

Changes:
--------
--- /work/SRC/openSUSE:Factory/golang-org-x-tools/golang-org-x-tools.changes    
2019-09-26 20:37:36.159124660 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-org-x-tools.new.26869/golang-org-x-tools.changes
 2019-11-15 22:40:24.564474685 +0100
@@ -1,0 +2,6 @@
+Tue Nov  5 11:19:46 UTC 2019 - MichaƂ Rostecki <[email protected]>
+
+- Add WORKSPACE file and use bazel-gazelle to generate BUILD files
+  for Bazel.
+
+-------------------------------------------------------------------

New:
----
  WORKSPACE

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

Other differences:
------------------
++++++ golang-org-x-tools.spec ++++++
--- /var/tmp/diff_new_pack.6iob8Y/_old  2019-11-15 22:40:25.104474432 +0100
+++ /var/tmp/diff_new_pack.6iob8Y/_new  2019-11-15 22:40:25.104474432 +0100
@@ -33,8 +33,10 @@
 Source0:        %{repo}-%{version}.tar.xz
 Source1:        rpmlintrc
 Source2:        godoc.service
+Source3:        WORKSPACE
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
+BuildRequires:  bazel-gazelle
 BuildRequires:  fdupes
 BuildRequires:  find
 BuildRequires:  golang-packaging
@@ -71,7 +73,9 @@
 Go team but outside of the main source tree.
 
 %prep
-%setup -q -n %{repo}-%{version}
+%autosetup -n %{repo}-%{version} -p1
+cp %{SOURCE3} .
+gazelle -go_prefix %{import_path}
 
 rm -rf cover
 rm -rf cmd/cover

++++++ WORKSPACE ++++++
workspace(name = "org_golang_x_tools")

Reply via email to