Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2015-03-25 21:05:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crash (Old)
 and      /work/SRC/openSUSE:Factory/.crash.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crash"

Changes:
--------
--- /work/SRC/openSUSE:Factory/crash/crash.changes      2015-03-01 
14:46:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2015-03-25 
21:33:16.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Mar 15 08:21:20 UTC 2015 - seife+...@b1-systems.com
+
+- add patch from upstream to handle kernel 4.0
+  0001-Prepare-for-the-future-increment-of-Linux-3.x-to-4.x.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Prepare-for-the-future-increment-of-Linux-3.x-to-4.x.patch

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

Other differences:
------------------
++++++ crash.spec ++++++
--- /var/tmp/diff_new_pack.yaaWDF/_old  2015-03-25 21:33:18.000000000 +0100
+++ /var/tmp/diff_new_pack.yaaWDF/_new  2015-03-25 21:33:18.000000000 +0100
@@ -70,6 +70,7 @@
 Patch12:        eppic-switch-to-system-lib.patch
 Patch13:        %{name}-patch-gdb.patch
 Patch15:        %{name}_enable_snappy_support.patch
+Patch20:        0001-Prepare-for-the-future-increment-of-Linux-3.x-to-4.x.patch
 Patch90:        %{name}-sial-ps-2.6.29.diff
 BuildRequires:  bison
 BuildRequires:  flex
@@ -261,6 +262,7 @@
 %if %{have_snappy}
 %patch15 -p1
 %endif
+%patch20 -p1
 ## GDB patches
 #for f in %{S:XXX} ; do
 #    base=`basename "$f"`

++++++ 0001-Prepare-for-the-future-increment-of-Linux-3.x-to-4.x.patch ++++++
>From db07dbf5a7e19806b1629bd4125e6643978c6f9f Mon Sep 17 00:00:00 2001
From: Dave Anderson <ander...@redhat.com>
Date: Thu, 19 Feb 2015 16:16:33 -0500
Subject: [PATCH] Prepare for the future increment of Linux 3.x to 4.x.
 (ander...@redhat.com)

---
 kernel.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/kernel.c b/kernel.c
index cf858c2..a5e0c64 100644
--- a/kernel.c
+++ b/kernel.c
@@ -1211,7 +1211,8 @@ verify_namelist()
        sprintf(buffer3, "(unknown)");
         while (fgets(buffer, BUFSIZE-1, pipe)) {
                if (!strstr(buffer, "Linux version 2.") &&
-                   !strstr(buffer, "Linux version 3."))
+                   !strstr(buffer, "Linux version 3.") &&
+                   !strstr(buffer, "Linux version 4."))
                        continue;
 
                 if (strstr(buffer, kt->proc_version)) {
@@ -4909,7 +4910,8 @@ debug_kernel_version(char *namelist)
        argc = 0;
         while (fgets(buf, BUFSIZE-1, pipe)) {
                 if (!strstr(buf, "Linux version 2.") &&
-                   !strstr(buf, "Linux version 3."))
+                   !strstr(buf, "Linux version 3.") &&
+                   !strstr(buf, "Linux version 4."))
                         continue;
 
                argc = parse_line(buf, arglist); 
-- 
2.3.1


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

Reply via email to