Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2015-03-01 14:46: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      2014-11-26 
10:33:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2015-03-01 
14:46:46.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Feb  6 22:36:34 UTC 2015 - dm...@suse.com
+
+- Upgrade to 7.1.0 from upstream. For a detailed changelog see
+  http://people.redhat.com/anderson/crash.changelog.html
+
+- Refreshed patch series with only re-alignment required.
+
+-------------------------------------------------------------------

Old:
----
  crash-7.0.9.tar.gz

New:
----
  crash-7.1.0.tar.gz

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

Other differences:
------------------
++++++ crash.spec ++++++
--- /var/tmp/diff_new_pack.WkJ1CT/_old  2015-03-01 14:46:48.000000000 +0100
+++ /var/tmp/diff_new_pack.WkJ1CT/_new  2015-03-01 14:46:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package crash
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -46,7 +46,7 @@
 Summary:        Crash utility for live systems; netdump, diskdump, LKCD or 
mcore dumpfiles
 License:        GPL-3.0+ and GFDL-1.2
 Group:          Development/Tools/Debuggers
-Version:        7.0.9
+Version:        7.1.0
 Release:        0
 Source:         %{name}-%{version}.tar.gz
 Source2:        crash_whitepaper-%{whitepaper_version}.tar.bz2

++++++ crash-7.0.9.tar.gz -> crash-7.1.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/crash/crash-7.0.9.tar.gz 
/work/SRC/openSUSE:Factory/.crash.new/crash-7.1.0.tar.gz differ: char 5, line 1

++++++ crash-compressed-booted-kernel.patch ++++++
--- /var/tmp/diff_new_pack.WkJ1CT/_old  2015-03-01 14:46:48.000000000 +0100
+++ /var/tmp/diff_new_pack.WkJ1CT/_new  2015-03-01 14:46:48.000000000 +0100
@@ -11,7 +11,7 @@
 
 --- a/filesys.c
 +++ b/filesys.c
-@@ -563,6 +563,7 @@ static int
+@@ -570,6 +570,7 @@ static int
  find_booted_kernel(void)
  {
        char kernel[BUFSIZE];
@@ -19,7 +19,7 @@
        char buffer[BUFSIZE];
        char **searchdirs;
        int i, preferred, wrapped;
-@@ -612,16 +613,24 @@ find_booted_kernel(void)
+@@ -619,16 +620,24 @@ find_booted_kernel(void)
                        sprintf(kernel, "%s%s", searchdirs[i], dp->d_name);
  
                        if (mount_point(kernel) ||
@@ -48,7 +48,7 @@
                        if (found)
                                break;
                }
-@@ -641,10 +650,19 @@ find_booted_kernel(void)
+@@ -648,10 +657,19 @@ find_booted_kernel(void)
                        if (CRASHDEBUG(1))
                                fprintf(fp, "find_booted_kernel: found: %s\n", 
                                        pc->namelist);


++++++ crash-make-emacs-default.diff ++++++
--- /var/tmp/diff_new_pack.WkJ1CT/_old  2015-03-01 14:46:48.000000000 +0100
+++ /var/tmp/diff_new_pack.WkJ1CT/_new  2015-03-01 14:46:48.000000000 +0100
@@ -4,7 +4,7 @@
 
 --- a/main.c
 +++ b/main.c
-@@ -1109,12 +1109,6 @@ setup_environment(int argc, char **argv)
+@@ -1122,12 +1122,6 @@ setup_environment(int argc, char **argv)
        pc->flags |= READLINE;
        pc->editing_mode = "no_mode";
  
@@ -17,7 +17,7 @@
  
        /*
         *  Resolve $HOME .rc file first, then the one in the local directory.
-@@ -1164,7 +1158,7 @@ setup_environment(int argc, char **argv)
+@@ -1177,7 +1171,7 @@ setup_environment(int argc, char **argv)
        }
  
        if (STREQ(pc->editing_mode, "no_mode"))

++++++ crash-patch-gdb.patch ++++++
--- /var/tmp/diff_new_pack.WkJ1CT/_old  2015-03-01 14:46:48.000000000 +0100
+++ /var/tmp/diff_new_pack.WkJ1CT/_new  2015-03-01 14:46:48.000000000 +0100
@@ -16,7 +16,7 @@
 
 --- a/Makefile
 +++ b/Makefile
-@@ -260,8 +260,11 @@ gdb_unzip:
+@@ -261,8 +261,11 @@ gdb_unzip:
  gdb_patch:
        if [ -f ${GDB}.patch ] && [ -s ${GDB}.patch ]; then \
                patch -p0 < ${GDB}.patch; cp ${GDB}.patch ${GDB}; fi
@@ -28,5 +28,5 @@
 +                      patch -d ${GDB} -p1 -F0 < "$$p" ; \
 +              done < ${GDB}.series ; \
        fi
- 
- library: make_build_data ${OBJECT_FILES}
+       if [ "${ARCH}" = "x86_64" ] && [ "${TARGET}" = "PPC64" ] && [ -f 
${GDB}-ppc64le-support.patch ]; then \
+               patch -d ${GDB} -p1 -F0 < ${GDB}-ppc64le-support.patch ; \

++++++ crash-sles9-time.patch ++++++
--- /var/tmp/diff_new_pack.WkJ1CT/_old  2015-03-01 14:46:48.000000000 +0100
+++ /var/tmp/diff_new_pack.WkJ1CT/_new  2015-03-01 14:46:48.000000000 +0100
@@ -16,7 +16,7 @@
 
 --- a/defs.h
 +++ b/defs.h
-@@ -700,6 +700,7 @@ struct kernel_table {
+@@ -708,6 +708,7 @@ struct kernel_table {
                ulong p2m_missing;
        } pvops_xen;
        int highest_irq;
@@ -24,7 +24,7 @@
  #define IKCONFIG_AVAIL        0x1     /* kernel contains ikconfig data */
  #define IKCONFIG_LOADED       0x2     /* ikconfig data is currently loaded */
        int ikconfig_flags;
-@@ -5987,6 +5988,13 @@ extern struct lkcd_environment *lkcd;
+@@ -6142,6 +6143,13 @@ extern struct lkcd_environment *lkcd;
  
  #endif  /* LKCD_COMMON */
  
@@ -53,7 +53,7 @@
        if (symbol_exists("__per_cpu_offset")) {
                if (LKCD_KERNTYPES())
                        i = get_cpus_possible();
-@@ -4918,7 +4924,7 @@ get_uptime(char *buf, ulonglong *j64p)
+@@ -4931,7 +4937,7 @@ get_uptime(char *buf, ulonglong *j64p)
  
        if (symbol_exists("jiffies_64")) {
                get_symbol_data("jiffies_64", sizeof(ulonglong), &jiffies_64);
@@ -62,7 +62,7 @@
                        wrapped = (jiffies_64 & 0xffffffff00000000ULL);
                        if (wrapped) {
                                wrapped -= 0x100000000ULL;
-@@ -5496,6 +5502,7 @@ no_cpu_flags:
+@@ -5509,6 +5515,7 @@ no_cpu_flags:
        if (symbol_exists("p2m_mid_missing"))
                fprintf(fp, "            p2m_mid_missing: %lx\n", 
kt->pvops_xen.p2m_mid_missing);
        fprintf(fp, "                p2m_missing: %lx\n", 
kt->pvops_xen.p2m_missing);
@@ -72,7 +72,7 @@
  /*
 --- a/task.c
 +++ b/task.c
-@@ -3989,6 +3989,12 @@ start_time_timespec(void)
+@@ -3990,6 +3990,12 @@ start_time_timespec(void)
        default:
                break;
        }
@@ -85,7 +85,7 @@
  
        tt->flags |= NO_TIMESPEC;
  
-@@ -4020,6 +4026,11 @@ convert_start_time(ulonglong start_time,
+@@ -4021,6 +4027,11 @@ convert_start_time(ulonglong start_time,
        ulong tmp1, tmp2;
        ulonglong wrapped;
  

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

Reply via email to