Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2012-03-07 20:09:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-08 
15:38:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod.changes   2012-03-07 
20:09:26.000000000 +0100
@@ -1,0 +2,11 @@
+Sat Mar  3 20:50:43 UTC 2012 - jeng...@medozas.de
+
+- Update to new upstream release 6
+* New API: kmod_module_apply_filter, a function to apply filters
+  in a list of modules
+* Lookup modules.builtin.bin to decide if a module is built into
+  the kernel
+* Resolve infinite loops with softdeps and user configs with
+  install commands
+
+-------------------------------------------------------------------

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

New:
----
  kmod-6.tar.sign
  kmod-6.tar.xz

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

Other differences:
------------------
++++++ kmod.spec ++++++
--- /var/tmp/diff_new_pack.2yk559/_old  2012-03-07 20:09:27.000000000 +0100
+++ /var/tmp/diff_new_pack.2yk559/_new  2012-03-07 20:09:27.000000000 +0100
@@ -14,18 +14,17 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
 Name:           kmod
 %define lname  libkmod2
 Summary:        Utilities to load modules into the kernel
 License:        LGPL-2.1+ and GPL-2.0+
 Group:          System/Kernel
-Version:        5
+Version:        6
 Release:        0
 Url:            http://www.politreco.com/2011/12/announce-kmod-2/
 
-#Git-Clone:    git://git.profusion.mobi/kmod
+#Git-Web:      http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
+#Git-Clone:    git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod
 Source:         %name-%version.tar.xz
 Source2:        %name-%version.tar.sign
 Patch1:         kmod-so-version.diff
@@ -34,7 +33,7 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
-BuildRequires:  pkgconfig >= 0.23
+BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  xz
 BuildRequires:  pkgconfig(liblzma) >= 4.99
 BuildRequires:  pkgconfig(zlib)
@@ -98,7 +97,6 @@
 %install
 b="%buildroot";
 %make_install
-# Remove standalone tools
 rm -f "$b/bin"/kmod-*;
 rm -f "$b/%_libdir"/*.la;
 

++++++ kmod-so-version.diff ++++++
--- /var/tmp/diff_new_pack.2yk559/_old  2012-03-07 20:09:27.000000000 +0100
+++ /var/tmp/diff_new_pack.2yk559/_new  2012-03-07 20:09:27.000000000 +0100
@@ -1,3 +1,4 @@
+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
@@ -8,31 +9,30 @@
 References: http://lists.gnu.org/archive/html/libtool/2012-02/msg00011.html
 
 ---
- Makefile.am |    9 ++++-----
- 1 file changed, 4 insertions(+), 5 deletions(-)
+ Makefile.am |    6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
 
-Index: kmod-5/Makefile.am
+Index: kmod-6/Makefile.am
 ===================================================================
---- kmod-5.orig/Makefile.am
-+++ kmod-5/Makefile.am
-@@ -39,9 +39,8 @@ SED_PROCESS = \
+--- kmod-6.orig/Makefile.am
++++ kmod-6/Makefile.am
+@@ -39,10 +39,6 @@ SED_PROCESS = \
  %.pc: %.pc.in Makefile
        $(SED_PROCESS)
  
--LIBKMOD_CURRENT=2
+-LIBKMOD_CURRENT=3
 -LIBKMOD_REVISION=0
--LIBKMOD_AGE=0
-+LIBKMOD_SO_MAJOR=2
-+LIBKMOD_SO_MINOR=0
- 
+-LIBKMOD_AGE=1
+-
  noinst_LTLIBRARIES = libkmod/libkmod-util.la
  libkmod_libkmod_util_la_SOURCES = libkmod/libkmod-hash.c \
-@@ -71,7 +70,7 @@ EXTRA_DIST += libkmod/libkmod.sym
+                                 libkmod/libkmod-hash.h \
+@@ -71,7 +67,7 @@ EXTRA_DIST += libkmod/libkmod.sym
  EXTRA_DIST += libkmod/COPYING libkmod/README
  
  libkmod_libkmod_la_LDFLAGS = $(AM_LDFLAGS) \
 -      -version-info $(LIBKMOD_CURRENT):$(LIBKMOD_REVISION):$(LIBKMOD_AGE) \
-+      -version-number ${LIBKMOD_SO_MAJOR}:${LIBKMOD_SO_MINOR} \
++      -version-number 2:1 \
        -Wl,--version-script=$(top_srcdir)/libkmod/libkmod.sym
  libkmod_libkmod_la_DEPENDENCIES = libkmod/libkmod-util.la \
                                  ${top_srcdir}/libkmod/libkmod.sym

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to