Hello community,

here is the log from the commit of package sblim-sfcb for openSUSE:Factory 
checked in at 2013-08-27 21:11:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sblim-sfcb (Old)
 and      /work/SRC/openSUSE:Factory/.sblim-sfcb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sblim-sfcb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sblim-sfcb/sblim-sfcb.changes    2013-08-15 
16:17:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-sfcb.new/sblim-sfcb.changes       
2013-08-27 21:22:30.000000000 +0200
@@ -1,0 +2,38 @@
+Mon Aug 26 09:30:17 UTC 2013 - kkae...@suse.com
+
+- Update to 1.3.17
+
+  New features:
+  - 3597805 Restart HTTP daemon without restarting SFCB
+  - 3599160 Add sfcbproc utility
+  - [sfcb-tix:#55] make install should not overwrite sfcb.cfg
+
+  Bugs fixed:
+  - 3599329 dlopen failed for sfcbCustomLib
+  - [sfcb-tix:#28] Further shm trace id leak
+  - [sfcb-tix:#30] Make maxBindAttempts a configurable option
+  - [sfcb-tix:#42] Run setupControl prior to getControl
+  - [sfcb-tix:#45] HTTP verb check may fail producing 501 error
+  - [sfcb-tix:#46] Error parsing CDATA with no whitespace
+  - [sfcb-tix:#51] Malformed OP causes segfault
+  - [sfcb-tix:#54] Fix for sfcbproc.c
+  - [sfcb-tix:#68] reinitialize select timeout in SSL handshake
+  - 3600125 Share client tracing shm segment
+
+- drop 25000-tix45-bnc820035-HTTP-verb-check-may-fail-producing-501-error.patch
+  (applied upstream)
+
+- add fix-mofc-include-patch.patch
+
+-------------------------------------------------------------------
+Wed Aug 14 09:16:36 UTC 2013 - kkae...@suse.com
+
+- add symlinks for sfcb.service and sblim-sfcb.service
+
+-------------------------------------------------------------------
+Sun Aug 11 08:14:17 UTC 2013 - kkae...@suse.com
+
+- Build with --enable-relax-mofsyntax for openlmi-network
+  (brc#995561)
+
+-------------------------------------------------------------------

Old:
----
  25000-tix45-bnc820035-HTTP-verb-check-may-fail-producing-501-error.patch
  sblim-sfcb-1.3.16.tar.bz2

New:
----
  fix-mofc-include-patch.patch
  sblim-sfcb-1.3.17.tar.bz2

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

Other differences:
------------------
++++++ sblim-sfcb.spec ++++++
--- /var/tmp/diff_new_pack.t68sT3/_old  2013-08-27 21:22:31.000000000 +0200
+++ /var/tmp/diff_new_pack.t68sT3/_new  2013-08-27 21:22:31.000000000 +0200
@@ -28,7 +28,7 @@
 Group:          System/Management
 
 Name:           sblim-sfcb
-Version:        1.3.16
+Version:        1.3.17
 Release:        0
 Url:            http://sblim.sf.net/
 
@@ -49,8 +49,8 @@
 Patch4:         0004-Don-t-call-tool_mm_flush-during-OPS_LoadProvider.patch
 Patch6:         0006-Reflect-provider-information-in-ps-via-argv.patch
 Patch7:         sblim-resource.patch
-Patch8:         
25000-tix45-bnc820035-HTTP-verb-check-may-fail-producing-501-error.patch
 Patch9:         26000-tix69-bnc830525-No-logger-pipe-for-sfcblocal.patch
+Patch10:        fix-mofc-include-patch.patch
 Provides:       cim-server
 Provides:       cimserver
 %if 0%{?suse_version} >= 1030
@@ -115,8 +115,8 @@
 %patch4 -p1
 %patch6 -p1
 %patch7 -p1
-%patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 export PATCH_GET=0
 
@@ -151,7 +151,7 @@
 WITH_SLP=
 %endif
 %configure --enable-debug --enable-ssl --enable-pam --enable-ipv6 \
-            --enable-uds $WITH_SLP
+            --enable-uds --enable-relax-mofsyntax $WITH_SLP
 
 # RHEL < 6 ships with old libtool (see 
http://www.yolinux.com/TUTORIALS/C++XmlBeansxx.html)
 %if 0%{?rhel_version} >= 400 || 0%{?centos_version} >= 400
@@ -176,6 +176,8 @@
 mkdir -p $RPM_BUILD_ROOT/%{_libdir}/cmpi
 %if 0%{?has_systemd}
 install -D -m 644 %{S:7} $RPM_BUILD_ROOT%{_unitdir}/sfcbd.service
+(cd $RPM_BUILD_ROOT%{_unitdir}; ln -s sfcbd.service sfcb.service)
+(cd $RPM_BUILD_ROOT%{_unitdir}; ln -s sfcbd.service sblim-sfcb.service)
 # remove the default-installed sfcb init script
 rm -f $RPM_BUILD_ROOT/etc/init.d/sfcb
 %else
@@ -220,6 +222,8 @@
 echo "%doc %{_datadir}/man/man1/*" >> _pkg_list
 %if 0%{?has_systemd}
 echo "%{_unitdir}/sfcbd.service" >> _pkg_list
+echo "%{_unitdir}/sfcb.service" >> _pkg_list
+echo "%{_unitdir}/sblim-sfcb.service" >> _pkg_list
 %else
 echo "%{_sysconfdir}/init.d/sfcb" >> _pkg_list
 %endif

++++++ 0004-Don-t-call-tool_mm_flush-during-OPS_LoadProvider.patch ++++++
--- /var/tmp/diff_new_pack.t68sT3/_old  2013-08-27 21:22:31.000000000 +0200
+++ /var/tmp/diff_new_pack.t68sT3/_new  2013-08-27 21:22:31.000000000 +0200
@@ -1,7 +1,7 @@
-diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.16/providerDrv.c ./providerDrv.c
---- ../orig-sblim-sfcb-1.3.16/providerDrv.c    2012-11-01 22:38:23.000000000 
+0100
-+++ ./providerDrv.c    2012-12-22 16:01:17.303715827 +0100
-@@ -3038,6 +3038,7 @@
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.17/providerDrv.c 
./providerDrv.c
+--- ../orig-sblim-sfcb-1.3.17/providerDrv.c    2013-08-21 01:26:19.000000000 
+0200
++++ ./providerDrv.c    2013-08-26 10:44:54.784681195 +0200
+@@ -3039,6 +3039,7 @@
  #endif
     }  
      

++++++ 0006-Reflect-provider-information-in-ps-via-argv.patch ++++++
--- /var/tmp/diff_new_pack.t68sT3/_old  2013-08-27 21:22:31.000000000 +0200
+++ /var/tmp/diff_new_pack.t68sT3/_new  2013-08-27 21:22:31.000000000 +0200
@@ -1,6 +1,6 @@
-diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.16/control.c ./control.c
---- ../orig-sblim-sfcb-1.3.16/control.c        2012-06-13 23:21:09.000000000 
+0200
-+++ ./control.c        2012-12-22 16:02:50.947718176 +0100
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.17/control.c ./control.c
+--- ../orig-sblim-sfcb-1.3.17/control.c        2013-08-21 01:26:18.000000000 
+0200
++++ ./control.c        2013-08-26 10:46:47.417403890 +0200
 @@ -61,6 +61,7 @@
  // { property, type, value}
  // Type: 0=string, 1=num, 2=bool, 3=unstripped string
@@ -9,10 +9,10 @@
     {"httpPort",         1, "5988"},
     {"enableHttp",       2, "true"},
     {"enableUds",        2, "true"},
-diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.16/providerDrv.c ./providerDrv.c
---- ../orig-sblim-sfcb-1.3.16/providerDrv.c    2012-11-01 22:38:23.000000000 
+0100
-+++ ./providerDrv.c    2012-12-22 16:02:50.947718176 +0100
-@@ -894,6 +894,42 @@
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.17/providerDrv.c 
./providerDrv.c
+--- ../orig-sblim-sfcb-1.3.17/providerDrv.c    2013-08-26 10:44:54.000000000 
+0200
++++ ./providerDrv.c    2013-08-26 10:46:47.417403890 +0200
+@@ -895,6 +895,42 @@
     _SFCB_RETURN(-1);
  }
  
@@ -55,7 +55,7 @@
  // I think we should break this function into two subfunctions:
  // something like isLoaded() and doForkProvider()
  int forkProvider(ProviderInfo * info, OperationHdr * req, char **msg)
-@@ -946,6 +982,8 @@
+@@ -947,6 +983,8 @@
        BinRequestContext binCtx;
        BinResponseHdr *resp;
  
@@ -64,9 +64,9 @@
        memset(&binCtx,0,sizeof(BinRequestContext));
        sreq.className = setCharsMsgSegment(info->className);
        sreq.libName = setCharsMsgSegment(info->location);
-diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.16/sfcb.cfg.pre.in ./sfcb.cfg.pre.in
---- ../orig-sblim-sfcb-1.3.16/sfcb.cfg.pre.in  2012-06-13 23:21:09.000000000 
+0200
-+++ ./sfcb.cfg.pre.in  2012-12-22 16:02:50.947718176 +0100
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.17/sfcb.cfg.pre.in 
./sfcb.cfg.pre.in
+--- ../orig-sblim-sfcb-1.3.17/sfcb.cfg.pre.in  2013-08-21 01:26:19.000000000 
+0200
++++ ./sfcb.cfg.pre.in  2013-08-26 10:46:47.417403890 +0200
 @@ -11,6 +11,11 @@
  ## Use '#' at the start of a line to comment
  ## 
@@ -79,10 +79,10 @@
  ##------------------------------------- HTTP 
----------------------------------
  ## Enable HTTP. 
  ## Default is true. If HTTPS is configured, default is false.
-diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.16/sfcBroker.c ./sfcBroker.c
---- ../orig-sblim-sfcb-1.3.16/sfcBroker.c      2012-11-21 18:18:04.000000000 
+0100
-+++ ./sfcBroker.c      2012-12-22 16:02:50.947718176 +0100
-@@ -561,6 +561,8 @@
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.17/sfcBroker.c 
./sfcBroker.c
+--- ../orig-sblim-sfcb-1.3.17/sfcBroker.c      2013-08-26 10:43:30.000000000 
+0200
++++ ./sfcBroker.c      2013-08-26 10:46:47.417403890 +0200
+@@ -598,6 +598,8 @@
      exit(0);
  }
  
@@ -91,7 +91,7 @@
  int main(int argc, char *argv[])
  {
     int c, i;
-@@ -570,6 +572,7 @@
+@@ -607,6 +609,7 @@
     int enableUds=0;
  #endif
     int 
enableHttp=0,enableHttps=0,useChunking=0,doBa=0,enableInterOp=0,httpLocalOnly=0;
@@ -99,7 +99,7 @@
     int syslogLevel=LOG_ERR;
     long dSockets,sSockets,pSockets;
     char *pauseStr;
-@@ -740,6 +743,9 @@
+@@ -777,6 +780,9 @@
       printf("--- Provider pausing for: %s\n",pauseStr);
     }
        

++++++ 26000-tix69-bnc830525-No-logger-pipe-for-sfcblocal.patch ++++++
--- /var/tmp/diff_new_pack.t68sT3/_old  2013-08-27 21:22:31.000000000 +0200
+++ /var/tmp/diff_new_pack.t68sT3/_new  2013-08-27 21:22:31.000000000 +0200
@@ -1,6 +1,6 @@
-diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-sblim-sfcb-1.3.16/cimcClientSfcbLocal.c ./cimcClientSfcbLocal.c
---- ../orig-sblim-sfcb-1.3.16/cimcClientSfcbLocal.c    2013-08-08 
12:45:52.009760302 +0200
-+++ ./cimcClientSfcbLocal.c    2013-08-08 12:45:11.032039271 +0200
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-sblim-sfcb-1.3.17/cimcClientSfcbLocal.c ./cimcClientSfcbLocal.c
+--- ../orig-sblim-sfcb-1.3.17/cimcClientSfcbLocal.c    2013-08-26 
10:43:30.000000000 +0200
++++ ./cimcClientSfcbLocal.c    2013-08-26 11:31:10.072173102 +0200
 @@ -1920,7 +1920,7 @@
  static void* release(ClientEnv* ce)
  {
@@ -10,10 +10,10 @@
     CONNECT_LOCK();
     if (localConnectCount > 0) localConnectCount -= 1;
     if (localConnectCount == 0) {
-diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.16/mlog.c ./mlog.c
---- ../orig-sblim-sfcb-1.3.16/mlog.c   2012-09-13 22:32:53.000000000 +0200
-+++ ./mlog.c   2013-08-08 12:42:03.024141906 +0200
-@@ -129,9 +129,10 @@
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.17/mlog.c ./mlog.c
+--- ../orig-sblim-sfcb-1.3.17/mlog.c   2013-08-21 01:26:19.000000000 +0200
++++ ./mlog.c   2013-08-26 11:31:10.072173102 +0200
+@@ -130,9 +130,10 @@
    * Closes the pipe used for logging and  closes out
    * the syslog services that are created in startLogging.
    */
@@ -25,9 +25,9 @@
     close(logfds[1]);
     wait(&wstat); // wait to prevent zombie
  }
-diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.16/mlog.h ./mlog.h
---- ../orig-sblim-sfcb-1.3.16/mlog.h   2012-02-17 23:54:59.000000000 +0100
-+++ ./mlog.h   2013-08-08 12:41:40.079177947 +0200
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.17/mlog.h ./mlog.h
+--- ../orig-sblim-sfcb-1.3.17/mlog.h   2013-08-21 01:26:19.000000000 +0200
++++ ./mlog.h   2013-08-26 11:31:10.072173102 +0200
 @@ -30,7 +30,7 @@
  #define LOG_MSG_MAX 4096
  
@@ -37,10 +37,10 @@
  void mlogf(int priority, int errout, const char* fmt, ...);
  
  #endif
-diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.16/sfcBroker.c 
./sfcBroker.c
---- ../orig-sblim-sfcb-1.3.16/sfcBroker.c      2012-11-21 18:18:04.000000000 
+0100
-+++ ./sfcBroker.c      2013-08-08 12:42:14.248613451 +0200
-@@ -244,7 +244,7 @@
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.17/sfcBroker.c 
./sfcBroker.c
+--- ../orig-sblim-sfcb-1.3.17/sfcBroker.c      2013-08-26 10:46:47.000000000 
+0200
++++ ./sfcBroker.c      2013-08-26 11:31:10.072173102 +0200
+@@ -249,7 +249,7 @@
     uninitSocketPairs();
     sunsetControl();
     uninitGarbageCollector();

++++++ fix-mofc-include-patch.patch ++++++
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.17/mofc/backend_sfcb.c 
./mofc/backend_sfcb.c
--- ../orig-sblim-sfcb-1.3.17/mofc/backend_sfcb.c       2013-08-21 
01:26:22.000000000 +0200
+++ ./mofc/backend_sfcb.c       2013-08-26 11:52:38.362627384 +0200
@@ -19,7 +19,7 @@
  *
  */
 
-#include "cmpi/cmpidt.h"
+#include "cmpidt.h"
 #include "objectImpl.h"
 #include "fileRepository.h"
 #include "mofdecl.h"
++++++ pending-upstream.patch ++++++
--- /var/tmp/diff_new_pack.t68sT3/_old  2013-08-27 21:22:31.000000000 +0200
+++ /var/tmp/diff_new_pack.t68sT3/_new  2013-08-27 21:22:31.000000000 +0200
@@ -1,6 +1,6 @@
-diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.16/cimcClientSfcbLocal.c 
./cimcClientSfcbLocal.c
---- ../orig-sblim-sfcb-1.3.16/cimcClientSfcbLocal.c    2012-12-06 
00:29:02.000000000 +0100
-+++ ./cimcClientSfcbLocal.c    2012-12-22 16:03:56.699719824 +0100
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-sblim-sfcb-1.3.17/cimcClientSfcbLocal.c ./cimcClientSfcbLocal.c
+--- ../orig-sblim-sfcb-1.3.17/cimcClientSfcbLocal.c    2013-08-21 
01:26:18.000000000 +0200
++++ ./cimcClientSfcbLocal.c    2013-08-26 10:43:30.697154852 +0200
 @@ -214,7 +214,6 @@
    if (cl->connection) CMRelease(cl->connection);
  
@@ -17,12 +17,12 @@
     CONNECT_LOCK();
     if (localConnectCount > 0) localConnectCount -= 1;
     if (localConnectCount == 0) {
-diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.16/configure.ac ./configure.ac
---- ../orig-sblim-sfcb-1.3.16/configure.ac     2012-12-21 23:12:47.000000000 
+0100
-+++ ./configure.ac     2012-12-22 16:03:56.703719825 +0100
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.17/configure.ac 
./configure.ac
+--- ../orig-sblim-sfcb-1.3.17/configure.ac     2013-08-21 01:57:13.000000000 
+0200
++++ ./configure.ac     2013-08-26 10:43:30.697154852 +0200
 @@ -24,12 +24,14 @@
  
- AC_INIT(Small Footprint CIM Broker, 1.3.16, 
sblim-de...@lists.sourceforge.net, sblim-sfcb)
+ AC_INIT(Small Footprint CIM Broker, 1.3.17, 
sblim-de...@lists.sourceforge.net, sblim-sfcb)
  AC_CONFIG_SRCDIR([providerDrv.c])
 +AC_CONFIG_MACRO_DIR([m4])
  
@@ -35,9 +35,9 @@
  
  AC_ARG_ENABLE(debug,
        [AC_HELP_STRING([--disable-debug],
-diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.16/fileRepository.c 
./fileRepository.c
---- ../orig-sblim-sfcb-1.3.16/fileRepository.c 2012-03-08 22:20:27.000000000 
+0100
-+++ ./fileRepository.c 2012-12-22 16:03:56.703719825 +0100
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.17/fileRepository.c 
./fileRepository.c
+--- ../orig-sblim-sfcb-1.3.17/fileRepository.c 2013-08-21 01:26:18.000000000 
+0200
++++ ./fileRepository.c 2013-08-26 10:43:30.697154852 +0200
 @@ -594,7 +594,7 @@
  #endif
      
@@ -47,10 +47,10 @@
        return 0;
     }   
     closedir(d);
-diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.16/Makefile.am ./Makefile.am
---- ../orig-sblim-sfcb-1.3.16/Makefile.am      2012-08-14 23:13:23.000000000 
+0200
-+++ ./Makefile.am      2012-12-22 16:03:56.703719825 +0100
-@@ -616,7 +616,7 @@
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.17/Makefile.am 
./Makefile.am
+--- ../orig-sblim-sfcb-1.3.17/Makefile.am      2013-08-21 01:26:18.000000000 
+0200
++++ ./Makefile.am      2013-08-26 10:43:30.701155020 +0200
+@@ -650,7 +650,7 @@
  test: testprep check testreport
  endif
  
@@ -59,9 +59,9 @@
        test -f $(DESTDIR)$(sfcbstatedir)/registration/providerRegister || 
$(INSTALL_DATA) $(DESTDIR)$(sfcbstatedir)/stage/default.reg 
$(DESTDIR)$(sfcbstatedir)/registration/providerRegister 
  if TEST_ENABLED
        $(srcdir)/test/stageschema.sh -d $(srcdir)/test/schema -p $(prefix)
-diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.16/providerRegister.c 
./providerRegister.c
---- ../orig-sblim-sfcb-1.3.16/providerRegister.c       2010-05-01 
00:25:38.000000000 +0200
-+++ ./providerRegister.c       2012-12-22 16:03:56.703719825 +0100
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.17/providerRegister.c 
./providerRegister.c
+--- ../orig-sblim-sfcb-1.3.17/providerRegister.c       2013-08-21 
01:26:19.000000000 +0200
++++ ./providerRegister.c       2013-08-26 10:43:30.701155020 +0200
 @@ -178,7 +178,7 @@
       dir = "/var/lib/sfcb/registration";
     }
@@ -80,10 +80,10 @@
           n++;
           if (stmt) free(stmt);
           stmt = strdup(fin);
-diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.16/sfcBroker.c ./sfcBroker.c
---- ../orig-sblim-sfcb-1.3.16/sfcBroker.c      2012-11-21 18:18:04.000000000 
+0100
-+++ ./sfcBroker.c      2012-12-22 16:03:56.707719825 +0100
-@@ -637,7 +640,7 @@
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-sblim-sfcb-1.3.17/sfcBroker.c 
./sfcBroker.c
+--- ../orig-sblim-sfcb-1.3.17/sfcBroker.c      2013-08-21 01:26:19.000000000 
+0200
++++ ./sfcBroker.c      2013-08-26 10:43:30.701155020 +0200
+@@ -674,7 +674,7 @@
               if (*optarg == '?') {
                   fprintf(stdout, "---   Traceable Components:     Int       
Hex\n");
                   for (i = 0; traceIds[i].id; i++)

++++++ sblim-sfcb-1.3.16.tar.bz2 -> sblim-sfcb-1.3.17.tar.bz2 ++++++
++++ 5532 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to