Hello community,

here is the log from the commit of package go-go-gb for openSUSE:Factory 
checked in at 2013-08-21 13:43:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go-go-gb (Old)
 and      /work/SRC/openSUSE:Factory/.go-go-gb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go-go-gb"

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

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.go-go-gb.new/go-go-gb.changes   2013-08-21 
13:43:16.000000000 +0200
@@ -0,0 +1,39 @@
+-------------------------------------------------------------------
+Wed Aug 14 10:15:52 UTC 2013 - speili...@suse.com
+
+- Update to version 0.0.0+hg20120330.557.9a8905a03f7e:
+  + Upstream provides no changelog
+- Add _service file
+
+-------------------------------------------------------------------
+Tue Aug 13 08:14:44 UTC 2013 - speili...@suse.com
+
+- Use %{go_exclusivearch}
+
+-------------------------------------------------------------------
+Fri Feb 24 03:03:25 UTC 2012 - gra...@andtech.eu
+
+- Update for weekly.2012-02-22
+
+-------------------------------------------------------------------
+Thu Feb  9 16:22:53 UTC 2012 - gra...@andtech.eu
+
+- update for weekly 2012-02-08 
+
+-------------------------------------------------------------------
+Tue Dec 13 14:55:38 UTC 2011 - sasc...@suse.de
+
+- Removed workaround for bnc#735329, was fixed in the meantime
+
+-------------------------------------------------------------------
+Thu Dec  8 08:46:37 UTC 2011 - sasc...@suse.de
+
+- Removed outdated %clean section, norootforbuild
+- Set license to SDPX style (Apache-2.0)
+
+-------------------------------------------------------------------
+Wed Dec  7 16:20:39 UTC 2011 - dmacvi...@suse.de
+
+- first package
+- Builds with go-weekly only
+

New:
----
  _service
  go-gb-0.0.0+hg20120330.557.9a8905a03f7e.tar.bz2
  go-go-gb.changes
  go-go-gb.spec

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

Other differences:
------------------
++++++ go-go-gb.spec ++++++
#
# spec file for package go-go-gb
#
# Copyright (c) 2013 SUSE LINUX Products 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/
#


Name:           go-go-gb
Version:        0.0.0+hg20120330.557.9a8905a03f7e
Release:        0
License:        Apache-2.0
Summary:        Another tool to build go projects
Url:            http://code.google.com/p/go-gb/
Group:          Development/Languages/Other
Source0:        go-gb-%{version}.tar.bz2
BuildRequires:  go-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1100
Recommends:     go-go-gb-doc
%endif
%{go_provides}
%{go_requires}

%description
Another tool to build go projects, both pure and cgo. Special emphasis on
multi-package projects with inter-dependencies.

%prep
%setup -q -n go-gb-%{version}

%build
%goprep code.google.com/p/go-gb
%gobuild gb

%install
%goinstall

#%%check
#%%gotest code.google.com/p/go-gb

%files
%defattr(-,root,root)
%doc README
%{_bindir}/gb

%changelog

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://code.google.com/p/go-gb/</param>
    <param name="scm">hg</param>
    <param name="exclude">.hg</param>
    <param name="versionformat">0.0.0+hg{date(date, 
\"%Y%m%d\")}.{rev}.{node|short}</param>
    <param name="revision">tip</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">go-gb-*.tar</param>
    <param name="compression">bz2</param>
  </service>
  <service name="set_version" mode="disabled">
    <param name="basename">go-gb</param>
  </service>
</services>
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to