Hello community,

here is the log from the commit of package vhba-kmp.5769 for 
openSUSE:13.2:Update checked in at 2016-10-28 11:56:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.2:Update/vhba-kmp.5769 (Old)
 and      /work/SRC/openSUSE:13.2:Update/.vhba-kmp.5769.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vhba-kmp.5769"

Changes:
--------
New Changes file:

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ /work/SRC/openSUSE:13.2:Update/.vhba-kmp.5769.new/vhba-kmp.changes  
2016-10-28 11:56:56.000000000 +0200
@@ -0,0 +1,25 @@
+-------------------------------------------------------------------
+Sun Jul 13 08:48:46 UTC 2014 - [email protected]
+
+- Update to new upstream release 20140629 (cdemu-3.0.0)
+* CD image write support
+
+-------------------------------------------------------------------
+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-20140629.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:        20140629
Release:        0
Summary:        Virtual SCSI Host Bus Adapter
License:        GPL-2.0+
Group:          System/Kernel
Url:            http://cdemu.sf.net/about/vhba/

#Git-Clone:     git://git.code.sf.net/p/cdemu/code
Source:         http://downloads.sf.net/cdemu/vhba-module-%version.tar.bz2
Source2:        %name-preamble
Patch1:         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
echo %flavors_to_build
%setup -qn vhba-module-%version
%patch -P 1 -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-20140629/Makefile
===================================================================
--- vhba-module-20140629.orig/Makefile
+++ vhba-module-20140629/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
 

Reply via email to