rpms/sblim-sfcb/devel sblim-sfcb-1.3.7-close_logging.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sblim-sfcb.spec, 1.4, 1.5 sources, 1.3, 1.4 sblim-sfcb-1.3.7-value.c.patch, 1.1, NONE

vcrhonek vcrhonek at fedoraproject.org
Wed Jun 23 10:31:02 UTC 2010


Author: vcrhonek

Update of /cvs/pkgs/rpms/sblim-sfcb/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28558

Modified Files:
	.cvsignore sblim-sfcb.spec sources 
Added Files:
	sblim-sfcb-1.3.7-close_logging.patch 
Removed Files:
	sblim-sfcb-1.3.7-value.c.patch 
Log Message:
Update to sblim-sfcb-1.3.8, Fix unmatched calls of closeLogging() and startLogging()

sblim-sfcb-1.3.7-close_logging.patch:
 cimcClientSfcbLocal.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE sblim-sfcb-1.3.7-close_logging.patch ---
diff -up sblim-sfcb-1.3.7/cimcClientSfcbLocal.c.orig sblim-sfcb-1.3.7/cimcClientSfcbLocal.c
--- sblim-sfcb-1.3.7/cimcClientSfcbLocal.c.orig	2010-05-11 09:08:17.709465965 +0200
+++ sblim-sfcb-1.3.7/cimcClientSfcbLocal.c	2010-05-11 09:11:10.133456342 +0200
@@ -209,7 +209,6 @@ static CMPIStatus releaseClient(Client *
   if (cl->connection) CMRelease(cl->connection);
 
   free(cl);
-  closeLogging();
   return rc;
 }
 
@@ -1618,6 +1617,7 @@ int localConnect(ClientEnv* ce, CMPIStat
 static void* release(ClientEnv* ce)
 {
    void *lib=ce->hdl;
+   closeLogging();
    CONNECT_LOCK();
    if (localConnectCount > 0) localConnectCount -= 1;
    if (localConnectCount == 0) {


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sblim-sfcb/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	3 Mar 2010 08:23:25 -0000	1.3
+++ .cvsignore	23 Jun 2010 10:31:02 -0000	1.4
@@ -1 +1,2 @@
 sblim-sfcb-1.3.7.tar.bz2
+sblim-sfcb-1.3.8.tar.bz2


Index: sblim-sfcb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sblim-sfcb/devel/sblim-sfcb.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sblim-sfcb.spec	22 Apr 2010 12:04:57 -0000	1.4
+++ sblim-sfcb.spec	23 Jun 2010 10:31:02 -0000	1.5
@@ -7,15 +7,15 @@
 Name: sblim-sfcb
 Summary: Small Footprint CIM Broker
 URL: http://www.sblim.org
-Version: 1.3.7
-Release: 3%{?dist}
+Version: 1.3.8
+Release: 1%{?dist}
 Group: Applications/System
 License: EPL
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
 Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
 Patch0:	%{name}-disable_auto_service_start.patch
-Patch1: sblim-sfcb-1.3.7-value.c.patch
-Patch2: sblim-sfcb-1.3.7-initscript.patch
+Patch1: sblim-sfcb-1.3.7-initscript.patch
+Patch2: sblim-sfcb-1.3.7-close_logging.patch
 Provides: cim-server
 Requires: cim-schema
 BuildRequires: libcurl-devel
@@ -43,8 +43,8 @@ Programming Interface (CMPI).
 %prep
 %setup -q -T -b 0 -n %{name}-%{version}
 %patch0 -p1 -b .autostart
-%patch1 -p1 -b .valuec
-%patch2 -p1 -b .initscript
+%patch1 -p1 -b .initscript
+%patch2 -p1 -b .close_logging
 
 %build
 %configure --enable-debug --enable-ssl --enable-pam --enable-ipv6 CFLAGS="$CFLAGS -D_GNU_SOURCE"
@@ -111,6 +111,10 @@ fi
 #%doc COPYING README
 
 %changelog
+* Wed Jun 23 2010 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.3.8-1
+- Update to sblim-sfcb-1.3.8
+- Fix unmatched calls of closeLogging() and startLogging()
+
 * Thu Apr 22 2010 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.3.7-3
 - Fix initscript
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sblim-sfcb/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	3 Mar 2010 08:23:25 -0000	1.3
+++ sources	23 Jun 2010 10:31:02 -0000	1.4
@@ -1 +1 @@
-94e1df8a2a8dca49adee3f61c4058129  sblim-sfcb-1.3.7.tar.bz2
+c19c1361447d4402beb3ef8c6e6c5682  sblim-sfcb-1.3.8.tar.bz2


--- sblim-sfcb-1.3.7-value.c.patch DELETED ---



More information about the scm-commits mailing list