Hello community,

here is the log from the commit of package cloop for openSUSE:Factory
checked in at Fri Aug 12 16:48:13 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/cloop/cloop.changes    2011-07-19 
22:20:22.000000000 +0200
@@ -0,0 +1,23 @@
+-------------------------------------------------------------------
+Tue Jul 19 20:19:26 UTC 2011 - [email protected]
+
+- Update to cloop-2.6.39 to fix compile error in openSUSE:Factory
+* support for Linux 2.6.39/3.0
+
+-------------------------------------------------------------------
+Sat Apr 16 16:19:27 UTC 2011 - [email protected]
+
+- Update to cloop-2.637
+- obsolete fp37.diff, warnings.diff, remove bp33.diff
+
+-------------------------------------------------------------------
+Wed Jan 12 14:21:16 UTC 2011 - [email protected]
+
+- Forward port to 2.6.37
+
+-------------------------------------------------------------------
+Sat Sep  4 16:56:19 UTC 2010 - [email protected]
+
+- Fix group name - rpmlint complaint
+- Add module-init-tools as BuildRequires to calculate Supplements
+- Update to new upstream release 2.634

calling whatdependson for head-i586


New:
----
  cloop-kmod-install.diff
  cloop-preamble
  cloop.changes
  cloop.spec
  cloop_2.639-2.tar.xz

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

Other differences:
------------------
++++++ cloop.spec ++++++
#
# spec file for package cloop
#
# Copyright (c) 2011 SUSE LINUX Products 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:           cloop
Version:        2.639
Release:        1
Group:          System/Filesystems
Summary:        Compressed loop block device
License:        GPL
Url:            http://debian-knoppix.alioth.debian.org/packages/cloop/

Source:         cloop_%version-2.tar.xz
Source2:        %name-preamble
Patch1:         cloop-kmod-install.diff
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gcc-c++ kernel-syms module-init-tools xz zlib-devel

%kernel_module_package -p %name-preamble

%description
The compressed loopback device or cloop is a module for the Linux
kernel. It adds support for transparently decompressed, read-only
block devices. It is not a compressed file system in itself.

%package KMP

Group:          System/Filesystems
Summary:        Kernel modules for cloop

%description KMP
The compressed loopback device or cloop is a module for the Linux
kernel. It adds support for transparently decompressed, read-only
block devices. It is not a compressed file system in itself.

%prep
%setup -q
%patch -P 1 -p1

%build
# Setting CFLAGS is required here since it is not done implicitly
# when not using %%configure
export CFLAGS="%optflags";
export CXXFLAGS="%optflags";
make %{?_smp_mflags} utils cloop_suspend;
unset CFLAGS CXXFLAGS;
cd ../;

for flavor in %flavors_to_build; do
        cp -a %name-%version "obj-$flavor";
        pushd "obj-$flavor";
        make KERNEL_DIR="/usr/src/linux-obj/%_target_cpu/$flavor" \
                %{?_smp_mflags} cloop.ko;
        popd;
done;

%install
b="%buildroot";
mkdir -p "$b/%_bindir";
install -pm0755 cloop_suspend create_compressed_fs \
        extract_compressed_fs "$b/%_bindir/";
export INSTALL_MOD_PATH="$b";

for flavor in %flavors_to_build; do
        pushd "../obj-$flavor/";
        make KERNEL_DIR="/usr/src/linux-obj/%_target_cpu/$flavor" 
modules_install;
        popd;
done;

%files
%defattr(-,root,root)
%_bindir/*

%changelog
++++++ cloop-kmod-install.diff ++++++
From: Jan Engelhardt <[email protected]>

---
 Makefile |    3 +++
 1 file changed, 3 insertions(+)

Index: cloop-2.634/Makefile
===================================================================
--- cloop-2.634.orig/Makefile
+++ cloop-2.634/Makefile
@@ -46,6 +46,9 @@ $(MODULE): compressed_loop.c compressed_
        @echo "Building for Kernel Patchlevel $(PATCHLEVEL)"
        $(MAKE) modules -C $(KERNEL_DIR) M=$(CURDIR)
 
+modules_install: ${MODULE}
+       ${MAKE} -C ${KERNEL_DIR} M=$$PWD modules_install;
+
 create_compressed_fs: advancecomp-1.15/advfs
        ln -f $< $@
 
++++++ cloop-preamble ++++++
Enhances:       kernel-%1
Requires:       kernel-%1
Supplements:    packageand(kernel-%1:cloop)

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



Remember to have fun...

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

Reply via email to