Hello community, here is the log from the commit of package golang-org-x-tools for openSUSE:Factory checked in at 2019-06-17 10:33:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/golang-org-x-tools (Old) and /work/SRC/openSUSE:Factory/.golang-org-x-tools.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-org-x-tools" Mon Jun 17 10:33:58 2019 rev:6 rq:710028 version:1.11+git20190225.e9f45831 Changes: -------- --- /work/SRC/openSUSE:Factory/golang-org-x-tools/golang-org-x-tools.changes 2019-04-30 13:05:44.529916043 +0200 +++ /work/SRC/openSUSE:Factory/.golang-org-x-tools.new.4811/golang-org-x-tools.changes 2019-06-17 10:34:23.129232840 +0200 @@ -1,0 +2,6 @@ +Fri Jun 14 14:23:01 UTC 2019 - Michal Rostecki <[email protected]> + +- Remove man files and dependency on mango-doc (which is going to + be removed as a package). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ golang-org-x-tools.spec ++++++ --- /var/tmp/diff_new_pack.BfNP8j/_old 2019-06-17 10:34:23.597232606 +0200 +++ /var/tmp/diff_new_pack.BfNP8j/_new 2019-06-17 10:34:23.597232606 +0200 @@ -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/ # @@ -38,7 +38,6 @@ BuildRequires: fdupes BuildRequires: find BuildRequires: golang-packaging -BuildRequires: mango-doc BuildRequires: systemd BuildRequires: xz %if 0%{?suse_version} > 1500 @@ -82,10 +81,6 @@ %goprep %{import_path} %gobuild ... -for tool in $(ls %{_builddir}/%{repo}-%{version}/cmd); do - mango-doc -version %{version} %{_builddir}/%{repo}-%{version}/cmd/${tool} > %{_builddir}/%{repo}-%{version}/${tool}.1 -done - %install %goinstall %gosrc @@ -97,12 +92,9 @@ install -d %{buildroot}/%{_sbindir} ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcgodoc -find . -name '*.1' -exec install -Dm644 {} %{buildroot}%{_mandir}/man1/{} \; - # fix file conflicts with rubygem(bundler), # which is included in ruby as of ruby2.6 mv %{buildroot}%{_bindir}/bundle %{buildroot}%{_bindir}/go-bundle -mv %{buildroot}%{_mandir}/man1/bundle.1 %{buildroot}%{_mandir}/man1/go-bundle.1 %pre -n go-tools %service_add_pre godoc.service @@ -154,31 +146,6 @@ %{_bindir}/tip %{_bindir}/toolstash -%{_mandir}/man1/benchcmp.1* -%{_mandir}/man1/go-bundle.1* -%{_mandir}/man1/callgraph.1* -%{_mandir}/man1/compilebench.1* -%{_mandir}/man1/digraph.1* -%{_mandir}/man1/eg.1* -%{_mandir}/man1/fiximports.1* -%{_mandir}/man1/getgo.1* -%{_mandir}/man1/go-contrib-init.1* -%{_mandir}/man1/godex.1* -%{_mandir}/man1/godoc.1* -%{_mandir}/man1/goimports.1* -%{_mandir}/man1/gomvpkg.1* -%{_mandir}/man1/gorename.1* -%{_mandir}/man1/gotype.1* -%{_mandir}/man1/goyacc.1* -%{_mandir}/man1/guru.1* -%{_mandir}/man1/heapview.1* -%{_mandir}/man1/html2article.1* -%{_mandir}/man1/present.1* -%{_mandir}/man1/ssadump.1* -%{_mandir}/man1/stress.1* -%{_mandir}/man1/stringer.1* -%{_mandir}/man1/tip.1* -%{_mandir}/man1/toolstash.1* %{_unitdir}/godoc.service %{_sbindir}/rcgodoc
