Ralf S. Engelschall 14 лет назад
Родитель
Сommit
1a3c7a9399
2 измененных файлов с 32 добавлено и 32 удалено
  1. 30 30
      cego/cego.patch
  2. 2 2
      cego/cego.spec

+ 30 - 30
cego/cego.patch

@@ -441,9 +441,9 @@ Index: cego-2.10.7/src/Makefile.in
  	$(AR) -r libcgwrap.a $(CGWRAPOBJECTS)
  	$(RANLIB) libcgwrap.a
  
-Index: lfc-1.1.38/src/Bitmap.cc
---- lfc-1.1.38/src/Bitmap.cc.orig	2010-08-15 13:48:09.000000000 +0200
-+++ lfc-1.1.38/src/Bitmap.cc	2011-06-25 10:31:29.000000000 +0200
+Index: lfc-1.1.39/src/Bitmap.cc
+--- lfc-1.1.39/src/Bitmap.cc.orig	2010-08-15 13:48:09.000000000 +0200
++++ lfc-1.1.39/src/Bitmap.cc	2011-06-25 10:31:29.000000000 +0200
 @@ -35,6 +35,7 @@
  #include <stdlib.h>
  
@@ -452,9 +452,9 @@ Index: lfc-1.1.38/src/Bitmap.cc
  #include "Bitmap.h"
  #include "Exception.h"
  
-Index: lfc-1.1.38/src/CommandExecuter.cc
---- lfc-1.1.38/src/CommandExecuter.cc.orig	2.10.71-21 01:01:04.000000000 +0100
-+++ lfc-1.1.38/src/CommandExecuter.cc	2011-06-25 10:31:29.000000000 +0200
+Index: lfc-1.1.39/src/CommandExecuter.cc
+--- lfc-1.1.39/src/CommandExecuter.cc.orig	2.10.71-21 01:01:04.000000000 +0100
++++ lfc-1.1.39/src/CommandExecuter.cc	2011-06-25 10:31:29.000000000 +0200
 @@ -41,6 +41,7 @@
  #include <fcntl.h>
  #include <signal.h>
@@ -463,9 +463,9 @@ Index: lfc-1.1.38/src/CommandExecuter.cc
  
  
  // BASE INCLUDES
-Index: lfc-1.1.38/src/Datetime.cc
---- lfc-1.1.38/src/Datetime.cc.orig	2010-08-15 13:48:19.000000000 +0200
-+++ lfc-1.1.38/src/Datetime.cc	2011-06-25 10:31:29.000000000 +0200
+Index: lfc-1.1.39/src/Datetime.cc
+--- lfc-1.1.39/src/Datetime.cc.orig	2010-08-15 13:48:19.000000000 +0200
++++ lfc-1.1.39/src/Datetime.cc	2011-06-25 10:31:29.000000000 +0200
 @@ -34,6 +34,8 @@
  
  #include <stdlib.h>
@@ -475,9 +475,9 @@ Index: lfc-1.1.38/src/Datetime.cc
  #include "Exception.h"
  #include "Datetime.h"
  
-Index: lfc-1.1.38/src/File.cc
---- lfc-1.1.38/src/File.cc.orig	2011-06-20 21:43:38.000000000 +0200
-+++ lfc-1.1.38/src/File.cc	2011-06-25 10:31:29.000000000 +0200
+Index: lfc-1.1.39/src/File.cc
+--- lfc-1.1.39/src/File.cc.orig	2011-06-20 21:43:38.000000000 +0200
++++ lfc-1.1.39/src/File.cc	2011-06-25 10:31:29.000000000 +0200
 @@ -48,6 +48,7 @@
  #include <fcntl.h>
  #include <unistd.h>
@@ -486,9 +486,9 @@ Index: lfc-1.1.38/src/File.cc
  
  // BASE INCLUDES
  #include "Exception.h"
-Index: lfc-1.1.38/src/Makefile.in
---- lfc-1.1.38/src/Makefile.in.orig	2010-09-17 10:00:58.000000000 +0200
-+++ lfc-1.1.38/src/Makefile.in	2011-06-25 10:31:29.000000000 +0200
+Index: lfc-1.1.39/src/Makefile.in
+--- lfc-1.1.39/src/Makefile.in.orig	2010-09-17 10:00:58.000000000 +0200
++++ lfc-1.1.39/src/Makefile.in	2011-06-25 10:31:29.000000000 +0200
 @@ -85,7 +85,6 @@
  	$(INSTALL_DATA) Base64Coder.h $(DESTDIR)$(INCLUDEPREFIX)
  	if [ -f regex.o ]; then $(INSTALL_DATA) regex.h $(DESTDIR)$(INCLUDEPREFIX); fi
@@ -512,9 +512,9 @@ Index: lfc-1.1.38/src/Makefile.in
 -Base64Coder.o: Base64Coder.cc Base64Coder.h base64.c
 \ No newline at end of file
 +Base64Coder.o: Base64Coder.cc Base64Coder.h base64.c
-Index: lfc-1.1.38/src/Net.cc
---- lfc-1.1.38/src/Net.cc.orig	2010-09-13 19:30:22.000000000 +0200
-+++ lfc-1.1.38/src/Net.cc	2011-06-25 10:31:29.000000000 +0200
+Index: lfc-1.1.39/src/Net.cc
+--- lfc-1.1.39/src/Net.cc.orig	2010-09-13 19:30:22.000000000 +0200
++++ lfc-1.1.39/src/Net.cc	2011-06-25 10:31:29.000000000 +0200
 @@ -52,6 +52,7 @@
  #include <netdb.h>
  #endif
@@ -523,9 +523,9 @@ Index: lfc-1.1.38/src/Net.cc
  
  #include "Exception.h"
  #include "Net.h"
-Index: lfc-1.1.38/src/NetHandler.cc
---- lfc-1.1.38/src/NetHandler.cc.orig	2010-08-15 13:45:47.000000000 +0200
-+++ lfc-1.1.38/src/NetHandler.cc	2011-06-25 10:31:29.000000000 +0200
+Index: lfc-1.1.39/src/NetHandler.cc
+--- lfc-1.1.39/src/NetHandler.cc.orig	2010-08-15 13:45:47.000000000 +0200
++++ lfc-1.1.39/src/NetHandler.cc	2011-06-25 10:31:29.000000000 +0200
 @@ -38,6 +38,7 @@
  #define _REENTRANT    /* basic 3-lines for threads */
  #endif
@@ -534,9 +534,9 @@ Index: lfc-1.1.38/src/NetHandler.cc
  #include <unistd.h>
  #include <string.h>
  #include <sys/types.h>
-Index: lfc-1.1.38/src/Process.cc
---- lfc-1.1.38/src/Process.cc.orig	2010-08-15 13:51:29.000000000 +0200
-+++ lfc-1.1.38/src/Process.cc	2011-06-25 10:31:29.000000000 +0200
+Index: lfc-1.1.39/src/Process.cc
+--- lfc-1.1.39/src/Process.cc.orig	2010-08-15 13:51:29.000000000 +0200
++++ lfc-1.1.39/src/Process.cc	2011-06-25 10:31:29.000000000 +0200
 @@ -43,6 +43,7 @@
  #include <unistd.h>
  #include <string.h>
@@ -545,9 +545,9 @@ Index: lfc-1.1.38/src/Process.cc
  
  #include "Exception.h"
  #include "Chain.h"
-Index: lfc-1.1.38/src/Sleeper.cc
---- lfc-1.1.38/src/Sleeper.cc.orig	2010-08-15 13:50:23.000000000 +0200
-+++ lfc-1.1.38/src/Sleeper.cc	2011-06-25 10:31:29.000000000 +0200
+Index: lfc-1.1.39/src/Sleeper.cc
+--- lfc-1.1.39/src/Sleeper.cc.orig	2010-08-15 13:50:23.000000000 +0200
++++ lfc-1.1.39/src/Sleeper.cc	2011-06-25 10:31:29.000000000 +0200
 @@ -48,6 +48,7 @@
  #include <unistd.h>
  #include <string.h>
@@ -556,9 +556,9 @@ Index: lfc-1.1.38/src/Sleeper.cc
  
  #include "Exception.h"
  #include "Chain.h"
-Index: lfc-1.1.38/src/ThreadLock.cc
---- lfc-1.1.38/src/ThreadLock.cc.orig	2011-06-13 12:12:07.000000000 +0200
-+++ lfc-1.1.38/src/ThreadLock.cc	2011-06-25 10:31:29.000000000 +0200
+Index: lfc-1.1.39/src/ThreadLock.cc
+--- lfc-1.1.39/src/ThreadLock.cc.orig	2011-06-13 12:12:07.000000000 +0200
++++ lfc-1.1.39/src/ThreadLock.cc	2011-06-25 10:31:29.000000000 +0200
 @@ -43,6 +43,7 @@
  #include <errno.h>
  #include <string.h>

+ 2 - 2
cego/cego.spec

@@ -25,7 +25,7 @@
 
 #   package version
 %define       V_cego     2.10.7
-%define       V_lfc      1.1.38
+%define       V_lfc      1.1.39
 %define       V_lfcxml   1.0.25
 %define       V_jdbc     1.3.4
 
@@ -40,7 +40,7 @@ Class:        EVAL
 Group:        Database
 License:      GPL
 Version:      %{V_cego}
-Release:      20110710
+Release:      20110712
 
 #   package options
 %option       with_jdbc   no