Hello community, here is the log from the commit of package vhba-kmp.4624 for openSUSE:13.1:Update checked in at 2016-03-07 16:58:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1:Update/vhba-kmp.4624 (Old) and /work/SRC/openSUSE:13.1:Update/.vhba-kmp.4624.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vhba-kmp.4624" Changes: -------- New Changes file: --- /dev/null 2016-01-27 19:41:03.648095915 +0100 +++ /work/SRC/openSUSE:13.1:Update/.vhba-kmp.4624.new/vhba-kmp.changes 2016-03-07 16:58:41.000000000 +0100 @@ -0,0 +1,19 @@ +------------------------------------------------------------------- +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) + +------------------------------------------------------------------- +Sat Mar 30 02:57:55 UTC 2013 - [email protected] + +- Remove unused Supplements; use virtual modutils for building + +------------------------------------------------------------------- +Tue May 8 21:05:27 UTC 2012 - [email protected] + +- Initial package for build.opensuse.org New: ---- vhba-kmp-preamble vhba-kmp.changes vhba-kmp.spec vhba-module-20130607.tar.bz2 vhba-no-werror.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vhba-kmp.spec ++++++ # # spec file for package vhba-kmp # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: vhba-kmp Version: 20130607 Release: 0 Summary: Virtual SCSI Host Bus Adapter License: GPL-2.0+ Group: System/Kernel Url: http://cdemu.sf.net/ #Freecode-URL: https://freecode.com/projects/cdemu-for-linux Source: http://downloads.sf.net/cdemu/vhba-module-%version.tar.bz2 Source2: %name-preamble Patch3: vhba-no-werror.diff BuildRequires: kernel-syms >= 2.6.20 BuildRequires: modutils BuildRoot: %{_tmppath}/%{name}-%{version}-build %kernel_module_package -n vhba -p %name-preamble %description A Linux kernel module implementing a virtual SCSI Host Bus Adapter to act as a low-level SCSI driver and which provides the SCSI layer with a virtual SCSI adapter which can have multiple virtual devices. It is part of the userspace cdemu suite, CD/DVD-ROM device emulator for Linux. %package KMP Summary: Virtual SCSI Host Bus adapter Group: System/Kernel %description KMP A Linux kernel module implementing a virtual SCSI Host Bus Adapter to act as a low-level SCSI driver and which provides the SCSI layer with a virtual SCSI adapter which can have multiple virtual devices. It is part of the userspace cdemu suite, CD/DVD-ROM device emulator for Linux. %prep %setup -qn vhba-module-%version %patch -P 3 -p1 %build for flavor in %flavors_to_build; do cp -a . "../obj-$flavor"; pushd "../obj-$flavor/"; make KDIR="/usr/src/linux-obj/%_target_cpu/$flavor" \ %{?_smp_mflags}; popd; done; %install export INSTALL_MOD_PATH="%buildroot"; for flavor in %flavors_to_build; do pushd "../obj-$flavor/"; make KDIR="/usr/src/linux-obj/%_target_cpu/$flavor" \ modules_install; popd; done; %changelog ++++++ vhba-kmp-preamble ++++++ Enhances: kernel-%1 Requires: kernel-%1 ++++++ vhba-no-werror.diff ++++++ From: Jan Engelhardt <[email protected]> Date: 2012-05-08 22:52:51.798190070 +0200 Upstream: tendency: no --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: vhba-module-20130607/Makefile =================================================================== --- vhba-module-20130607.orig/Makefile +++ vhba-module-20130607/Makefile @@ -8,7 +8,7 @@ KDIR ?= /lib/modules/$(KERNELRELEASE)/bu PWD ?= $(shell pwd) 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
