Hello community,

here is the log from the commit of package nvme-cli for openSUSE:Factory 
checked in at 2017-03-12 20:03:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nvme-cli (Old)
 and      /work/SRC/openSUSE:Factory/.nvme-cli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nvme-cli"

Sun Mar 12 20:03:07 2017 rev:10 rq:477563 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/nvme-cli/nvme-cli.changes        2016-09-17 
14:40:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nvme-cli.new/nvme-cli.changes   2017-03-12 
20:03:08.413056608 +0100
@@ -1,0 +2,9 @@
+Thu Mar  2 07:43:02 UTC 2017 - jthumsh...@suse.com
+
+-  Update to upstream release v1.1 (FATE#322735)
+   * This fixes multiple compiler warnings for 32-bit and other environments
+     from v1.0, adds more documentation to fabrics, removes the libudev
+     dependency entirely from this project, adds a framework for unit testing
+     devices, and fixes usage for user defined install paths
+
+-------------------------------------------------------------------

Old:
----
  v0.9.tar.gz

New:
----
  nvme-cli-v1.1.tar.gz

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

Other differences:
------------------
++++++ nvme-cli.spec ++++++
--- /var/tmp/diff_new_pack.g1uBCg/_old  2017-03-12 20:03:09.004972852 +0100
+++ /var/tmp/diff_new_pack.g1uBCg/_new  2017-03-12 20:03:09.008972286 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nvme-cli
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:           nvme-cli
-Version:        0.9
+Version:        1.1
 Release:        0
 Summary:        Core nvme tools
 License:        GPL-2.0
 Group:          Hardware/Other
 Url:            https://github.com/linux-nvme/nvme-cli
-Source:         
https://github.com/linux-nvme/%{name}/archive/v%{version}.tar.gz
+Source:         %{name}-v%{version}.tar.gz
 BuildRequires:  pkgconfig(libudev)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:    s390x
@@ -33,7 +33,7 @@
 cli rpm installs core management tools with minimal dependencies.
 
 %prep
-%setup -q 
+%setup -q -n %{name}-v%{version}
 
 %build
 echo %{version} > version

++++++ _service ++++++
--- /var/tmp/diff_new_pack.g1uBCg/_old  2017-03-12 20:03:09.032968890 +0100
+++ /var/tmp/diff_new_pack.g1uBCg/_new  2017-03-12 20:03:09.036968324 +0100
@@ -2,15 +2,16 @@
   <service name="tar_scm" mode="disabled">
     <param name="scm">git</param>
     <param name="url">https://github.com/linux-nvme/nvme-cli.git</param>
-    <param name="subdir"></param>
-    <param name="filename"></param>
-    <param name="version">v0.8</param>
-    <param name="revision">v0.8</param>
+    <param name="filename">nvme-cli</param>
+    <param name="version">v1.1</param>
+    <param name="revision">v1.1</param>
+    <param name="exclude">.git</param>
   </service>
-  <!--
   <service name="recompress" mode="disabled">
-    <param name="file">*nvme-cli*.tar</param>
+    <param name="file">*.tar</param>
     <param name="compression">gz</param>    
   </service>
-  -->
+  <service name="set_version" mode="disabled">
+    <param name="basename">nvme-cli</param>
+  </service>
 </services>


Reply via email to