Hello community,

here is the log from the commit of package nvmetcli for openSUSE:Factory 
checked in at 2017-05-09 18:10:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nvmetcli (Old)
 and      /work/SRC/openSUSE:Factory/.nvmetcli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nvmetcli"

Tue May  9 18:10:20 2017 rev:2 rq:493700 version:0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/nvmetcli/nvmetcli.changes        2017-02-16 
17:01:38.452796101 +0100
+++ /work/SRC/openSUSE:Factory/.nvmetcli.new/nvmetcli.changes   2017-05-09 
18:10:22.439642189 +0200
@@ -1,0 +2,15 @@
+Mon May 08 11:35:37 UTC 2017 - jthumsh...@suse.com
+
+- Update to version v0.4: (bsc#1034105)
+  * add example configuration files
+  * update .gitignore for the auto-generated manpage formats
+  * add a bump-ver.sh script to automate cutting releases
+  * bump version to v0.3
+  * nvmetcli: fix Port and Host operations in shell
+  * nvmetcli: fix Referral operation in shell
+  * nvmetcli: Install nvmetcli in /usr/sbin with setup.py
+  * nvmetcli: create json file's dir first if it doesn't exist
+  * Add fc transport support to nvmetcli
+  * bump version to v0.4
+
+-------------------------------------------------------------------
@@ -5 +19,0 @@
-

Old:
----
  nvmetcli-0.2.tar.gz

New:
----
  _service
  _servicedata
  nvmetcli-v0.4.tar.gz

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

Other differences:
------------------
++++++ nvmetcli.spec ++++++
--- /var/tmp/diff_new_pack.TAZcqn/_old  2017-05-09 18:10:23.027559109 +0200
+++ /var/tmp/diff_new_pack.TAZcqn/_new  2017-05-09 18:10:23.031558544 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nvmetcli
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -17,13 +17,13 @@
 
 
 Name:           nvmetcli
-Version:        0.2
-Release:        0
-Summary:        Command line interface for the kernel NVMe target
+Version:        0.4
+Release:        1%{?dist}
+Summary:        Command line interface for the kernel NVMe nvmet
 License:        Apache-2.0
 Group:          System/Management
 Url:            http://git.infradead.org/users/hch/nvmetcli.git
-Source:         nvmetcli-%{version}.tar.gz
+Source:         nvmetcli-v%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:       python-configshell
@@ -41,7 +41,7 @@
 to / from a json file.
 
 %prep
-%setup -q -n nvmetcli-%{version}
+%setup -q -n nvmetcli-v%{version}
 
 %build
 python setup.py build

++++++ _service ++++++

<services>
  <service name="tar_scm" mode="disabled">
    <param name="scm">git</param>
    <param name="url">git://git.infradead.org/users/hch/nvmetcli.git</param>
    <param name="filename">nvmetcli</param>
    <param name="version">v0.4</param>
    <param name="revision">v0.4</param>
    <param name="exclude">.git</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">gz</param>    
  </service>
  <service name="set_version" mode="disabled">
    <param name="basename">nvmetcli</param>
  </service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
            <param 
name="url">git://git.infradead.org/users/hch/nvmetcli.git</param>
          <param 
name="changesrevision">5078207f0294ebeec5fc6e963eefa2de7d2ce3da</param></service></servicedata>

Reply via email to