Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2013-09-26 19:34:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmod (Old)
 and      /work/SRC/openSUSE:Factory/.kmod.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmod"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmod/kmod.changes        2013-07-16 
15:33:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod.changes   2013-09-26 
19:34:32.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Sep  2 21:36:22 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 15
+* kmod static-nodes no longer fails if modules.devname does not exist
+* Fix getting boolean parameter from kernel cmdline in case the
+  value is omitted
+* kmod static-nodes creates parent directories if given a -o option
+- Add kmod-no-static.diff
+
+-------------------------------------------------------------------

Old:
----
  kmod-14.tar.sign
  kmod-14.tar.xz

New:
----
  kmod-15.tar.sign
  kmod-15.tar.xz
  kmod-no-static.diff

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

Other differences:
------------------
++++++ kmod.spec ++++++
--- /var/tmp/diff_new_pack.uMWZfU/_old  2013-09-26 19:34:33.000000000 +0200
+++ /var/tmp/diff_new_pack.uMWZfU/_new  2013-09-26 19:34:33.000000000 +0200
@@ -21,7 +21,7 @@
 Summary:        Utilities to load modules into the kernel
 License:        LGPL-2.1+ and GPL-2.0+
 Group:          System/Kernel
-Version:        14
+Version:        15
 Release:        0
 Url:            
http://www.jonmasters.org/blog/2011/12/20/libkmod-replaces-module-init-tools/
 #Announce:     https://lwn.net/Articles/502622/
@@ -30,7 +30,11 @@
 #Git-Clone:    git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod
 Source:         
ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/%name-%version.tar.xz
 Source2:        
ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/%name-%version.tar.sign
+Patch1:         kmod-no-static.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 %if 0%{?suse_version} >= 1220
 BuildRequires:  libxslt-tools
 %else
@@ -96,8 +100,10 @@
 %prep
 %{?gpg_verify: xz -dk "%{S:0}"; %gpg_verify %{S:2}}
 %setup -q
+%patch -P 1 -p1
 
 %build
+autoreconf -fi
 # The extra --includedir gives us the possibility to detect dependent
 # packages which fail to properly use pkgconfig.
 %configure \
@@ -144,7 +150,7 @@
 ln -s "%_bindir/kmod" "$b/bin/";
 %if "%_libdir" != "/%_lib"
 ln -s "%_libdir/libkmod.so.2" "$b/%_lib/";
-ln -s "%_libdir/libkmod.so.2.2.4" "$b/%_lib/";
+ln -s "%_libdir/libkmod.so.2.2.5" "$b/%_lib/";
 %endif
 
 %check
@@ -159,6 +165,7 @@
 %_bindir/kmod
 %_libexecdir/%name
 /bin/kmod
+%_datadir/bash-completion/
 
 %files -n %lname
 %defattr(-,root,root)

++++++ kmod-14.tar.xz -> kmod-15.tar.xz ++++++
++++ 5755 lines of diff (skipped)

++++++ kmod-no-static.diff ++++++
From: Jan Engelhardt <jeng...@inai.de>
Date: 2013-09-02 23:35:26.194874106 +0200

Well, we are not interested in just kmod (cf. NEWS),
so undo static linkage.

---
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: kmod/Makefile.am
===================================================================
--- kmod.orig/Makefile.am
+++ kmod/Makefile.am
@@ -117,7 +117,7 @@ tools_kmod_SOURCES = tools/kmod.c tools/
                     tools/depmod.c tools/log.h tools/log.c \
                     tools/static-nodes.c
 tools_kmod_LDADD = libkmod/libkmod-util.la \
-                  libkmod/libkmod-internal.la
+                  libkmod/libkmod.la
 
 ${noinst_SCRIPTS}: tools/kmod
        $(AM_V_GEN) ($(RM) $@; \
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to