Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2015-09-13 09:45:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-12 
20:31:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2015-09-13 
09:45:16.000000000 +0200
@@ -1,0 +2,33 @@
+Tue Sep  8 20:07:52 UTC 2015 - [email protected]
+
+- Upgrade of source tarball to 7.1.3 from upstream and refresh of
+  patch series to match. For the changelog of the source tarball
+  see:
+
+  http://people.redhat.com/anderson/crash.changelog.html
+
+  Feature enhancements include:
+
+  - Introduction of the "dis -f <address>" option, which 
+    disassembles from the target address until the end of the
+    function.
+  - Introduction of the "dis -s <address>" option, which displays
+    the filename and line number that is associated with the
+    specified text location, followed by a source code listing if
+    it is available on the host machine.
+  - Added a new "--src <directory>" command line option for use
+    by the "dis -s" option if the kernel source code is not
+    located in the standard location that is compiled into the
+    kernel's debuginfo data.
+
+-------------------------------------------------------------------
+Mon Jul 20 16:25:14 UTC 2015 - [email protected]
+
+- Upgrade to 7.1.2 from upstream. For a detailed changelog see
+
+  http://people.redhat.com/anderson/crash.changelog.html
+
+- Refreshed patch series with some changes required to
+  adjust for git host changes in eppic-switch-to-system-lib.patch
+
+-------------------------------------------------------------------

Old:
----
  crash-7.1.1.tar.gz

New:
----
  crash-7.1.3.tar.gz

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

Other differences:
------------------
++++++ crash.spec ++++++
--- /var/tmp/diff_new_pack.K9g7Du/_old  2015-09-13 09:45:18.000000000 +0200
+++ /var/tmp/diff_new_pack.K9g7Du/_new  2015-09-13 09:45:18.000000000 +0200
@@ -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.1.1
+Version:        7.1.3
 Release:        0
 Source:         %{name}-%{version}.tar.gz
 Source2:        crash_whitepaper-%{whitepaper_version}.tar.bz2

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

++++++ crash-compressed-booted-kernel.patch ++++++
--- /var/tmp/diff_new_pack.K9g7Du/_old  2015-09-13 09:45:18.000000000 +0200
+++ /var/tmp/diff_new_pack.K9g7Du/_new  2015-09-13 09:45:18.000000000 +0200
@@ -11,7 +11,7 @@
 
 --- a/filesys.c
 +++ b/filesys.c
-@@ -570,6 +570,7 @@ static int
+@@ -571,6 +571,7 @@ static int
  find_booted_kernel(void)
  {
        char kernel[BUFSIZE];
@@ -19,7 +19,7 @@
        char buffer[BUFSIZE];
        char **searchdirs;
        int i, preferred, wrapped;
-@@ -619,16 +620,24 @@ find_booted_kernel(void)
+@@ -620,16 +621,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;
                }
-@@ -648,10 +657,19 @@ find_booted_kernel(void)
+@@ -649,10 +658,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.K9g7Du/_old  2015-09-13 09:45:18.000000000 +0200
+++ /var/tmp/diff_new_pack.K9g7Du/_new  2015-09-13 09:45:18.000000000 +0200
@@ -14,7 +14,7 @@
 
 --- a/symbols.c
 +++ b/symbols.c
-@@ -199,9 +199,9 @@ symtab_init(void)
+@@ -198,9 +198,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.
         */
@@ -27,7 +27,7 @@
                        no_debugging_data(FATAL);
        }
        
-@@ -263,13 +263,16 @@ check_gnu_debuglink(bfd *bfd)
+@@ -262,13 +262,16 @@ check_gnu_debuglink(bfd *bfd)
        char *contents;
        int crc_offset; 
        unsigned long crc32;
@@ -45,7 +45,7 @@
                return FALSE;
        }
  
-@@ -290,14 +293,14 @@ check_gnu_debuglink(bfd *bfd)
+@@ -289,14 +292,14 @@ check_gnu_debuglink(bfd *bfd)
                        contents, crc32);
  
        if ((pc->debuginfo_file = (char *)


++++++ crash-make-emacs-default.diff ++++++
--- /var/tmp/diff_new_pack.K9g7Du/_old  2015-09-13 09:45:18.000000000 +0200
+++ /var/tmp/diff_new_pack.K9g7Du/_new  2015-09-13 09:45:18.000000000 +0200
@@ -4,7 +4,7 @@
 
 --- a/main.c
 +++ b/main.c
-@@ -1122,12 +1122,6 @@ setup_environment(int argc, char **argv)
+@@ -1136,12 +1136,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.
-@@ -1177,7 +1171,7 @@ setup_environment(int argc, char **argv)
+@@ -1191,7 +1185,7 @@ setup_environment(int argc, char **argv)
        }
  
        if (STREQ(pc->editing_mode, "no_mode"))

++++++ crash-sles9-time.patch ++++++
--- /var/tmp/diff_new_pack.K9g7Du/_old  2015-09-13 09:45:18.000000000 +0200
+++ /var/tmp/diff_new_pack.K9g7Du/_new  2015-09-13 09:45:18.000000000 +0200
@@ -16,7 +16,7 @@
 
 --- a/defs.h
 +++ b/defs.h
-@@ -709,6 +709,7 @@ struct kernel_table {
+@@ -711,6 +711,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;
-@@ -6148,6 +6149,13 @@ extern struct lkcd_environment *lkcd;
+@@ -6167,6 +6168,13 @@ extern struct lkcd_environment *lkcd;
  
  #endif  /* LKCD_COMMON */
  
@@ -40,7 +40,7 @@
   */
 --- a/kernel.c
 +++ b/kernel.c
-@@ -254,6 +254,12 @@ kernel_init()
+@@ -258,6 +258,12 @@ kernel_init()
  
        verify_version();
  
@@ -53,7 +53,7 @@
        if (symbol_exists("__per_cpu_offset")) {
                if (LKCD_KERNTYPES())
                        i = get_cpus_possible();
-@@ -4941,7 +4947,7 @@ get_uptime(char *buf, ulonglong *j64p)
+@@ -5207,7 +5213,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;
-@@ -5519,6 +5525,7 @@ no_cpu_flags:
+@@ -5789,6 +5795,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);

++++++ eppic-switch-to-system-lib.patch ++++++
--- /var/tmp/diff_new_pack.K9g7Du/_old  2015-09-13 09:45:18.000000000 +0200
+++ /var/tmp/diff_new_pack.K9g7Du/_new  2015-09-13 09:45:18.000000000 +0200
@@ -5,7 +5,7 @@
 
 --- a/extensions/eppic.mk
 +++ b/extensions/eppic.mk
-@@ -28,29 +28,7 @@ all:
+@@ -31,29 +31,7 @@ all:
        @if [ -f /usr/bin/flex ] && [ -f /usr/bin/bison ]; then \
          if [ -f ../$(GDB)/crash.target ]; \
          then \
@@ -16,8 +16,8 @@
 -             if [ -n "$(EPPIC_GIT_URL)" ]; then \
 -               git clone "$(EPPIC_GIT_URL)" eppic; \
 -             else \
--                if [ -n "$(GOOGLE)" ] ; then \
--                  git clone https://code.google.com/p/eppic eppic; \
+-                if [ -n "$(GITHUB)" ] ; then \
+-                  git clone https://github.com/lucchouina/eppic.git eppic; \
 -                fi; \
 -             fi; \
 -          else \
@@ -35,7 +35,7 @@
        else \
            echo "eppic.so: build failed: requires the crash $(GDB) module"; \
        fi ;\
-@@ -61,8 +39,8 @@ all:
+@@ -64,8 +42,8 @@ all:
  lib-eppic: 
        cd eppic/libeppic && make
              


Reply via email to