Hello community,

here is the log from the commit of package golang-google-golangorg-appengine 
for openSUSE:Factory checked in at 2015-07-24 09:58:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-google-golangorg-appengine (Old)
 and      /work/SRC/openSUSE:Factory/.golang-google-golangorg-appengine.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "golang-google-golangorg-appengine"

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

--- /dev/null   2015-07-22 21:25:44.928025004 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-google-golangorg-appengine.new/golang-google-golangorg-appengine.changes
 2015-07-24 09:58:32.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Sun Jul 12 05:23:22 UTC 2015 - [email protected]
+
+- initial version 0.0.0+git20150702.e335b53
+

New:
----
  _service
  appengine-0.0.0+git20150702.e335b53.tar.xz
  golang-google-golangorg-appengine.changes
  golang-google-golangorg-appengine.spec

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

Other differences:
------------------
++++++ golang-google-golangorg-appengine.spec ++++++
#
# spec file for package golang-google-golangorg-appengine
#
# Copyright (c) 2015 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:           golang-google-golangorg-appengine
Version:        0.0.0+git20150702.e335b53
Release:        0
Summary:        Go App Engine for Managed VMs
License:        Apache-2.0
Group:          Development/Languages/Other
Url:            https://github.com/golang/appengine
Source:         appengine-%{version}.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  golang-packaging
BuildRequires:  golang(golang.org/x/net)
BuildRequires:  golang(github.com/golang/protobuf)
BuildRequires:  xz
%{go_provides}

%description
This package supports the Go runtime for Managed VMs on App Engine. 
It provides APIs for interacting with App Engine services.

%gosrc_package

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

%build
%goprep google.golang.org/appengine
%gobuild ...

%install
%goinstall
%gosrc

# remove demos
rm -rf %{buildroot}%{_bindir}/{helloworld,guestbook}

%files
%defattr(-,root,root,-)
%doc LICENSE README.md
%{_bindir}/aebundler
%{_bindir}/aedeploy
%{go_contribdir}/*

%files source
%defattr(-,root,root,-)
%{go_contribsrcdir}/*

%changelog
++++++ _service ++++++
<services>
  <service name="tar_scm" mode="localonly">
    <param name="url">https://github.com/golang/appengine</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="versionformat">0.0.0+git%cd.%h</param>
    <param name="revision">master</param>
  </service>
  <service name="recompress" mode="localonly">
    <param name="file">appengine-*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="localonly">
    <param name="basename">appengine</param>
  </service>
</services>

Reply via email to