瀏覽代碼

upgrading package: cego 2.12.8 -> 2.13.0

Ralf S. Engelschall 13 年之前
父節點
當前提交
383b34170c
共有 2 個文件被更改,包括 123 次插入123 次删除
  1. 121 121
      cego/cego.patch
  2. 2 2
      cego/cego.spec

+ 121 - 121
cego/cego.patch

@@ -1,6 +1,6 @@
-Index: cego-2.12.8/Makefile.in
---- cego-2.12.8/Makefile.in.orig	2.12.87-17 09:05:41.000000000 +0200
-+++ cego-2.12.8/Makefile.in	2.12.87-19 22:57:27.000000000 +0200
+Index: cego-2.13.0/Makefile.in
+--- cego-2.13.0/Makefile.in.orig	2.13.07-17 09:05:41.000000000 +0200
++++ cego-2.13.0/Makefile.in	2.13.07-19 22:57:27.000000000 +0200
 @@ -35,8 +35,6 @@
  
  all:
@@ -10,9 +10,9 @@ Index: cego-2.12.8/Makefile.in
  	
  install:
  	( cd src; make install )
-Index: cego-2.12.8/src/CegoAdminThreadPool.cc
---- cego-2.12.8/src/CegoAdminThreadPool.cc.orig	2.12.86-13 15:10:27.000000000 +0200
-+++ cego-2.12.8/src/CegoAdminThreadPool.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoAdminThreadPool.cc
+--- cego-2.13.0/src/CegoAdminThreadPool.cc.orig	2.13.06-13 15:10:27.000000000 +0200
++++ cego-2.13.0/src/CegoAdminThreadPool.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,7 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -21,9 +21,9 @@ Index: cego-2.12.8/src/CegoAdminThreadPool.cc
  #include "CegoAdminThreadPool.h"
  
  #include <lfc/Sleeper.h>
-Index: cego-2.12.8/src/CegoAggregation.cc
---- cego-2.12.8/src/CegoAggregation.cc.orig	2.12.86-23 17:29:07.000000000 +0200
-+++ cego-2.12.8/src/CegoAggregation.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoAggregation.cc
+--- cego-2.13.0/src/CegoAggregation.cc.orig	2.13.06-23 17:29:07.000000000 +0200
++++ cego-2.13.0/src/CegoAggregation.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -34,6 +34,7 @@
  ///////////////////////////////////////////////////////////////////////////////
  
@@ -32,9 +32,9 @@ Index: cego-2.12.8/src/CegoAggregation.cc
  #include "CegoAggregation.h"
  #include "CegoExpr.h"
  #include "CegoXMLdef.h"
-Index: cego-2.12.8/src/CegoAttrDesc.cc
---- cego-2.12.8/src/CegoAttrDesc.cc.orig	2.12.86-25 10:07:25.000000000 +0200
-+++ cego-2.12.8/src/CegoAttrDesc.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoAttrDesc.cc
+--- cego-2.13.0/src/CegoAttrDesc.cc.orig	2.13.06-25 10:07:25.000000000 +0200
++++ cego-2.13.0/src/CegoAttrDesc.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,7 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -43,9 +43,9 @@ Index: cego-2.12.8/src/CegoAttrDesc.cc
  #include "CegoAttrDesc.h"
  #include "CegoXMLdef.h"
  
-Index: cego-2.12.8/src/CegoBlob.cc
---- cego-2.12.8/src/CegoBlob.cc.orig	2.12.8-21 01:17:05.000000000 +0100
-+++ cego-2.12.8/src/CegoBlob.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoBlob.cc
+--- cego-2.13.0/src/CegoBlob.cc.orig	2.13.0-21 01:17:05.000000000 +0100
++++ cego-2.13.0/src/CegoBlob.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,8 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -55,9 +55,9 @@ Index: cego-2.12.8/src/CegoBlob.cc
  #include "CegoBlob.h"
  
  #include <lfc/Exception.h>
-Index: cego-2.12.8/src/CegoBufferPage.cc
---- cego-2.12.8/src/CegoBufferPage.cc.orig	2.12.86-20 21:08:36.000000000 +0200
-+++ cego-2.12.8/src/CegoBufferPage.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoBufferPage.cc
+--- cego-2.13.0/src/CegoBufferPage.cc.orig	2.13.06-20 21:08:36.000000000 +0200
++++ cego-2.13.0/src/CegoBufferPage.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,7 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -66,9 +66,9 @@ Index: cego-2.12.8/src/CegoBufferPage.cc
  #include <lfc/Exception.h>
  
  #include "CegoDefs.h"
-Index: cego-2.12.8/src/CegoBufferPool.cc
---- cego-2.12.8/src/CegoBufferPool.cc.orig	2.12.86-21 00:10:08.000000000 +0200
-+++ cego-2.12.8/src/CegoBufferPool.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoBufferPool.cc
+--- cego-2.13.0/src/CegoBufferPool.cc.orig	2.13.06-21 00:10:08.000000000 +0200
++++ cego-2.13.0/src/CegoBufferPool.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,8 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -78,9 +78,9 @@ Index: cego-2.12.8/src/CegoBufferPool.cc
  #include <lfc/Exception.h>
  #include <lfc/CommandExecuter.h>
  #include <lfc/Datetime.h>
-Index: cego-2.12.8/src/CegoCheckObject.cc
---- cego-2.12.8/src/CegoCheckObject.cc.orig	2.12.8-21 01:38:47.000000000 +0100
-+++ cego-2.12.8/src/CegoCheckObject.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoCheckObject.cc
+--- cego-2.13.0/src/CegoCheckObject.cc.orig	2.13.0-21 01:38:47.000000000 +0100
++++ cego-2.13.0/src/CegoCheckObject.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,7 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -89,9 +89,9 @@ Index: cego-2.12.8/src/CegoCheckObject.cc
  #include "CegoCheckObject.h"
  #include "CegoXMLdef.h"
  #include "CegoXMLHelper.h"
-Index: cego-2.12.8/src/CegoClient.cc
---- cego-2.12.8/src/CegoClient.cc.orig	2.12.86-21 08:13:20.000000000 +0200
-+++ cego-2.12.8/src/CegoClient.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoClient.cc
+--- cego-2.13.0/src/CegoClient.cc.orig	2.13.06-21 08:13:20.000000000 +0200
++++ cego-2.13.0/src/CegoClient.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,7 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -100,9 +100,9 @@ Index: cego-2.12.8/src/CegoClient.cc
  #include <locale.h>
  #include <stdlib.h>
  #include <stdio.h>
-Index: cego-2.12.8/src/CegoCondDesc.cc
---- cego-2.12.8/src/CegoCondDesc.cc.orig	2.12.86-23 17:42:52.000000000 +0200
-+++ cego-2.12.8/src/CegoCondDesc.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoCondDesc.cc
+--- cego-2.13.0/src/CegoCondDesc.cc.orig	2.13.06-23 17:42:52.000000000 +0200
++++ cego-2.13.0/src/CegoCondDesc.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,7 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -111,9 +111,9 @@ Index: cego-2.12.8/src/CegoCondDesc.cc
  #include "CegoCondDesc.h"
  #include "CegoXMLdef.h"
  
-Index: cego-2.12.8/src/CegoContentObject.cc
---- cego-2.12.8/src/CegoContentObject.cc.orig	2.12.8-22.12.81:50.000000000 +0100
-+++ cego-2.12.8/src/CegoContentObject.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoContentObject.cc
+--- cego-2.13.0/src/CegoContentObject.cc.orig	2.13.0-22.13.01:50.000000000 +0100
++++ cego-2.13.0/src/CegoContentObject.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -34,6 +34,8 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -123,9 +123,9 @@ Index: cego-2.12.8/src/CegoContentObject.cc
  #include "CegoContentObject.h"
  #include "CegoTypeConverter.h"
  
-Index: cego-2.12.8/src/CegoDataPointer.cc
---- cego-2.12.8/src/CegoDataPointer.cc.orig	2.12.8-21 01:19:33.000000000 +0100
-+++ cego-2.12.8/src/CegoDataPointer.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoDataPointer.cc
+--- cego-2.13.0/src/CegoDataPointer.cc.orig	2.13.0-21 01:19:33.000000000 +0100
++++ cego-2.13.0/src/CegoDataPointer.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,7 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -134,9 +134,9 @@ Index: cego-2.12.8/src/CegoDataPointer.cc
  #include "CegoDataPointer.h"
  
  #include <string.h>
-Index: cego-2.12.8/src/CegoDbHandler.cc
---- cego-2.12.8/src/CegoDbHandler.cc.orig	2.12.86-20 23:52:52.000000000 +0200
-+++ cego-2.12.8/src/CegoDbHandler.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoDbHandler.cc
+--- cego-2.13.0/src/CegoDbHandler.cc.orig	2.13.06-20 23:52:52.000000000 +0200
++++ cego-2.13.0/src/CegoDbHandler.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,8 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -146,9 +146,9 @@ Index: cego-2.12.8/src/CegoDbHandler.cc
  #include <lfc/AESCrypt.h>
  #include <lfc/Datetime.h>
  
-Index: cego-2.12.8/src/CegoDbThread.cc
---- cego-2.12.8/src/CegoDbThread.cc.orig	2.12.87-08 15:36:29.000000000 +0200
-+++ cego-2.12.8/src/CegoDbThread.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoDbThread.cc
+--- cego-2.13.0/src/CegoDbThread.cc.orig	2.13.07-08 15:36:29.000000000 +0200
++++ cego-2.13.0/src/CegoDbThread.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -39,6 +39,7 @@
  ///////////////////////////////////////////////////////////////////////////////
  
@@ -157,9 +157,9 @@ Index: cego-2.12.8/src/CegoDbThread.cc
  #include <lfc/Exception.h>
  #include <lfc/Sleeper.h>
  #include <lfc/ThreadLock.h>
-Index: cego-2.12.8/src/CegoDbThreadPool.cc
---- cego-2.12.8/src/CegoDbThreadPool.cc.orig	2.12.87-08 15:36:28.000000000 +0200
-+++ cego-2.12.8/src/CegoDbThreadPool.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoDbThreadPool.cc
+--- cego-2.13.0/src/CegoDbThreadPool.cc.orig	2.13.07-08 15:36:28.000000000 +0200
++++ cego-2.13.0/src/CegoDbThreadPool.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,7 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -168,9 +168,9 @@ Index: cego-2.12.8/src/CegoDbThreadPool.cc
  #include <lfc/Exception.h>
  #include <lfc/Host.h>
  #include <lfc/NetHandler.h>
-Index: cego-2.12.8/src/CegoDefs.h
---- cego-2.12.8/src/CegoDefs.h.orig	2.12.87-17 09:26:25.000000000 +0200
-+++ cego-2.12.8/src/CegoDefs.h	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoDefs.h
+--- cego-2.13.0/src/CegoDefs.h.orig	2.13.07-17 09:26:25.000000000 +0200
++++ cego-2.13.0/src/CegoDefs.h	2.13.07-19 20:23:30.000000000 +0200
 @@ -35,6 +35,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -181,9 +181,9 @@ Index: cego-2.12.8/src/CegoDefs.h
  #ifdef HAVE_MINGW32
  #include <windows.h>
  #endif
-Index: cego-2.12.8/src/CegoDistManager.cc
---- cego-2.12.8/src/CegoDistManager.cc.orig	2.12.87-02 10:15:39.000000000 +0200
-+++ cego-2.12.8/src/CegoDistManager.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoDistManager.cc
+--- cego-2.13.0/src/CegoDistManager.cc.orig	2.13.07-02 10:15:39.000000000 +0200
++++ cego-2.13.0/src/CegoDistManager.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -34,6 +34,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -194,9 +194,9 @@ Index: cego-2.12.8/src/CegoDistManager.cc
  #include "CegoDistManager.h"
  
  #include <lfc/Exception.h>
-Index: cego-2.12.8/src/CegoExpOutStream.cc
---- cego-2.12.8/src/CegoExpOutStream.cc.orig	2.12.8-21 01:20:51.000000000 +0100
-+++ cego-2.12.8/src/CegoExpOutStream.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoExpOutStream.cc
+--- cego-2.13.0/src/CegoExpOutStream.cc.orig	2.13.0-21 01:20:51.000000000 +0100
++++ cego-2.13.0/src/CegoExpOutStream.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -207,9 +207,9 @@ Index: cego-2.12.8/src/CegoExpOutStream.cc
  // base includes
  #include <lfc/Base64Coder.h>
  
-Index: cego-2.12.8/src/CegoExpr.cc
---- cego-2.12.8/src/CegoExpr.cc.orig	2.12.86-25 16:25:58.000000000 +0200
-+++ cego-2.12.8/src/CegoExpr.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoExpr.cc
+--- cego-2.13.0/src/CegoExpr.cc.orig	2.13.06-25 16:25:58.000000000 +0200
++++ cego-2.13.0/src/CegoExpr.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -220,9 +220,9 @@ Index: cego-2.12.8/src/CegoExpr.cc
  #include "CegoExpr.h"
  
  #include "CegoXMLdef.h"
-Index: cego-2.12.8/src/CegoFactor.cc
---- cego-2.12.8/src/CegoFactor.cc.orig	2.12.86-23 18:21:03.000000000 +0200
-+++ cego-2.12.8/src/CegoFactor.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoFactor.cc
+--- cego-2.13.0/src/CegoFactor.cc.orig	2.13.06-23 18:21:03.000000000 +0200
++++ cego-2.13.0/src/CegoFactor.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,9 @@
  // 
  ///////////////////////////////////////////////////////////////////////////////
@@ -233,9 +233,9 @@ Index: cego-2.12.8/src/CegoFactor.cc
  // INCLUDES
  #include <lfc/Exception.h>
  
-Index: cego-2.12.8/src/CegoFieldValue.cc
---- cego-2.12.8/src/CegoFieldValue.cc.orig	2.12.87-15 19:32:52.000000000 +0200
-+++ cego-2.12.8/src/CegoFieldValue.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoFieldValue.cc
+--- cego-2.13.0/src/CegoFieldValue.cc.orig	2.13.07-15 19:32:52.000000000 +0200
++++ cego-2.13.0/src/CegoFieldValue.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -41,6 +41,9 @@
  #include <lfc/BigDecimal.h>
  #include <lfc/Tokenizer.h>
@@ -246,9 +246,9 @@ Index: cego-2.12.8/src/CegoFieldValue.cc
  #include "CegoFieldValue.h"
  #include "CegoTypeConverter.h"
  #include "CegoDefs.h"
-Index: cego-2.12.8/src/CegoFunction.cc
---- cego-2.12.8/src/CegoFunction.cc.orig	2.12.87-03 19:58:12.000000000 +0200
-+++ cego-2.12.8/src/CegoFunction.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoFunction.cc
+--- cego-2.13.0/src/CegoFunction.cc.orig	2.13.07-03 19:58:12.000000000 +0200
++++ cego-2.13.0/src/CegoFunction.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,8 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -258,9 +258,9 @@ Index: cego-2.12.8/src/CegoFunction.cc
  #include <lfc/Datetime.h>
  #include <lfc/Tokenizer.h>
  
-Index: cego-2.12.8/src/CegoGroupEntry.cc
---- cego-2.12.8/src/CegoGroupEntry.cc.orig	2.12.8-21 01:41:27.000000000 +0100
-+++ cego-2.12.8/src/CegoGroupEntry.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoGroupEntry.cc
+--- cego-2.13.0/src/CegoGroupEntry.cc.orig	2.13.0-21 01:41:27.000000000 +0100
++++ cego-2.13.0/src/CegoGroupEntry.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -271,9 +271,9 @@ Index: cego-2.12.8/src/CegoGroupEntry.cc
  // base includes
  #include <lfc/Exception.h>
  
-Index: cego-2.12.8/src/CegoGroupSpace.cc
---- cego-2.12.8/src/CegoGroupSpace.cc.orig	2.12.86-16 21:52:19.000000000 +0200
-+++ cego-2.12.8/src/CegoGroupSpace.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoGroupSpace.cc
+--- cego-2.13.0/src/CegoGroupSpace.cc.orig	2.13.06-16 21:52:19.000000000 +0200
++++ cego-2.13.0/src/CegoGroupSpace.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -284,9 +284,9 @@ Index: cego-2.12.8/src/CegoGroupSpace.cc
  // base includes
  #include <lfc/Exception.h>
  
-Index: cego-2.12.8/src/CegoImpInStream.cc
---- cego-2.12.8/src/CegoImpInStream.cc.orig	2.12.83-23 21:40:57.000000000 +0100
-+++ cego-2.12.8/src/CegoImpInStream.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoImpInStream.cc
+--- cego-2.13.0/src/CegoImpInStream.cc.orig	2.13.03-23 21:40:57.000000000 +0100
++++ cego-2.13.0/src/CegoImpInStream.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -297,9 +297,9 @@ Index: cego-2.12.8/src/CegoImpInStream.cc
  // base includes
  #include <lfc/Base64Coder.h>
  
-Index: cego-2.12.8/src/CegoIndexCursor.cc
---- cego-2.12.8/src/CegoIndexCursor.cc.orig	2.12.86-26 18:30:38.000000000 +0200
-+++ cego-2.12.8/src/CegoIndexCursor.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoIndexCursor.cc
+--- cego-2.13.0/src/CegoIndexCursor.cc.orig	2.13.06-26 18:30:38.000000000 +0200
++++ cego-2.13.0/src/CegoIndexCursor.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -34,6 +34,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -310,9 +310,9 @@ Index: cego-2.12.8/src/CegoIndexCursor.cc
  // cego includes
  #include "CegoIndexCursor.h"
  #include "CegoTupleState.h"
-Index: cego-2.12.8/src/CegoIndexEntry.cc
---- cego-2.12.8/src/CegoIndexEntry.cc.orig	2.12.8-21 01:48:24.000000000 +0100
-+++ cego-2.12.8/src/CegoIndexEntry.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoIndexEntry.cc
+--- cego-2.13.0/src/CegoIndexEntry.cc.orig	2.13.0-21 01:48:24.000000000 +0100
++++ cego-2.13.0/src/CegoIndexEntry.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -323,9 +323,9 @@ Index: cego-2.12.8/src/CegoIndexEntry.cc
  // base includes
  #include <lfc/Exception.h>
  
-Index: cego-2.12.8/src/CegoIndexManager.cc
---- cego-2.12.8/src/CegoIndexManager.cc.orig	2.12.86-02 13:08:24.000000000 +0200
-+++ cego-2.12.8/src/CegoIndexManager.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoIndexManager.cc
+--- cego-2.13.0/src/CegoIndexManager.cc.orig	2.13.06-02 13:08:24.000000000 +0200
++++ cego-2.13.0/src/CegoIndexManager.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -336,9 +336,9 @@ Index: cego-2.12.8/src/CegoIndexManager.cc
  // base includes
  #include <lfc/Exception.h>
  
-Index: cego-2.12.8/src/CegoJoinObject.cc
---- cego-2.12.8/src/CegoJoinObject.cc.orig	2.12.86-23 17:38:41.000000000 +0200
-+++ cego-2.12.8/src/CegoJoinObject.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoJoinObject.cc
+--- cego-2.13.0/src/CegoJoinObject.cc.orig	2.13.06-23 17:38:41.000000000 +0200
++++ cego-2.13.0/src/CegoJoinObject.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -349,9 +349,9 @@ Index: cego-2.12.8/src/CegoJoinObject.cc
  // base includes
  #include <lfc/Tokenizer.h>
  
-Index: cego-2.12.8/src/CegoKeyObject.cc
---- cego-2.12.8/src/CegoKeyObject.cc.orig	2.12.8-21 01:44:30.000000000 +0100
-+++ cego-2.12.8/src/CegoKeyObject.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoKeyObject.cc
+--- cego-2.13.0/src/CegoKeyObject.cc.orig	2.13.0-21 01:44:30.000000000 +0100
++++ cego-2.13.0/src/CegoKeyObject.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -362,9 +362,9 @@ Index: cego-2.12.8/src/CegoKeyObject.cc
  // cego includes
  #include "CegoKeyObject.h"
  #include "CegoXMLdef.h"
-Index: cego-2.12.8/src/CegoLockHandler.cc
---- cego-2.12.8/src/CegoLockHandler.cc.orig	2.12.86-14 23:13:50.000000000 +0200
-+++ cego-2.12.8/src/CegoLockHandler.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoLockHandler.cc
+--- cego-2.13.0/src/CegoLockHandler.cc.orig	2.13.06-14 23:13:50.000000000 +0200
++++ cego-2.13.0/src/CegoLockHandler.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -375,9 +375,9 @@ Index: cego-2.12.8/src/CegoLockHandler.cc
  #ifndef _REENTRANT
  #define _REENTRANT    /* basic 3-lines for threads */
  #endif
-Index: cego-2.12.8/src/CegoLogManager.cc
---- cego-2.12.8/src/CegoLogManager.cc.orig	2.12.8-21 01:45:28.000000000 +0100
-+++ cego-2.12.8/src/CegoLogManager.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoLogManager.cc
+--- cego-2.13.0/src/CegoLogManager.cc.orig	2.13.0-21 01:45:28.000000000 +0100
++++ cego-2.13.0/src/CegoLogManager.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -388,9 +388,9 @@ Index: cego-2.12.8/src/CegoLogManager.cc
  // base includes
  #include <lfc/Exception.h>
  #include <lfc/File.h>
-Index: cego-2.12.8/src/CegoLogRecord.cc
---- cego-2.12.8/src/CegoLogRecord.cc.orig	2.12.86-21 00:28:35.000000000 +0200
-+++ cego-2.12.8/src/CegoLogRecord.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoLogRecord.cc
+--- cego-2.13.0/src/CegoLogRecord.cc.orig	2.13.06-21 00:28:35.000000000 +0200
++++ cego-2.13.0/src/CegoLogRecord.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -401,9 +401,9 @@ Index: cego-2.12.8/src/CegoLogRecord.cc
  // cego includes
  #include "CegoLogRecord.h"
  
-Index: cego-2.12.8/src/CegoObject.cc
---- cego-2.12.8/src/CegoObject.cc.orig	2.12.86-21 00:01:01.000000000 +0200
-+++ cego-2.12.8/src/CegoObject.cc	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/CegoObject.cc
+--- cego-2.13.0/src/CegoObject.cc.orig	2.13.06-21 00:01:01.000000000 +0200
++++ cego-2.13.0/src/CegoObject.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -33,6 +33,9 @@
  //
  ///////////////////////////////////////////////////////////////////////////////
@@ -414,9 +414,9 @@ Index: cego-2.12.8/src/CegoObject.cc
  // cego includes
  #include "CegoObject.h"
  
-Index: cego-2.12.8/src/Makefile.in
---- cego-2.12.8/src/Makefile.in.orig	2.12.87-16 22:55:51.000000000 +0200
-+++ cego-2.12.8/src/Makefile.in	2.12.87-19 20:23:30.000000000 +0200
+Index: cego-2.13.0/src/Makefile.in
+--- cego-2.13.0/src/Makefile.in.orig	2.13.07-16 22:55:51.000000000 +0200
++++ cego-2.13.0/src/Makefile.in	2.13.07-19 20:23:30.000000000 +0200
 @@ -60,10 +60,8 @@
  	$(STRIP) cgblow
  	$(INSTALL_PROGRAM) cgblow $(DESTDIR)$(CEGOBINDIR)
@@ -443,7 +443,7 @@ Index: cego-2.12.8/src/Makefile.in
  
 Index: lfc-1.2.0/src/Bitmap.cc
 --- lfc-1.2.0/src/Bitmap.cc.orig	2010-08-15 13:48:09.000000000 +0200
-+++ lfc-1.2.0/src/Bitmap.cc	2.12.87-19 20:23:30.000000000 +0200
++++ lfc-1.2.0/src/Bitmap.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -35,6 +35,7 @@
  #include <stdlib.h>
  
@@ -453,8 +453,8 @@ Index: lfc-1.2.0/src/Bitmap.cc
  #include "Exception.h"
  
 Index: lfc-1.2.0/src/CommandExecuter.cc
---- lfc-1.2.0/src/CommandExecuter.cc.orig	2.12.8-21 01:01:04.000000000 +0100
-+++ lfc-1.2.0/src/CommandExecuter.cc	2.12.87-19 20:23:30.000000000 +0200
+--- lfc-1.2.0/src/CommandExecuter.cc.orig	2.13.0-21 01:01:04.000000000 +0100
++++ lfc-1.2.0/src/CommandExecuter.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -41,6 +41,7 @@
  #include <fcntl.h>
  #include <signal.h>
@@ -465,7 +465,7 @@ Index: lfc-1.2.0/src/CommandExecuter.cc
  // BASE INCLUDES
 Index: lfc-1.2.0/src/Datetime.cc
 --- lfc-1.2.0/src/Datetime.cc.orig	2010-08-15 13:48:19.000000000 +0200
-+++ lfc-1.2.0/src/Datetime.cc	2.12.87-19 20:23:30.000000000 +0200
++++ lfc-1.2.0/src/Datetime.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -34,6 +34,8 @@
  
  #include <stdlib.h>
@@ -476,8 +476,8 @@ Index: lfc-1.2.0/src/Datetime.cc
  #include "Datetime.h"
  
 Index: lfc-1.2.0/src/File.cc
---- lfc-1.2.0/src/File.cc.orig	2.12.86-20 21:43:38.000000000 +0200
-+++ lfc-1.2.0/src/File.cc	2.12.87-19 20:23:30.000000000 +0200
+--- lfc-1.2.0/src/File.cc.orig	2.13.06-20 21:43:38.000000000 +0200
++++ lfc-1.2.0/src/File.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -48,6 +48,7 @@
  #include <fcntl.h>
  #include <unistd.h>
@@ -488,7 +488,7 @@ Index: lfc-1.2.0/src/File.cc
  #include "Exception.h"
 Index: lfc-1.2.0/src/Makefile.in
 --- lfc-1.2.0/src/Makefile.in.orig	2010-09-17 10:00:58.000000000 +0200
-+++ lfc-1.2.0/src/Makefile.in	2.12.87-19 20:23:30.000000000 +0200
++++ lfc-1.2.0/src/Makefile.in	2.13.07-19 20:23:30.000000000 +0200
 @@ -85,7 +85,6 @@
  	$(INSTALL_DATA) Base64Coder.h $(DESTDIR)$(INCLUDEPREFIX)
  	if [ -f regex.o ]; then $(INSTALL_DATA) regex.h $(DESTDIR)$(INCLUDEPREFIX); fi
@@ -514,7 +514,7 @@ Index: lfc-1.2.0/src/Makefile.in
 +Base64Coder.o: Base64Coder.cc Base64Coder.h base64.c
 Index: lfc-1.2.0/src/Net.cc
 --- lfc-1.2.0/src/Net.cc.orig	2010-09-13 19:30:22.000000000 +0200
-+++ lfc-1.2.0/src/Net.cc	2.12.87-19 20:23:30.000000000 +0200
++++ lfc-1.2.0/src/Net.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -52,6 +52,7 @@
  #include <netdb.h>
  #endif
@@ -525,7 +525,7 @@ Index: lfc-1.2.0/src/Net.cc
  #include "Net.h"
 Index: lfc-1.2.0/src/NetHandler.cc
 --- lfc-1.2.0/src/NetHandler.cc.orig	2010-08-15 13:45:47.000000000 +0200
-+++ lfc-1.2.0/src/NetHandler.cc	2.12.87-19 20:23:30.000000000 +0200
++++ lfc-1.2.0/src/NetHandler.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -38,6 +38,7 @@
  #define _REENTRANT    /* basic 3-lines for threads */
  #endif
@@ -536,7 +536,7 @@ Index: lfc-1.2.0/src/NetHandler.cc
  #include <sys/types.h>
 Index: lfc-1.2.0/src/Process.cc
 --- lfc-1.2.0/src/Process.cc.orig	2010-08-15 13:51:29.000000000 +0200
-+++ lfc-1.2.0/src/Process.cc	2.12.87-19 20:23:30.000000000 +0200
++++ lfc-1.2.0/src/Process.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -43,6 +43,7 @@
  #include <unistd.h>
  #include <string.h>
@@ -547,7 +547,7 @@ Index: lfc-1.2.0/src/Process.cc
  #include "Chain.h"
 Index: lfc-1.2.0/src/Sleeper.cc
 --- lfc-1.2.0/src/Sleeper.cc.orig	2010-08-15 13:50:23.000000000 +0200
-+++ lfc-1.2.0/src/Sleeper.cc	2.12.87-19 20:23:30.000000000 +0200
++++ lfc-1.2.0/src/Sleeper.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -48,6 +48,7 @@
  #include <unistd.h>
  #include <string.h>
@@ -557,8 +557,8 @@ Index: lfc-1.2.0/src/Sleeper.cc
  #include "Exception.h"
  #include "Chain.h"
 Index: lfc-1.2.0/src/ThreadLock.cc
---- lfc-1.2.0/src/ThreadLock.cc.orig	2.12.86-13 12.12.87.000000000 +0200
-+++ lfc-1.2.0/src/ThreadLock.cc	2.12.87-19 20:23:30.000000000 +0200
+--- lfc-1.2.0/src/ThreadLock.cc.orig	2.13.06-13 12.13.07.000000000 +0200
++++ lfc-1.2.0/src/ThreadLock.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -43,6 +43,7 @@
  #include <errno.h>
  #include <string.h>
@@ -569,7 +569,7 @@ Index: lfc-1.2.0/src/ThreadLock.cc
  #include "ThreadLock.h"
 Index: lfcxml-1.0.26/src/Makefile.in
 --- lfcxml-1.0.26/src/Makefile.in.orig	2010-09-17 10:01:17.000000000 +0200
-+++ lfcxml-1.0.26/src/Makefile.in	2.12.87-19 20:23:30.000000000 +0200
++++ lfcxml-1.0.26/src/Makefile.in	2.13.07-19 20:23:30.000000000 +0200
 @@ -51,7 +51,6 @@
  	$(INSTALL_DATA) XMLInStream.h $(DESTDIR)$(XMLINCLUDEPATH)
  	$(INSTALL_DATA) XMLOutStream.h $(DESTDIR)$(XMLINCLUDEPATH)
@@ -587,8 +587,8 @@ Index: lfcxml-1.0.26/src/Makefile.in
  	$(RANLIB) liblfcxml.a
  
 Index: lfcxml-1.0.26/src/XMLSuite.cc
---- lfcxml-1.0.26/src/XMLSuite.cc.orig	2.12.8-21 01:08:13.000000000 +0100
-+++ lfcxml-1.0.26/src/XMLSuite.cc	2.12.87-19 20:23:30.000000000 +0200
+--- lfcxml-1.0.26/src/XMLSuite.cc.orig	2.13.0-21 01:08:13.000000000 +0100
++++ lfcxml-1.0.26/src/XMLSuite.cc	2.13.07-19 20:23:30.000000000 +0200
 @@ -35,6 +35,7 @@
  
  // INCLUDES

+ 2 - 2
cego/cego.spec

@@ -24,7 +24,7 @@
 #   FIXME: rse: seems to have problems during building if old version is still installed
 
 #   package version
-%define       V_cego     2.12.8
+%define       V_cego     2.13.0
 %define       V_lfc      1.2.0
 %define       V_lfcxml   1.0.26
 %define       V_jdbc     1.3.4
@@ -40,7 +40,7 @@ Class:        EVAL
 Group:        Database
 License:      GPL
 Version:      %{V_cego}
-Release:      20120427
+Release:      20120513
 
 #   package options
 %option       with_jdbc   no