Hello community,

here is the log from the commit of package openwsman for openSUSE:Factory 
checked in at 2019-09-26 20:42:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openwsman (Old)
 and      /work/SRC/openSUSE:Factory/.openwsman.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openwsman"

Thu Sep 26 20:42:39 2019 rev:70 rq:733369 version:2.6.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/openwsman/openwsman.changes      2019-09-17 
13:39:59.597818137 +0200
+++ /work/SRC/openSUSE:Factory/.openwsman.new.2352/openwsman.changes    
2019-09-26 20:42:46.466295541 +0200
@@ -1,0 +2,8 @@
+Tue Sep 17 14:42:10 UTC 2019 - Klaus Kämpf <kkae...@suse.com>
+
+- Update to 2.6.12
+  * Bugfix release
+    - fix regression from 2.5.0: __cimnamespace selector was not
+      properly set in requests.
+
+-------------------------------------------------------------------

Old:
----
  openwsman-2.6.11.tar.bz2

New:
----
  openwsman-2.6.12.tar.bz2

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

Other differences:
------------------
++++++ openwsman.spec ++++++
--- /var/tmp/diff_new_pack.R5isER/_old  2019-09-26 20:42:47.326293243 +0200
+++ /var/tmp/diff_new_pack.R5isER/_new  2019-09-26 20:42:47.330293232 +0200
@@ -142,7 +142,7 @@
 %endif
 
 Requires(pre):  sed coreutils grep /bin/hostname
-Version:        2.6.11
+Version:        2.6.12
 Release:        0
 # Mandriva:
 # Release %%mkrel 1

++++++ openwsman-2.6.11.tar.bz2 -> openwsman-2.6.12.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openwsman-2.6.11/ChangeLog 
new/openwsman-2.6.12/ChangeLog
--- old/openwsman-2.6.11/ChangeLog      2019-09-17 11:38:13.000000000 +0200
+++ new/openwsman-2.6.12/ChangeLog      2019-09-17 16:43:14.000000000 +0200
@@ -1,3 +1,8 @@
+2.6.12
+- Bugfixes
+  - fix regression introduced in 2.5.0, __cimnamespace selector
+    was not properly set in requests.
+
 2.6.11
 - Bugfixes
   - prevent double-free in error processing of events
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openwsman-2.6.11/VERSION.cmake 
new/openwsman-2.6.12/VERSION.cmake
--- old/openwsman-2.6.11/VERSION.cmake  2019-09-17 11:37:33.000000000 +0200
+++ new/openwsman-2.6.12/VERSION.cmake  2019-09-17 16:37:40.000000000 +0200
@@ -47,7 +47,7 @@
 # Package version 2.6.11
 SET(OPENWSMAN_MAJOR "2")
 SET(OPENWSMAN_MINOR "6")
-SET(OPENWSMAN_PATCH "11")
+SET(OPENWSMAN_PATCH "12")
 
 # Plugin API 2.2
 SET(OPENWSMAN_PLUGIN_API_MAJOR "2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openwsman-2.6.11/src/lib/wsman-client.c 
new/openwsman-2.6.12/src/lib/wsman-client.c
--- old/openwsman-2.6.11/src/lib/wsman-client.c 2019-09-17 10:08:18.000000000 
+0200
+++ new/openwsman-2.6.12/src/lib/wsman-client.c 2019-09-17 15:40:10.000000000 
+0200
@@ -210,7 +210,7 @@
                if (options->cim_ns) {
                   /* don't add CIM_NAMESPACE_SELECTOR twice */
                   if (options->selectors && list_count(options->selectors) > 
0) {
-                    if (list_find(options->selectors, CIM_NAMESPACE_SELECTOR, 
_list_key_compare)) {
+                    if (!list_find(options->selectors, CIM_NAMESPACE_SELECTOR, 
_list_key_compare)) {
                       wsman_add_selector(header, CIM_NAMESPACE_SELECTOR, 
options->cim_ns);
                     }
                   }


Reply via email to