Hello community,

here is the log from the commit of package golang-github-rogpeppe-godef for 
openSUSE:Factory checked in at 2017-05-27 13:14:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-rogpeppe-godef (Old)
 and      /work/SRC/openSUSE:Factory/.golang-github-rogpeppe-godef.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "golang-github-rogpeppe-godef"

Sat May 27 13:14:58 2017 rev:1 rq:494965 version:0+git.1466415558.ee532b9

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

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-rogpeppe-godef.new/golang-github-rogpeppe-godef.changes
   2017-05-27 13:15:15.565848446 +0200
@@ -0,0 +1,24 @@
+-------------------------------------------------------------------
+Tue Feb  7 23:38:36 UTC 2017 - car...@techbyte.ca
+
+- Updating man page
+
+-------------------------------------------------------------------
+Tue Feb 07 21:41:41 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 0+git.1466415558.ee532b9:
+  * fix for package-local expressions not found in original file
+  * go/parser: don't panic on malformed code
+  * go/types: support vendor directories
+  * always use correct package identifiers rather than guessing
+  * vendor: vendor external dependencies
+  * fix oops made when fixing tests
+  * go/types: remove unused GoPath definition
+  * update limitations in README
+  * Add support for JSON output
+
+-------------------------------------------------------------------
+Tue Feb  7 21:21:04 UTC 2017 - car...@techbyte.ca
+
+- Initial release.
+

New:
----
  _service
  _servicedata
  godef-0+git.1466415558.ee532b9.tar.xz
  godef.1
  golang-github-rogpeppe-godef.changes
  golang-github-rogpeppe-godef.spec

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

Other differences:
------------------
++++++ golang-github-rogpeppe-godef.spec ++++++
#
# spec file for package golang-github-nsf-gocode
#
# Copyright (c) 2017 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 _name godef
%global _devname rogpeppe
Name:           golang-github-%{_devname}-%{_name}
Version:        0+git.1466415558.ee532b9
Release:        0
License:        BSD-3-Clause
Summary:        Find symbol information in Go source
Url:            https://github.com/%{_devname}/%{_name}
Group:          Development/Languages/Golang
Source0:        %{_name}-%{version}.tar.xz
Source1:        %{_name}.1
BuildRequires:  golang-packaging
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{go_provides}

%description
Godef, given an expression or a location in a source file, prints the
location of the definition of the symbol referred to.


%prep
%setup -q -n %{_name}-%{version}

%build
%goprep github.com/%{_devname}/%{_name}
%gobuild ...

%install
mkdir -p %{buildroot}%{_mandir}/man1
install -m 644 %{_sourcedir}/%{_name}.1 %{buildroot}%{_mandir}/man1/%{_name}.1
%goinstall
%gosrc
rm -rvf %{buildroot}/%{_libdir}

%gofilelist

%files -f file.lst
%defattr(-,root,root)
%doc LICENSE README
%{_mandir}/man1/*
%{_bindir}/godef

%changelog

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://github.com/rogpeppe/godef</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="versionformat">0+git.%ct.%h</param>
    <param name="revision">master</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">godef-*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled">
    <param name="basename">godef</param>
  </service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://github.com/rogpeppe/godef</param>
              <param 
name="changesrevision">ee532b944160bb27b6f23e4f5ef38b8fdaa2a6bd</param></service></servicedata>++++++
 godef.1 ++++++
.\" (C) Copyright 2017 Carlos Hernandez <car...@techbyte.ca>
.\"
.TH GODEF 1
.SH NAME
gocode \- autocompletion daemon for the Go programming language
.SH SYNOPSIS
.B gocode
.RI [-t]\ [-a]\ [-A]\ [-o\ <offset>]\ [-i]\ [-f\ <file>]\ [-acme]\ [expression]
.SH DESCRIPTION
This manual page documents briefly the
.B godef
command.
.PP
\fBgodef\fP prints the source location of definitions in Go programs.
.SH OPTIONS
.TP
.B \-f <file>
Source file in which to evaluate expression
.TP
.B expression
Must be an identifier or a Go expression
terminated with a field selector
.TP
.B \-t
Return the given expression's type
.TP
.B \-a
Return all public members (fields and methods)
of the expression, and their location
.TP
.B \-A
Return all public and private members (fields and methods)
of the expression, and their location
.TP
.B \-i
Read source from STDIN
File must still be specified
.TP
.B \-acme
Offset, file name and contents
are read from the current acme window
.SH AUTHOR
This manual page was written by Carlos Hernandez <car...@techbyte.ca>, for
openSUSE (and may be used by others).

Reply via email to