Hello community, here is the log from the commit of package kmod for openSUSE:Factory checked in at 2012-04-19 08:49:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmod (Old) and /work/SRC/openSUSE:Factory/.kmod.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmod", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/kmod/kmod.changes 2012-03-13 09:34:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kmod.new/kmod.changes 2012-04-19 08:49:57.000000000 +0200 @@ -1,0 +2,14 @@ +Wed Apr 18 10:58:03 UTC 2012 - [email protected] + +- Update to new upstream release 7 +* build-sys: don't set CFLAGS and LDFLAGS. +* build-sys: re-organize configure.ac. +* configure.ac: Move link only flags out of CFLAGS and into LDFLAGS. +* Add CC_CHECK_LDFLAGS_APPEND m4 macro. +* config: use order /etc, /run, /lib. +* modprobe: set log prio to 0 if user passed -q arg. +* modprobe: always try to remove all modules in command line. +* modprobe: don't check if module builtin to decide if it's builtin. +* modprobe: fix error path in removing modules. + +------------------------------------------------------------------- Old: ---- kmod-6.tar.sign kmod-6.tar.xz New: ---- kmod-7.tar.sign kmod-7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmod.spec ++++++ --- /var/tmp/diff_new_pack.jx64op/_old 2012-04-19 08:50:01.000000000 +0200 +++ /var/tmp/diff_new_pack.jx64op/_new 2012-04-19 08:50:01.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: 6 +Version: 7 Release: 0 Url: http://www.politreco.com/2011/12/announce-kmod-2/ @@ -75,7 +75,7 @@ Summary: Development files for libkmod License: LGPL-2.1+ Group: Development/Libraries/C and C++ -Requires: %lname = %version +Requires: %lname = %{version} %description -n libkmod-devel libkmod was created to allow programs to easily insert, remove and @@ -89,11 +89,15 @@ %patch -P 1 -p1 %build -autoreconf -fi; +autoreconf -fi # The extra --includedir gives us the possibility to detect dependent # packages which fail to properly use pkgconfig. -%configure --with-xz --with-zlib --includedir=%_includedir/%name-%version \ - --with-rootlibdir=%{_libdir} --bindir=%{_bindir} +%configure \ + --with-xz \ + --with-zlib \ + --includedir=%_includedir/%{name}-%{version} \ + --with-rootlibdir=%{_libdir} \ + --bindir=%{_bindir} make %{?_smp_mflags} %install ++++++ kmod-so-version.diff ++++++ --- /var/tmp/diff_new_pack.jx64op/_old 2012-04-19 08:50:01.000000000 +0200 +++ /var/tmp/diff_new_pack.jx64op/_new 2012-04-19 08:50:01.000000000 +0200 @@ -1,33 +1,18 @@ -Upstream: this patch is too complex for upstream to handle - -Change the kmod Makefile from using -version-info to -version-number -to make it clear that the kmod project is not trying to subvert the -libtool "interface" number concept, but in fact does not do -libtool-style counting. - -References: <[email protected]> -References: http://lists.gnu.org/archive/html/libtool/2012-02/msg00011.html - ---- - Makefile.am | 6 +----- - 1 file changed, 1 insertion(+), 5 deletions(-) - -Index: kmod-6/Makefile.am -=================================================================== ---- kmod-6.orig/Makefile.am -+++ kmod-6/Makefile.am -@@ -39,10 +39,6 @@ SED_PROCESS = \ +diff -ur kmod-7.orig/Makefile.am kmod-7/Makefile.am +--- kmod-7.orig/Makefile.am 2012-04-18 12:54:59.140122820 +0200 ++++ kmod-7/Makefile.am 2012-04-18 12:56:06.086310478 +0200 +@@ -33,10 +33,6 @@ %.pc: %.pc.in Makefile $(SED_PROCESS) -LIBKMOD_CURRENT=3 --LIBKMOD_REVISION=0 +-LIBKMOD_REVISION=1 -LIBKMOD_AGE=1 - noinst_LTLIBRARIES = libkmod/libkmod-util.la libkmod_libkmod_util_la_SOURCES = libkmod/libkmod-hash.c \ libkmod/libkmod-hash.h \ -@@ -71,7 +67,7 @@ EXTRA_DIST += libkmod/libkmod.sym +@@ -65,7 +61,7 @@ EXTRA_DIST += libkmod/COPYING libkmod/README libkmod_libkmod_la_LDFLAGS = $(AM_LDFLAGS) \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
