Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2014-11-26 10:33:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-22 
09:23:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2014-11-26 
10:33:25.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Nov 21 18:27:16 UTC 2014 - [email protected]
+
+- Upgrade to 7.0.9 from upstream, For a detailed changelog see
+  http://people.redhat.com/anderson/crash.changelog.html
+
+- Refreshed patch series but no modifications required.
+
+-------------------------------------------------------------------

Old:
----
  crash-7.0.8.tar.gz

New:
----
  crash-7.0.9.tar.gz

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

Other differences:
------------------
++++++ crash.spec ++++++
--- /var/tmp/diff_new_pack.brLF8p/_old  2014-11-26 10:33:27.000000000 +0100
+++ /var/tmp/diff_new_pack.brLF8p/_new  2014-11-26 10:33:27.000000000 +0100
@@ -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.8
+Version:        7.0.9
 Release:        0
 Source:         %{name}-%{version}.tar.gz
 Source2:        crash_whitepaper-%{whitepaper_version}.tar.bz2

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

++++++ crash-compressed-booted-kernel.patch ++++++
--- /var/tmp/diff_new_pack.brLF8p/_old  2014-11-26 10:33:27.000000000 +0100
+++ /var/tmp/diff_new_pack.brLF8p/_new  2014-11-26 10:33:27.000000000 +0100
@@ -9,11 +9,9 @@
  filesys.c |   26 ++++++++++++++++++++++----
  1 file changed, 22 insertions(+), 4 deletions(-)
 
-Index: b/filesys.c
-===================================================================
 --- a/filesys.c
 +++ b/filesys.c
-@@ -529,6 +529,7 @@ static int
+@@ -563,6 +563,7 @@ static int
  find_booted_kernel(void)
  {
        char kernel[BUFSIZE];
@@ -21,7 +19,7 @@
        char buffer[BUFSIZE];
        char **searchdirs;
        int i, preferred, wrapped;
-@@ -578,16 +579,24 @@ find_booted_kernel(void)
+@@ -612,16 +613,24 @@ find_booted_kernel(void)
                        sprintf(kernel, "%s%s", searchdirs[i], dp->d_name);
  
                        if (mount_point(kernel) ||
@@ -50,7 +48,7 @@
                        if (found)
                                break;
                }
-@@ -607,10 +616,19 @@ find_booted_kernel(void)
+@@ -641,10 +650,19 @@ find_booted_kernel(void)
                        if (CRASHDEBUG(1))
                                fprintf(fp, "find_booted_kernel: found: %s\n", 
                                        pc->namelist);

++++++ crash-debuginfo-compressed.patch ++++++
--- /var/tmp/diff_new_pack.brLF8p/_old  2014-11-26 10:33:27.000000000 +0100
+++ /var/tmp/diff_new_pack.brLF8p/_new  2014-11-26 10:33:27.000000000 +0100
@@ -12,11 +12,9 @@
  symbols.c |   17 ++++++++++-------
  1 file changed, 10 insertions(+), 7 deletions(-)
 
-Index: b/symbols.c
-===================================================================
 --- a/symbols.c
 +++ b/symbols.c
-@@ -192,9 +192,9 @@ symtab_init(void)
+@@ -194,9 +194,9 @@ symtab_init(void)
         *  Pull a bait-and-switch on st->bfd if we've got a separate
           *  .gnu_debuglink file that matches the CRC. Not done for kerntypes.
         */
@@ -29,7 +27,7 @@
                        no_debugging_data(FATAL);
        }
        
-@@ -253,13 +253,16 @@ check_gnu_debuglink(bfd *bfd)
+@@ -258,13 +258,16 @@ check_gnu_debuglink(bfd *bfd)
        char *contents;
        int crc_offset; 
        unsigned long crc32;
@@ -47,7 +45,7 @@
                return FALSE;
        }
  
-@@ -280,14 +283,14 @@ check_gnu_debuglink(bfd *bfd)
+@@ -285,14 +288,14 @@ check_gnu_debuglink(bfd *bfd)
                        contents, crc32);
  
        if ((pc->debuginfo_file = (char *)


++++++ crash-make-emacs-default.diff ++++++
--- /var/tmp/diff_new_pack.brLF8p/_old  2014-11-26 10:33:27.000000000 +0100
+++ /var/tmp/diff_new_pack.brLF8p/_new  2014-11-26 10:33:27.000000000 +0100
@@ -2,11 +2,9 @@
  main.c |    8 +-------
  1 file changed, 1 insertion(+), 7 deletions(-)
 
-Index: b/main.c
-===================================================================
 --- a/main.c
 +++ b/main.c
-@@ -1037,12 +1037,6 @@ setup_environment(int argc, char **argv)
+@@ -1109,12 +1109,6 @@ setup_environment(int argc, char **argv)
        pc->flags |= READLINE;
        pc->editing_mode = "no_mode";
  
@@ -19,7 +17,7 @@
  
        /*
         *  Resolve $HOME .rc file first, then the one in the local directory.
-@@ -1092,7 +1086,7 @@ setup_environment(int argc, char **argv)
+@@ -1164,7 +1158,7 @@ setup_environment(int argc, char **argv)
        }
  
        if (STREQ(pc->editing_mode, "no_mode"))

++++++ crash-missing-declarations.patch ++++++
--- /var/tmp/diff_new_pack.brLF8p/_old  2014-11-26 10:33:27.000000000 +0100
+++ /var/tmp/diff_new_pack.brLF8p/_new  2014-11-26 10:33:27.000000000 +0100
@@ -7,8 +7,6 @@
  gdb-7.6.patch |   10 ++++++++++
  1 file changed, 10 insertions(+)
 
-Index: b/gdb-7.6.patch
-===================================================================
 --- a/gdb-7.6.patch
 +++ b/gdb-7.6.patch
 @@ -17,6 +17,16 @@

++++++ crash-patch-gdb.patch ++++++
--- /var/tmp/diff_new_pack.brLF8p/_old  2014-11-26 10:33:27.000000000 +0100
+++ /var/tmp/diff_new_pack.brLF8p/_new  2014-11-26 10:33:27.000000000 +0100
@@ -14,8 +14,8 @@
  Makefile |    7 +++++--
  1 file changed, 5 insertions(+), 2 deletions(-)
 
---- a/Makefile 2014-09-17 10:54:23.070488397 -0400
-+++ b/Makefile 2014-09-17 10:54:59.557726952 -0400
+--- a/Makefile
++++ b/Makefile
 @@ -260,8 +260,11 @@ gdb_unzip:
  gdb_patch:
        if [ -f ${GDB}.patch ] && [ -s ${GDB}.patch ]; then \

++++++ crash-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.brLF8p/_old  2014-11-26 10:33:27.000000000 +0100
+++ /var/tmp/diff_new_pack.brLF8p/_new  2014-11-26 10:33:27.000000000 +0100
@@ -1,4 +1,4 @@
 addFilter("devel-file-in-non-devel-package .*/usr/share/sial/crash.*")
-# crash-7.0.7.tar compresses better with gzip than with bzip2
-addFilter(" source-or-patch-not-bzipped crash-7.0.7.tar.gz")
-addFilter(" source-or-patch-not-compressed bz2 crash-7.0.7.tar.gz")
+# crash-7.0.9.tar compresses better with gzip than with bzip2
+addFilter(" source-or-patch-not-bzipped crash-7.0.9.tar.gz")
+addFilter(" source-or-patch-not-compressed bz2 crash-7.0.9.tar.gz")

++++++ crash-sles9-quirk.patch ++++++
--- /var/tmp/diff_new_pack.brLF8p/_old  2014-11-26 10:33:27.000000000 +0100
+++ /var/tmp/diff_new_pack.brLF8p/_new  2014-11-26 10:33:27.000000000 +0100
@@ -53,8 +53,6 @@
  lkcd_v8.c |   11 +++++++++++
  1 file changed, 11 insertions(+)
 
-Index: b/lkcd_v8.c
-===================================================================
 --- a/lkcd_v8.c
 +++ b/lkcd_v8.c
 @@ -130,6 +130,17 @@ lkcd_dump_init_v8_arch(dump_header_t *dh

++++++ crash-sles9-time.patch ++++++
--- /var/tmp/diff_new_pack.brLF8p/_old  2014-11-26 10:33:27.000000000 +0100
+++ /var/tmp/diff_new_pack.brLF8p/_new  2014-11-26 10:33:27.000000000 +0100
@@ -16,7 +16,7 @@
 
 --- a/defs.h
 +++ b/defs.h
-@@ -685,6 +685,7 @@ struct kernel_table {
+@@ -700,6 +700,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;
-@@ -5835,6 +5836,13 @@ extern struct lkcd_environment *lkcd;
+@@ -5987,6 +5988,13 @@ extern struct lkcd_environment *lkcd;
  
  #endif  /* LKCD_COMMON */
  
@@ -40,7 +40,7 @@
   */
 --- a/kernel.c
 +++ b/kernel.c
-@@ -252,6 +252,12 @@ kernel_init()
+@@ -254,6 +254,12 @@ kernel_init()
  
        verify_version();
  
@@ -53,7 +53,7 @@
        if (symbol_exists("__per_cpu_offset")) {
                if (LKCD_KERNTYPES())
                        i = get_cpus_possible();
-@@ -4806,7 +4812,7 @@ get_uptime(char *buf, ulonglong *j64p)
+@@ -4918,7 +4924,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;
-@@ -5358,6 +5364,7 @@ no_cpu_flags:
+@@ -5496,6 +5502,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
-@@ -3669,6 +3669,12 @@ start_time_timespec(void)
+@@ -3989,6 +3989,12 @@ start_time_timespec(void)
        default:
                break;
        }
@@ -85,7 +85,7 @@
  
        tt->flags |= NO_TIMESPEC;
  
-@@ -3700,6 +3706,11 @@ convert_start_time(ulonglong start_time,
+@@ -4020,6 +4026,11 @@ convert_start_time(ulonglong start_time,
        ulong tmp1, tmp2;
        ulonglong wrapped;
  

++++++ crash_enable_lzo_support.patch ++++++
--- /var/tmp/diff_new_pack.brLF8p/_old  2014-11-26 10:33:27.000000000 +0100
+++ /var/tmp/diff_new_pack.brLF8p/_new  2014-11-26 10:33:27.000000000 +0100
@@ -3,14 +3,10 @@
  LDFLAGS.extra |    1 +
  2 files changed, 2 insertions(+)
 
-Index: b/CFLAGS.extra
-===================================================================
 --- /dev/null
 +++ b/CFLAGS.extra
 @@ -0,0 +1 @@
 +-DLZO
-Index: b/LDFLAGS.extra
-===================================================================
 --- /dev/null
 +++ b/LDFLAGS.extra
 @@ -0,0 +1 @@

++++++ eppic-switch-to-system-lib.patch ++++++
--- /var/tmp/diff_new_pack.brLF8p/_old  2014-11-26 10:33:27.000000000 +0100
+++ /var/tmp/diff_new_pack.brLF8p/_new  2014-11-26 10:33:27.000000000 +0100
@@ -1,10 +1,8 @@
 ---
- eppic/applications/crash/eppic.c | 1110 
+++++++++++++++++++++++++++++++++++++++
- extensions/eppic.mk              |   26 
+ extensions/eppic.mk                         |   26 
+ extensions/eppic/applications/crash/eppic.c | 1110 
++++++++++++++++++++++++++++
  2 files changed, 1112 insertions(+), 24 deletions(-)
 
-Index: b/extensions/eppic.mk
-===================================================================
 --- a/extensions/eppic.mk
 +++ b/extensions/eppic.mk
 @@ -28,29 +28,7 @@ all:
@@ -48,8 +46,6 @@
  
  clean:
        if  [ -d eppic/libeppic ]; \
-Index: b/extensions/eppic/applications/crash/eppic.c
-===================================================================
 --- /dev/null
 +++ b/extensions/eppic/applications/crash/eppic.c
 @@ -0,0 +1,1110 @@

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to