Hello community,

here is the log from the commit of package sblim-sfcc for openSUSE:Factory 
checked in at 2011-11-10 16:04:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sblim-sfcc (Old)
 and      /work/SRC/openSUSE:Factory/.sblim-sfcc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sblim-sfcc", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sblim-sfcc/sblim-sfcc.changes    2011-09-23 
12:45:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-sfcc.new/sblim-sfcc.changes       
2011-11-10 16:04:58.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Nov  9 11:59:56 UTC 2011 - [email protected]
+
+- don't call curl_global_cleanup (upstream id 3435363)
+
+-------------------------------------------------------------------

New:
----
  3435363-drop-curl_global_cleanup.patch

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

Other differences:
------------------
++++++ sblim-sfcc.spec ++++++
--- /var/tmp/diff_new_pack.ji57zj/_old  2011-11-10 16:04:59.000000000 +0100
+++ /var/tmp/diff_new_pack.ji57zj/_new  2011-11-10 16:04:59.000000000 +0100
@@ -29,6 +29,7 @@
 Source1:        autoconfiscate.sh
 
 Patch15:        0006-Show-class-and-property-qualifiers.patch
+Patch16:        3435363-drop-curl_global_cleanup.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
@@ -71,6 +72,7 @@
 %setup -q
 
 %patch15 -p1
+%patch16 -p1
 
 %build
 sh %{S:1}

++++++ 3435363-drop-curl_global_cleanup.patch ++++++
diff --git a/backend/cimxml/client.c b/backend/cimxml/client.c
index d38fd87..b5c9a9c 100644
--- a/backend/cimxml/client.c
+++ b/backend/cimxml/client.c
@@ -2962,7 +2962,6 @@ static void *releaseEnv(CIMCEnv *env)
   CMPIStatus rc = {CMPI_RC_OK,NULL};
   
   free(env);
-  curl_global_cleanup();
   return NULL;
 }
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to