Hello community,

here is the log from the commit of package tumbleweed-cli for openSUSE:Factory 
checked in at 2018-04-04 11:09:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tumbleweed-cli (Old)
 and      /work/SRC/openSUSE:Factory/.tumbleweed-cli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tumbleweed-cli"

Wed Apr  4 11:09:22 2018 rev:3 rq:593352 version:0.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tumbleweed-cli/tumbleweed-cli.changes    
2017-11-19 11:13:54.397884471 +0100
+++ /work/SRC/openSUSE:Factory/.tumbleweed-cli.new/tumbleweed-cli.changes       
2018-04-04 11:10:08.933753846 +0200
@@ -1,0 +2,7 @@
+Wed Apr 04 02:47:50 UTC 2018 - [email protected]
+
+- Update to version 0.2.1:
+  * repo_init(): handle repo files with space in name. :(
+  * Update README to suggest installation from main OSS repository.
+
+-------------------------------------------------------------------

Old:
----
  tumbleweed-cli-0.2.0.tar.xz

New:
----
  tumbleweed-cli-0.2.1.tar.xz

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

Other differences:
------------------
++++++ tumbleweed-cli.spec ++++++
--- /var/tmp/diff_new_pack.n80JRc/_old  2018-04-04 11:10:12.425627305 +0200
+++ /var/tmp/diff_new_pack.n80JRc/_new  2018-04-04 11:10:12.425627305 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tumbleweed-cli
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,10 +17,10 @@
 
 
 Name:           tumbleweed-cli
-Version:        0.2.0
+Version:        0.2.1
 Release:        0
 Summary:        Command line interface for interacting with tumbleweed 
snapshots
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          System/Packages
 Url:            https://github.com/boombatower/tumbleweed-cli
 Source:         %{name}-%{version}.tar.xz

++++++ _service ++++++
--- /var/tmp/diff_new_pack.n80JRc/_old  2018-04-04 11:10:12.453626290 +0200
+++ /var/tmp/diff_new_pack.n80JRc/_new  2018-04-04 11:10:12.457626145 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">refs/tags/0.2.0</param>
+    <param name="revision">refs/tags/0.2.1</param>
     <param name="url">https://github.com/boombatower/tumbleweed-cli.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.n80JRc/_old  2018-04-04 11:10:12.477625420 +0200
+++ /var/tmp/diff_new_pack.n80JRc/_new  2018-04-04 11:10:12.477625420 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">https://github.com/boombatower/tumbleweed-cli.git</param>
-    <param 
name="changesrevision">46bfa0ba8c8b690d1f19d003cc112b6d560926dd</param>
+    <param 
name="changesrevision">3f187416a3f057fcfea3d53f067c9ca8f177652a</param>
   </service>
 </servicedata>

++++++ tumbleweed-cli-0.2.0.tar.xz -> tumbleweed-cli-0.2.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tumbleweed-cli-0.2.0/README.md 
new/tumbleweed-cli-0.2.1/README.md
--- old/tumbleweed-cli-0.2.0/README.md  2017-11-18 04:10:58.000000000 +0100
+++ new/tumbleweed-cli-0.2.1/README.md  2018-04-04 04:42:48.000000000 +0200
@@ -4,8 +4,9 @@
 
 ## Installation
 
+The latest stable version can be installed from the main OSS repository.
+
 ```bash
-zypper addrepo -p 105 
http://download.opensuse.org/repositories/home:boombatower:snapshot/openSUSE_Tumbleweed/
 tw-snapshot
 zypper in tumbleweed-cli
 ```
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tumbleweed-cli-0.2.0/tumbleweed 
new/tumbleweed-cli-0.2.1/tumbleweed
--- old/tumbleweed-cli-0.2.0/tumbleweed 2017-11-18 04:10:58.000000000 +0100
+++ new/tumbleweed-cli-0.2.1/tumbleweed 2018-04-04 04:42:48.000000000 +0200
@@ -63,6 +63,7 @@
     sudo mkdir "$REPOS_DIR/.previous"
   fi
 
+  local IFS=$'\n' # Handle repo files with space in name. :(
   local files=($(grep -lP "$REPO_PATTERN" "$REPOS_DIR"/*))
   local file
   for file in ${files[@]} ; do


Reply via email to