Hello community,

here is the log from the commit of package openwsman for openSUSE:Factory 
checked in at 2012-06-01 18:53:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openwsman (Old)
 and      /work/SRC/openSUSE:Factory/.openwsman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openwsman", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openwsman/openwsman.changes      2012-05-31 
17:07:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openwsman.new/openwsman.changes 2012-06-01 
18:54:11.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun  1 07:30:45 UTC 2012 - [email protected]
+
+- Update to 2.3.5
+  - Release serializer lock only after use ([email protected])
+
+-------------------------------------------------------------------

Old:
----
  openwsman-2.3.4.tar.bz2

New:
----
  openwsman-2.3.5.tar.bz2

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

Other differences:
------------------
++++++ openwsman.spec ++++++
--- /var/tmp/diff_new_pack.aVLvrs/_old  2012-06-01 18:54:13.000000000 +0200
+++ /var/tmp/diff_new_pack.aVLvrs/_new  2012-06-01 18:54:13.000000000 +0200
@@ -92,7 +92,7 @@
 %endif
 
 Requires(pre):  sed coreutils grep /bin/hostname
-Version:        2.3.4
+Version:        2.3.5
 Release:        0
 # Mandriva:
 # Release %mkrel 1

++++++ openwsman-2.3.4.tar.bz2 -> openwsman-2.3.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openwsman-2.3.4/ChangeLog 
new/openwsman-2.3.5/ChangeLog
--- old/openwsman-2.3.4/ChangeLog       2012-05-28 10:16:18.000000000 +0200
+++ new/openwsman-2.3.5/ChangeLog       2012-06-01 09:34:24.000000000 +0200
@@ -1,3 +1,7 @@
+2.3.5
+- Bugfixes
+  - Release serializer lock only after use (Satya Chittidi)
+
 2.3.4
 - Bugfixes
   - Adapt to Swig 2.0.5 bugfix for renamed construtors/destructors.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openwsman-2.3.4/VERSION.cmake 
new/openwsman-2.3.5/VERSION.cmake
--- old/openwsman-2.3.4/VERSION.cmake   2012-05-28 10:16:18.000000000 +0200
+++ new/openwsman-2.3.5/VERSION.cmake   2012-06-01 09:34:24.000000000 +0200
@@ -47,7 +47,7 @@
 # Package version 2.3.0
 SET(OPENWSMAN_MAJOR "2")
 SET(OPENWSMAN_MINOR "3")
-SET(OPENWSMAN_PATCH "4")
+SET(OPENWSMAN_PATCH "5")
 
 # Plugin API 2.2
 SET(OPENWSMAN_PLUGIN_API_MAJOR "2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openwsman-2.3.4/package/openwsman.spec.in 
new/openwsman-2.3.5/package/openwsman.spec.in
--- old/openwsman-2.3.4/package/openwsman.spec.in       2012-05-28 
10:16:18.000000000 +0200
+++ new/openwsman-2.3.5/package/openwsman.spec.in       2012-06-01 
09:34:24.000000000 +0200
@@ -182,12 +182,16 @@
 License:        BSD-3-Clause
 Group:          System/Management
 Requires:       ruby
+%{!?ruby_version: %global ruby_version %(ruby -r rbconfig -e 
'print(RbConfig::CONFIG["ruby_version"])')}
+
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}
-Requires:       ruby(abi) = 1.8
+Requires:       ruby(abi) = %{ruby_version}
 %endif
+
 %if 0%{?suse_version} > 1120
-Requires:       ruby(abi) = 1.8
+Requires:       ruby(abi) = %{ruby_version}
 %endif
+
 %if 0%{?ruby_sitelib} == 0
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}
 # Fedora, RHEL and CentOS don't have vendor lib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openwsman-2.3.4/src/lib/wsman-xml-serialize.c 
new/openwsman-2.3.5/src/lib/wsman-xml-serialize.c
--- old/openwsman-2.3.4/src/lib/wsman-xml-serialize.c   2012-05-28 
10:16:18.000000000 +0200
+++ new/openwsman-2.3.5/src/lib/wsman-xml-serialize.c   2012-06-01 
09:34:24.000000000 +0200
@@ -89,8 +89,8 @@
 int ws_serializer_cleanup(WsSerializerContextH serctx)
 {
        if(serctx && serctx->WsSerializerAllocList) {
-                u_destroy_lock(serctx);
                ws_serializer_free_all(serctx);
+                u_destroy_lock(serctx);
                list_destroy(serctx->WsSerializerAllocList);
                u_free(serctx);
        }

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to