Hello community,

here is the log from the commit of package vhba-kmp for openSUSE:Factory 
checked in at 2013-06-11 06:39:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vhba-kmp (Old)
 and      /work/SRC/openSUSE:Factory/.vhba-kmp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vhba-kmp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vhba-kmp/vhba-kmp.changes        2013-04-06 
19:57:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vhba-kmp.new/vhba-kmp.changes   2013-06-11 
09:38:19.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Jun  9 14:14:21 UTC 2013 - [email protected]
+
+- Update to new upstream release 20130607 (cdemu-2.1.0)
+* Added support for non-blocking I/O.
+* Allow longer commands to be issues on VHBA.
+* Explicitly distinguish between device addition and device removal
+  change, and resolve cases when both occur before rescan is done.
+- Remove vhba-parallel-build.diff, vhba-pwd.diff (merged upstream)
+
+-------------------------------------------------------------------

Old:
----
  vhba-module-20120422.tar.bz2
  vhba-parallel-build.diff
  vhba-pwd.diff

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

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

Other differences:
------------------
++++++ vhba-kmp.spec ++++++
--- /var/tmp/diff_new_pack.nMTiTq/_old  2013-06-11 09:38:20.000000000 +0200
+++ /var/tmp/diff_new_pack.nMTiTq/_new  2013-06-11 09:38:20.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           vhba-kmp
-Version:        20120422
+Version:        20130607
 Release:        0
 Summary:        Virtual SCSI Host Bus Adapter
 License:        GPL-2.0+
@@ -27,11 +27,8 @@
 #Freecode-URL: https://freecode.com/projects/cdemu-for-linux
 Source:         http://downloads.sf.net/cdemu/vhba-module-%version.tar.bz2
 Source2:        %name-preamble
-Patch1:         vhba-pwd.diff
-Patch2:         vhba-parallel-build.diff
 Patch3:         vhba-no-werror.diff
-BuildRequires:  kernel-devel >= 2.6.20
-BuildRequires:  kernel-syms >= 2.6.0
+BuildRequires:  kernel-syms >= 2.6.20
 BuildRequires:  modutils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -57,7 +54,7 @@
 
 %prep
 %setup -qn vhba-module-%version
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 3 -p1
 
 %build
 for flavor in %flavors_to_build; do

++++++ vhba-module-20120422.tar.bz2 -> vhba-module-20130607.tar.bz2 ++++++
++++ 1969 lines of diff (skipped)

++++++ vhba-no-werror.diff ++++++
--- /var/tmp/diff_new_pack.nMTiTq/_old  2013-06-11 09:38:20.000000000 +0200
+++ /var/tmp/diff_new_pack.nMTiTq/_new  2013-06-11 09:38:20.000000000 +0200
@@ -6,16 +6,16 @@
  Makefile |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: vhba-module-20120422/Makefile
+Index: vhba-module-20130607/Makefile
 ===================================================================
---- vhba-module-20120422.orig/Makefile
-+++ vhba-module-20120422/Makefile
-@@ -1,7 +1,7 @@
- VHBA_VERSION = $(shell date -r ${src}/vhba.c +%Y%m%d)
- PACKAGE = vhba-module-$(VHBA_VERSION)
+--- vhba-module-20130607.orig/Makefile
++++ vhba-module-20130607/Makefile
+@@ -8,7 +8,7 @@ KDIR ?= /lib/modules/$(KERNELRELEASE)/bu
+ PWD ?= $(shell pwd)
  
--EXTRA_CFLAGS += -DVHBA_VERSION=\"$(VHBA_VERSION)\" -Werror
-+EXTRA_CFLAGS += -DVHBA_VERSION=\"$(VHBA_VERSION)\"
- 
- obj-m += vhba.o
+ obj-m := vhba.o
+-ccflags-y := -DVHBA_VERSION=\"$(VHBA_VERSION)\" -Werror
++ccflags-y := -DVHBA_VERSION=\"$(VHBA_VERSION)\"
+ clean-dirs := $(PACKAGE)
+ clean-files := $(PACKAGE).tar.gz $(PACKAGE).tar.bz2
  

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to