Hello community,

here is the log from the commit of package ppc64-diag for openSUSE:Factory 
checked in at 2017-03-02 19:43:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ppc64-diag (Old)
 and      /work/SRC/openSUSE:Factory/.ppc64-diag.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ppc64-diag"

Thu Mar  2 19:43:19 2017 rev:38 rq:461694 version:2.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ppc64-diag/ppc64-diag.changes    2016-10-20 
23:10:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ppc64-diag.new/ppc64-diag.changes       
2017-03-02 19:43:20.460648859 +0100
@@ -1,0 +2,11 @@
+Wed Mar  1 16:33:06 UTC 2017 - [email protected]
+
+- version update to 2.7.3 (fate#321444)
+  - LED support for Marvell HDD
+  - Added support to parse new drc-index device tree property
+  - ela: remove support on PowerVM LPAR
+
+- modified patches:
+  * ppc64-diag.varunused.patch
+
+-------------------------------------------------------------------

Old:
----
  ppc64-diag-2.7.2.tar.gz

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

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

Other differences:
------------------
++++++ ppc64-diag.spec ++++++
--- /var/tmp/diff_new_pack.3xW9SL/_old  2017-03-02 19:43:21.184546429 +0100
+++ /var/tmp/diff_new_pack.3xW9SL/_new  2017-03-02 19:43:21.184546429 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ppc64-diag
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +18,7 @@
 
 Url:            http://sourceforge.net/projects/linux-diag/files/ppc64-diag
 Name:           ppc64-diag
-Version:        2.7.2
+Version:        2.7.3
 Release:        0
 Summary:        Linux for Power Platform Diagnostics
 License:        GPL-2.0+

++++++ ppc64-diag-2.7.2.tar.gz -> ppc64-diag-2.7.3.tar.gz ++++++
++++ 2189 lines of diff (skipped)

++++++ ppc64-diag.varunused.patch ++++++
--- /var/tmp/diff_new_pack.3xW9SL/_old  2017-03-02 19:43:21.408514739 +0100
+++ /var/tmp/diff_new_pack.3xW9SL/_new  2017-03-02 19:43:21.408514739 +0100
@@ -1,54 +1,20 @@
-Index: ppc64-diag-2.7.0/diags/7031_D24_T24.c
+Index: ppc64-diag-2.7.3/rtas_errd/files.c
 ===================================================================
---- 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)
- {
--      int fail = 0, printed = 0, rc = OK;
-+      __attribute__((unused)) int fail = 0;
-+        int printed = 0, rc = OK;
- 
-       if ((status & 0x0F000000) == 0x05000000) {
-               printf("(empty)  ");
-@@ -184,7 +185,8 @@ print_ps_fan_status(uint32_t status)
- static int
- print_repeater_status(uint32_t status)
- {
--      int printed = 0, fail = 0, rc = OK;
-+      int printed = 0, rc = OK;
-+      __attribute__((unused)) int fail = 0;
- 
-       if ((status & 0x0F000000) == 0x01000000)
-               printf("ok  ");
-@@ -368,7 +370,8 @@ int
- diag_7031_D24_T24(int fd, struct dev_vpd *vpd)
+--- ppc64-diag-2.7.3.orig/rtas_errd/files.c
++++ ppc64-diag-2.7.3/rtas_errd/files.c
+@@ -176,7 +176,7 @@ setup_rtas_event_scenario(void)
  {
-       struct pearl_diag_page2 dp;
--      int failure = 0, rc, encl_id;
-+      int failure = 0, encl_id;
-+      __attribute__((unused)) int rc;
-       int buf_len = sizeof(dp);
-       int ps1, ps2, fan1, fan2, fan3, rpt, vpd_card;
- 
-Index: ppc64-diag-2.7.0/rtas_errd/ela.c
-===================================================================
---- 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;
--      int fan_num;
-+      __attribute__((unused)) int fan_num;
+       struct stat     sbuf;
+       char    *tmp;
+-      int     fd, len;
++      int     fd, __attribute__((unused)) len;
+       int     i;
  
-       /*
-        * The following EPOW error logs found in CHRP, Ver. 1
-Index: ppc64-diag-2.7.0/rtas_errd/epow.c
+       if (scenario_file == NULL)
+Index: ppc64-diag-2.7.3/rtas_errd/epow.c
 ===================================================================
---- ppc64-diag-2.7.0.orig/rtas_errd/epow.c
-+++ ppc64-diag-2.7.0/rtas_errd/epow.c
+--- ppc64-diag-2.7.3.orig/rtas_errd/epow.c
++++ ppc64-diag-2.7.3/rtas_errd/epow.c
 @@ -62,7 +62,7 @@ static int time_remaining = 0;
  void
  epow_timer_handler(int sig, siginfo_t siginfo, void *context)
@@ -63,7 +29,7 @@
        struct itimerval tv;
        char    *event_type;
 -      int     rc, state;
-+      int __attribute__((unused)) rc, state;
++      int     __attribute__((unused)) rc, state;
  
        /*
         * Check the sensor state;  this will be used to ensure
@@ -72,33 +38,21 @@
        pid_t   child;
        char    *childargs[2];
 -      int     rc, current_status;
-+      int __attribute__((unused)) rc, current_status;
++      int     __attribute__((unused)) rc, current_status;
  
        /*
         * Dissect the EPOW extended error information;
-Index: ppc64-diag-2.7.0/rtas_errd/files.c
+Index: ppc64-diag-2.7.3/diags/7031_D24_T24.c
 ===================================================================
---- 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)
+--- ppc64-diag-2.7.3.orig/diags/7031_D24_T24.c
++++ ppc64-diag-2.7.3/diags/7031_D24_T24.c
+@@ -370,7 +370,8 @@ int
+ diag_7031_D24_T24(int fd, struct dev_vpd *vpd)
  {
-       struct stat     sbuf;
-       char    *tmp;
--      int     fd, len;
-+      int     fd, __attribute__((unused)) len;
-       int     i;
+       struct pearl_diag_page2 dp;
+-      int failure = 0, rc, encl_id;
++      int failure = 0, encl_id;
++    __attribute__((unused)) int rc;
+       int buf_len = sizeof(dp);
+       int ps1, ps2, fan1, fan2, fan3, rpt, vpd_card;
  
-       if (scenario_file == NULL)
-Index: ppc64-diag-2.7.0/rtas_errd/guard.c
-===================================================================
---- 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;
--      int status, rc;
-+      int status, __attribute__((unused)) rc;
-       char capacity[6], quant_str[5];
-       char *drmgr_args[] = {DRMGR_PROGRAM_NOPATH, "-r", "-c", NULL,
-                       NULL, NULL, NULL, NULL, NULL};


Reply via email to