Hello community,

here is the log from the commit of package vhba-kmp for openSUSE:Factory 
checked in at 2017-08-24 18:47:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vhba-kmp (Old)
 and      /work/SRC/openSUSE:Factory/.vhba-kmp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vhba-kmp"

Thu Aug 24 18:47:50 2017 rev:14 rq:515082 version:20170610

Changes:
--------
--- /work/SRC/openSUSE:Factory/vhba-kmp/vhba-kmp.changes        2017-05-18 
20:51:45.246183643 +0200
+++ /work/SRC/openSUSE:Factory/.vhba-kmp.new/vhba-kmp.changes   2017-08-24 
18:48:02.506230796 +0200
@@ -1,0 +2,7 @@
+Mon Aug  7 13:28:09 UTC 2017 - [email protected]
+
+- Update to new upstream release 20170610
+  * Support for Linux 4.11 (integrate vhba-signal.diff)
+- Drop vhba-signal.diff (merged upstream)
+
+-------------------------------------------------------------------

Old:
----
  vhba-module-20161009.tar.bz2
  vhba-signal.diff

New:
----
  vhba-module-20170610.tar.bz2

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

Other differences:
------------------
++++++ vhba-kmp.spec ++++++
--- /var/tmp/diff_new_pack.3HPy6h/_old  2017-08-24 18:48:03.202132811 +0200
+++ /var/tmp/diff_new_pack.3HPy6h/_new  2017-08-24 18:48:03.206132248 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           vhba-kmp
-Version:        20161009
+Version:        20170610
 Release:        0
 Summary:        Virtual SCSI Host Bus Adapter
 License:        GPL-2.0+
@@ -29,7 +29,6 @@
 Source2:        %name-preamble
 Patch1:         vhba-no-werror.diff
 Patch2:         vhba-devname.diff
-Patch3:         vhba-signal.diff
 BuildRequires:  kernel-syms >= 2.6.20
 BuildRequires:  modutils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -57,7 +56,7 @@
 %prep
 echo %flavors_to_build
 %setup -qn vhba-module-%version
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 for flavor in %flavors_to_build; do

++++++ vhba-module-20161009.tar.bz2 -> vhba-module-20170610.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vhba-module-20161009/Makefile 
new/vhba-module-20170610/Makefile
--- old/vhba-module-20161009/Makefile   2016-10-09 21:03:17.000000000 +0200
+++ new/vhba-module-20170610/Makefile   2017-06-10 23:29:17.000000000 +0200
@@ -1,4 +1,4 @@
-VHBA_VERSION := 20161009
+VHBA_VERSION := 20170610
 
 KERNELRELEASE ?= $(shell uname -r)
 KDIR ?= /lib/modules/$(KERNELRELEASE)/build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vhba-module-20161009/debian/changelog 
new/vhba-module-20170610/debian/changelog
--- old/vhba-module-20161009/debian/changelog   2016-10-09 21:03:17.000000000 
+0200
+++ new/vhba-module-20170610/debian/changelog   2017-06-10 23:29:17.000000000 
+0200
@@ -1,3 +1,3 @@
-vhba-module (20161009-1) debian; urgency=low
+vhba-module (20170610-1) debian; urgency=low
   * Initial Release. Closes: #705409
  -- Henrik Stokseth <[email protected]>  Sat, 05 Apr 2014 
12:00:00 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vhba-module-20161009/vhba.c 
new/vhba-module-20170610/vhba.c
--- old/vhba-module-20161009/vhba.c     2016-10-09 21:03:17.000000000 +0200
+++ new/vhba-module-20170610/vhba.c     2017-06-10 23:29:17.000000000 +0200
@@ -18,16 +18,21 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include <linux/version.h>
+
 #include <linux/init.h>
 #include <linux/module.h>
 #include <linux/highmem.h>
 #include <linux/fs.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
+#include <linux/sched/signal.h>
+#else
 #include <linux/sched.h>
+#endif
 #include <linux/platform_device.h>
 #include <linux/miscdevice.h>
 #include <linux/poll.h>
 #include <linux/slab.h>
-#include <linux/version.h>
 #ifdef CONFIG_COMPAT
 #include <linux/compat.h>
 #endif


Reply via email to