Hello community, here is the log from the commit of package kmod for openSUSE:Factory checked in at 2012-04-23 09:15:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-04-20 15:17:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kmod.new/kmod.changes 2012-04-23 09:15:20.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Apr 21 01:55:30 UTC 2012 - [email protected] + +- Restore patch descriptions + (and use `quilt setup` for rediff in future) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmod-so-version.diff ++++++ --- /var/tmp/diff_new_pack.KQA8J3/_old 2012-04-23 09:15:21.000000000 +0200 +++ /var/tmp/diff_new_pack.KQA8J3/_new 2012-04-23 09:15:21.000000000 +0200 @@ -1,7 +1,23 @@ -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 @@ +From: Jan Engelhardt <[email protected]> +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-8/Makefile.am +=================================================================== +--- kmod-8.orig/Makefile.am ++++ kmod-8/Makefile.am +@@ -33,10 +33,6 @@ SED_PROCESS = \ %.pc: %.pc.in Makefile $(SED_PROCESS) @@ -12,7 +28,7 @@ noinst_LTLIBRARIES = libkmod/libkmod-util.la libkmod_libkmod_util_la_SOURCES = libkmod/libkmod-hash.c \ libkmod/libkmod-hash.h \ -@@ -65,7 +61,7 @@ +@@ -65,7 +61,7 @@ EXTRA_DIST += libkmod/libkmod.sym 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]
