Hello community, here is the log from the commit of package tumbleweed-cli for openSUSE:Factory checked in at 2017-07-08 12:33:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tumbleweed-cli (Old) and /work/SRC/openSUSE:Factory/.tumbleweed-cli.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tumbleweed-cli" Sat Jul 8 12:33:06 2017 rev:1 rq:503693 version:0.1.0 Changes: -------- New Changes file: --- /dev/null 2017-06-30 09:57:03.955002226 +0200 +++ /work/SRC/openSUSE:Factory/.tumbleweed-cli.new/tumbleweed-cli.changes 2017-07-08 12:33:06.665357313 +0200 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Fri Dec 2 17:27:56 UTC 2016 - [email protected] + +- Initial prototype release (0.1.0). + New: ---- _service _servicedata tumbleweed-cli-0.1.0.tar.xz tumbleweed-cli.changes tumbleweed-cli.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tumbleweed-cli.spec ++++++ # # spec file for package tumbleweed-cli # # Copyright (c) 2016 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/ # Name: tumbleweed-cli Version: 0.1.0 Release: 0 Summary: Command line interface for interacting with tumbleweed snapshots License: GPL-2.0 Group: System/Packages Url: https://github.com/boombatower/tumbleweed-cli Source: %{name}-%{version}.tar.xz BuildArch: noarch # see https://github.com/steamtricks/steamtricks/issues/27 Requires: coreutils Requires: curl Requires: grep Requires: sudo Requires: zypper %description tumbleweed-cli provides a command line interface for interacting with tumbleweed snapshots. %prep %setup -q %build %install %make_install VERSION="%{version}" %files %defattr(-,root,root,-) %{_bindir}/tumbleweed %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="versionformat">@PARENT_TAG@</param> <param name="revision">refs/tags/0.1.0</param> <param name="url">https://github.com/boombatower/tumbleweed-cli.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> <param name="compression">xz</param> <param name="file">*.tar</param> </service> <service name="set_version" mode="disabled"/> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/boombatower/tumbleweed-cli.git</param> <param name="changesrevision">30d5d08fa1cd28ead79c9241042922bf2b16fb92</param> </service> </servicedata>
