Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cluster-glue for openSUSE:Factory 
checked in at 2022-10-22 14:11:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cluster-glue (Old)
 and      /work/SRC/openSUSE:Factory/.cluster-glue.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cluster-glue"

Sat Oct 22 14:11:58 2022 rev:75 rq:1030228 
version:1.0.12+v1.git.1663933145.1619d044

Changes:
--------
--- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes        
2022-10-01 17:41:52.457529922 +0200
+++ /work/SRC/openSUSE:Factory/.cluster-glue.new.2275/cluster-glue.changes      
2022-10-22 14:12:02.508589376 +0200
@@ -1,0 +2,6 @@
+Thu Oct 13 16:06:59 UTC 2022 - vark...@suse.com
+
+- Update to version 1.0.12+v1.git.1663933145.1619d044:
+  * ibmhmc: get the correct hmc version
+
+-------------------------------------------------------------------

Old:
----
  cluster-glue-1.0.12+v1.git.1650454062.1fbde71c.tar.bz2

New:
----
  cluster-glue-1.0.12+v1.git.1663933145.1619d044.tar.bz2

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

Other differences:
------------------
++++++ cluster-glue.spec ++++++
--- /var/tmp/diff_new_pack.7oEJ2G/_old  2022-10-22 14:12:03.636592049 +0200
+++ /var/tmp/diff_new_pack.7oEJ2G/_new  2022-10-22 14:12:03.648592078 +0200
@@ -23,7 +23,7 @@
 # Directory where we install documentation
 %global glue_docdir %{_defaultdocdir}/%{name}
 Name:           cluster-glue
-Version:        1.0.12+v1.git.1650454062.1fbde71c
+Version:        1.0.12+v1.git.1663933145.1619d044
 Release:        0
 Summary:        Reusable cluster components
 License:        GPL-2.0-only AND LGPL-2.1-or-later

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.7oEJ2G/_old  2022-10-22 14:12:03.728592267 +0200
+++ /var/tmp/diff_new_pack.7oEJ2G/_new  2022-10-22 14:12:03.732592276 +0200
@@ -3,6 +3,6 @@
             <param 
name="url">git://github.com/ClusterLabs/cluster-glue.git</param>
           <param 
name="changesrevision">958bd9035b926871171198c2c7fd2778bc4c371c</param></service><service
 name="tar_scm">
                 <param 
name="url">https://github.com/ClusterLabs/cluster-glue.git</param>
-              <param 
name="changesrevision">d80753e9390dd50d3b281221040095ddeae5e102</param></service></servicedata>
+              <param 
name="changesrevision">3efce74cfa5a20cb204bad9ba56a278b3021b3e4</param></service></servicedata>
 (No newline at EOF)
 

++++++ cluster-glue-1.0.12+v1.git.1650454062.1fbde71c.tar.bz2 -> 
cluster-glue-1.0.12+v1.git.1663933145.1619d044.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cluster-glue-1.0.12+v1.git.1650454062.1fbde71c/lib/plugins/stonith/ibmhmc.c 
new/cluster-glue-1.0.12+v1.git.1663933145.1619d044/lib/plugins/stonith/ibmhmc.c
--- 
old/cluster-glue-1.0.12+v1.git.1650454062.1fbde71c/lib/plugins/stonith/ibmhmc.c 
    2022-04-20 13:27:42.000000000 +0200
+++ 
new/cluster-glue-1.0.12+v1.git.1663933145.1619d044/lib/plugins/stonith/ibmhmc.c 
    2022-09-23 13:39:05.000000000 +0200
@@ -694,7 +694,7 @@
        }               
 
        /* parse the HMC's version info (i.e. "*RM V4R2.1" or "*RM R3V2.6") */
-       if ((sscanf(output, "*RM %c%1d", &firstchar, &firstnum) == 2)
+       if ((sscanf(output, "*RM %c%d", &firstchar, &firstnum) == 2)
        && ((firstchar == 'V') || (firstchar == 'R'))) {
                dev->hmcver = firstnum;
                if(Debug){

Reply via email to