Hello community,

here is the log from the commit of package ppc64-diag for openSUSE:Factory 
checked in at 2016-06-09 16:03:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ppc64-diag (Old)
 and      /work/SRC/openSUSE:Factory/.ppc64-diag.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ppc64-diag"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ppc64-diag/ppc64-diag.changes    2015-09-27 
08:39:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ppc64-diag.new/ppc64-diag.changes       
2016-06-09 16:05:22.000000000 +0200
@@ -1,0 +2,23 @@
+Mon May  9 10:25:34 UTC 2016 - dval...@suse.com
+
+- Update to 2.7.1
+  - Fixed endianess issues in diagnostics code 
+
+-------------------------------------------------------------------
+Tue Mar 22 15:31:40 UTC 2016 - jloe...@suse.com
+
+- version update to 2.7.0 (FATE#319557)
+  - Move from EPL to the GNU GPL license
+  - LED support on FSP based PowerNV platform
+  - Few minor bugs fixes
+
+- removed patches:
+  * ppc64-diag.bug-945385_create_dump_directory_on_startup.patch
+  * ppc64-diag.tmpraces.patch
+
+- modified patches:
+  * ppc64-diag.opal_errd.patch
+  * ppc64-diag.rtas_errd.patch
+  * ppc64-diag.varunused.patch
+
+-------------------------------------------------------------------

Old:
----
  ppc64-diag-2.6.9.tar.gz
  ppc64-diag.bug-945385_create_dump_directory_on_startup.patch
  ppc64-diag.tmpraces.patch

New:
----
  ppc64-diag-2.7.1.tar.gz

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

Other differences:
------------------
++++++ ppc64-diag.spec ++++++
--- /var/tmp/diff_new_pack.2cOZbk/_old  2016-06-09 16:05:41.000000000 +0200
+++ /var/tmp/diff_new_pack.2cOZbk/_new  2016-06-09 16:05:41.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ppc64-diag
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -18,10 +18,10 @@
 
 Url:            http://sourceforge.net/projects/linux-diag/files/ppc64-diag
 Name:           ppc64-diag
-Version:        2.6.9
+Version:        2.7.1
 Release:        0
 Summary:        Linux for Power Platform Diagnostics
-License:        EPL-1.0
+License:        GPL-2.0+
 Group:          System/Monitoring
 ExclusiveArch:  ppc ppc64 ppc64le
 %if 0%{?suse_version} >= 1210
@@ -54,8 +54,6 @@
 Patch2:         %{name}.varunused.patch
 #PATCH-FIX-OPENSUSE - ppc64-diag.opal_errd.patch - fix opal_errd initscript to 
comply with openSUSE standards
 Patch3:         %{name}.opal_errd.patch
-Patch4:         ppc64-diag.tmpraces.patch
-Patch5:         ppc64-diag.bug-945385_create_dump_directory_on_startup.patch
 
 %description
 This package contains various diagnostic tools for PowerLinux.
@@ -76,8 +74,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 %if 0%{?has_systemd}
@@ -109,7 +105,7 @@
 
 %files
 %defattr (-,root,root,-)
-%doc %attr(644,root,root) COPYRIGHT
+%doc %attr(644,root,root) COPYING
 /usr/sbin/*
 %dir /etc/ppc64-diag
 %config /etc/ppc64-diag/*

++++++ ppc64-diag-2.6.9.tar.gz -> ppc64-diag-2.7.1.tar.gz ++++++
++++ 8823 lines of diff (skipped)

++++++ ppc64-diag.opal_errd.patch ++++++
--- /var/tmp/diff_new_pack.2cOZbk/_old  2016-06-09 16:05:41.000000000 +0200
+++ /var/tmp/diff_new_pack.2cOZbk/_new  2016-06-09 16:05:41.000000000 +0200
@@ -1,8 +1,8 @@
-Index: ppc64-diag-2.6.9/scripts/opal_errd
+Index: ppc64-diag-2.7.0/scripts/opal_errd
 ===================================================================
---- ppc64-diag-2.6.9.orig/scripts/opal_errd
-+++ ppc64-diag-2.6.9/scripts/opal_errd
-@@ -22,6 +22,10 @@
+--- ppc64-diag-2.7.0.orig/scripts/opal_errd
++++ ppc64-diag-2.7.0/scripts/opal_errd
+@@ -37,6 +37,10 @@
  # Provides:           opal_errd
  # Required-Start:     $local_fs $syslog $time
  # Required-Stop:
@@ -13,7 +13,7 @@
  # Default-Start:      2 3 5
  # Default-Stop:         0 1 4 6
  # Short-Description:  Daemon to retrieve platform errors/events
-@@ -58,8 +62,8 @@ opal_errd_start()
+@@ -73,8 +77,8 @@ opal_errd_start()
                daemon $OE_BIN
                pid=`pidof opal_errd`
                if [ -n "$pid" ]; then
@@ -24,7 +24,7 @@
                fi
        fi
  }
-@@ -71,8 +75,8 @@ opal_errd_stop()
+@@ -86,8 +90,8 @@ opal_errd_stop()
                rc_status -v
        else
                killproc opal_errd -TERM

++++++ ppc64-diag.rtas_errd.patch ++++++
--- /var/tmp/diff_new_pack.2cOZbk/_old  2016-06-09 16:05:41.000000000 +0200
+++ /var/tmp/diff_new_pack.2cOZbk/_new  2016-06-09 16:05:41.000000000 +0200
@@ -2,11 +2,11 @@
  scripts/rtas_errd |    6 ++++--
  1 file changed, 4 insertions(+), 2 deletions(-)
 
-Index: ppc64-diag-2.6.9/scripts/rtas_errd
+Index: ppc64-diag-2.7.0/scripts/rtas_errd
 ===================================================================
---- ppc64-diag-2.6.9.orig/scripts/rtas_errd
-+++ ppc64-diag-2.6.9/scripts/rtas_errd
-@@ -21,6 +21,10 @@
+--- ppc64-diag-2.7.0.orig/scripts/rtas_errd
++++ ppc64-diag-2.7.0/scripts/rtas_errd
+@@ -34,6 +34,10 @@
  # Provides:           rtas_errd
  # Required-Start:     $local_fs $syslog $time
  # Required-Stop:
@@ -17,7 +17,7 @@
  # Default-Start:      2 3 5
  # Default-Stop:               0 1 4 6
  # Short-Description:  Daemon to retrieve platform errors
-@@ -63,8 +67,8 @@ case "$1" in
+@@ -76,8 +80,8 @@ case "$1" in
            daemon $RE_BIN
            pid=`pidof rtas_errd`
            if [ -n "$pid" ]; then
@@ -28,7 +28,7 @@
            fi
            echo
        fi
-@@ -77,8 +81,8 @@ case "$1" in
+@@ -90,8 +94,8 @@ case "$1" in
            rc_status -v
        else
            killproc rtas_errd -TERM

++++++ ppc64-diag.varunused.patch ++++++
--- /var/tmp/diff_new_pack.2cOZbk/_old  2016-06-09 16:05:41.000000000 +0200
+++ /var/tmp/diff_new_pack.2cOZbk/_new  2016-06-09 16:05:41.000000000 +0200
@@ -1,8 +1,8 @@
-Index: ppc64-diag-2.6.9/diags/7031_D24_T24.c
+Index: ppc64-diag-2.7.0/diags/7031_D24_T24.c
 ===================================================================
---- ppc64-diag-2.6.9.orig/diags/7031_D24_T24.c
-+++ ppc64-diag-2.6.9/diags/7031_D24_T24.c
-@@ -73,7 +73,8 @@ get_enclosure_scsi_id(struct pearl_diag_
+--- ppc64-diag-2.7.0.orig/diags/7031_D24_T24.c
++++ ppc64-diag-2.7.0/diags/7031_D24_T24.c
+@@ -86,7 +86,8 @@ get_enclosure_scsi_id(struct pearl_diag_
  static int
  pearl_print_drive_status(uint32_t status)
  {
@@ -12,7 +12,7 @@
  
        if ((status & 0x0F000000) == 0x05000000) {
                printf("(empty)  ");
-@@ -171,7 +172,8 @@ print_ps_fan_status(uint32_t status)
+@@ -184,7 +185,8 @@ print_ps_fan_status(uint32_t status)
  static int
  print_repeater_status(uint32_t status)
  {
@@ -22,7 +22,7 @@
  
        if ((status & 0x0F000000) == 0x01000000)
                printf("ok  ");
-@@ -355,7 +357,8 @@ int
+@@ -368,7 +370,8 @@ int
  diag_7031_D24_T24(int fd, struct dev_vpd *vpd)
  {
        struct pearl_diag_page2 dp;
@@ -32,11 +32,11 @@
        int buf_len = sizeof(dp);
        int ps1, ps2, fan1, fan2, fan3, rpt, vpd_card;
  
-Index: ppc64-diag-2.6.9/rtas_errd/ela.c
+Index: ppc64-diag-2.7.0/rtas_errd/ela.c
 ===================================================================
---- ppc64-diag-2.6.9.orig/rtas_errd/ela.c
-+++ ppc64-diag-2.6.9/rtas_errd/ela.c
-@@ -1813,7 +1813,7 @@ process_v1_epow(struct event *event, int
+--- ppc64-diag-2.7.0.orig/rtas_errd/ela.c
++++ ppc64-diag-2.7.0/rtas_errd/ela.c
+@@ -1837,7 +1837,7 @@ process_v1_epow(struct event *event, int
        int class;
        int ext_epow;
        int ext_epow_nofan;
@@ -45,11 +45,11 @@
  
        /*
         * The following EPOW error logs found in CHRP, Ver. 1
-Index: ppc64-diag-2.6.9/rtas_errd/epow.c
+Index: ppc64-diag-2.7.0/rtas_errd/epow.c
 ===================================================================
---- ppc64-diag-2.6.9.orig/rtas_errd/epow.c
-+++ ppc64-diag-2.6.9/rtas_errd/epow.c
-@@ -48,7 +48,7 @@ static int time_remaining = 0;
+--- ppc64-diag-2.7.0.orig/rtas_errd/epow.c
++++ ppc64-diag-2.7.0/rtas_errd/epow.c
+@@ -62,7 +62,7 @@ static int time_remaining = 0;
  void
  epow_timer_handler(int sig, siginfo_t siginfo, void *context)
  {
@@ -58,7 +58,7 @@
        struct itimerval tv;
  
        if (time_remaining <= 0) {
-@@ -149,7 +149,7 @@ parse_epow(struct event *event)
+@@ -163,7 +163,7 @@ parse_epow(struct event *event)
        struct rtas_epow_scn *epow;
        struct itimerval tv;
        char    *event_type;
@@ -67,7 +67,7 @@
  
        /*
         * Check the sensor state;  this will be used to ensure
-@@ -380,7 +380,7 @@ check_epow(struct event *event)
+@@ -394,7 +394,7 @@ check_epow(struct event *event)
  {
        pid_t   child;
        char    *childargs[2];
@@ -76,11 +76,11 @@
  
        /*
         * Dissect the EPOW extended error information;
-Index: ppc64-diag-2.6.9/rtas_errd/files.c
+Index: ppc64-diag-2.7.0/rtas_errd/files.c
 ===================================================================
---- ppc64-diag-2.6.9.orig/rtas_errd/files.c
-+++ ppc64-diag-2.6.9/rtas_errd/files.c
-@@ -162,7 +162,7 @@ setup_rtas_event_scenario(void)
+--- ppc64-diag-2.7.0.orig/rtas_errd/files.c
++++ ppc64-diag-2.7.0/rtas_errd/files.c
+@@ -176,7 +176,7 @@ setup_rtas_event_scenario(void)
  {
        struct stat     sbuf;
        char    *tmp;
@@ -89,11 +89,11 @@
        int     i;
  
        if (scenario_file == NULL)
-Index: ppc64-diag-2.6.9/rtas_errd/guard.c
+Index: ppc64-diag-2.7.0/rtas_errd/guard.c
 ===================================================================
---- ppc64-diag-2.6.9.orig/rtas_errd/guard.c
-+++ ppc64-diag-2.6.9/rtas_errd/guard.c
-@@ -41,7 +41,7 @@ run_drmgr(enum resource_dealloc_type res
+--- ppc64-diag-2.7.0.orig/rtas_errd/guard.c
++++ ppc64-diag-2.7.0/rtas_errd/guard.c
+@@ -55,7 +55,7 @@ run_drmgr(enum resource_dealloc_type res
          unsigned int value, int wait)
  {
        pid_t child;


Reply via email to