Browse Source

upgrading package: dragon 1.3.2 -> 1.3.4

master
parent
commit
5ae6f5818f
  1. 133
      dragon/dragon.patch
  2. 4
      dragon/dragon.spec

133
dragon/dragon.patch

@ -48,3 +48,136 @@ Index: base/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: base/src/File.cc
--- base/src/File.cc.orig 2009-06-11 14:14:25.000000000 +0200
+++ base/src/File.cc 2010-08-09 09:12:56.000000000 +0200
@@ -47,6 +47,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
+#include <string.h>
// BASE INCLUDES
#include "Exception.h"
Index: base/src/Net.cc
--- base/src/Net.cc.orig 2010-06-24 20:10:04.000000000 +0200
+++ base/src/Net.cc 2010-08-09 09:14:46.000000000 +0200
@@ -50,6 +50,7 @@
#include <netdb.h>
#endif
#include <errno.h>
+#include <string.h>
#include "Exception.h"
#include "Net.h"
Index: base/src/NetHandler.cc
--- base/src/NetHandler.cc.orig 2010-06-24 20:07:04.000000000 +0200
+++ base/src/NetHandler.cc 2010-08-09 09:15:23.000000000 +0200
@@ -38,6 +38,7 @@
#define _REENTRANT /* basic 3-lines for threads */
#endif
+#include <string.h>
#include <unistd.h>
#include <sys/types.h>
Index: base/src/Chain.cc
--- base/src/Chain.cc.orig 2009-06-14 16:14:51.000000000 +0200
+++ base/src/Chain.cc 2010-08-09 09:15:50.000000000 +0200
@@ -35,6 +35,7 @@
// SYSTEM INCLUDES
#include <stdlib.h>
#include <ctype.h>
+#include <string.h>
// BASE INCLUDES
#include "Exception.h"
Index: base/src/ThreadLock.cc
--- base/src/ThreadLock.cc.orig 2009-04-03 22:41:51.000000000 +0200
+++ base/src/ThreadLock.cc 2010-08-09 09:16:21.000000000 +0200
@@ -43,6 +43,7 @@
#endif
#include <errno.h>
#include <time.h>
+#include <string.h>
#include <iostream>
#include "ThreadLock.h"
Index: base/src/Datetime.cc
--- base/src/Datetime.cc.orig 2009-04-03 17:42:07.000000000 +0200
+++ base/src/Datetime.cc 2010-08-09 09:17:27.000000000 +0200
@@ -33,6 +33,8 @@
///////////////////////////////////////////////////////////////////////////////
+#include <string.h>
+#include <stdlib.h>
#include "Exception.h"
#include "Datetime.h"
Index: base/src/Bitmap.cc
--- base/src/Bitmap.cc.orig 2007-07-06 08:47:23.000000000 +0200
+++ base/src/Bitmap.cc 2010-08-09 09:18:11.000000000 +0200
@@ -34,6 +34,7 @@
// INCLUDES
+#include <stdlib.h>
#include "Bitmap.h"
#include "Exception.h"
Index: base/src/CommandExecuter.cc
--- base/src/CommandExecuter.cc.orig 2009-05-28 18:50:57.000000000 +0200
+++ base/src/CommandExecuter.cc 2010-08-09 09:18:52.000000000 +0200
@@ -39,6 +39,7 @@
#include <fcntl.h>
#include <signal.h>
#include <sys/wait.h>
+#include <string.h>
// BASE INCLUDES
Index: base/src/Sleeper.cc
--- base/src/Sleeper.cc.orig 2007-08-13 17:05:56.000000000 +0200
+++ base/src/Sleeper.cc 2010-08-09 09:22:21.000000000 +0200
@@ -47,6 +47,7 @@
#include <time.h>
#include <unistd.h>
#include <errno.h>
+#include <string.h>
#include "Exception.h"
#include "Chain.h"
Index: base/src/Process.cc
--- base/src/Process.cc.orig 2007-08-03 21:34:16.000000000 +0200
+++ base/src/Process.cc 2010-08-09 09:23:38.000000000 +0200
@@ -43,6 +43,7 @@
#include <unistd.h>
#include <errno.h>
+#include <string.h>
#include "Exception.h"
#include "Chain.h"
Index: dragon/src/Main.cc
--- dragon/src/Main.cc.orig 2010-08-08 10:05:34.000000000 +0200
+++ dragon/src/Main.cc 2010-08-09 09:28:06.000000000 +0200
@@ -33,6 +33,7 @@
// BASE INCLUDES
+#include <stdlib.h>
#include "Exception.h"
#include "Chain.h"
#include "GetOpt.h"
Index: dragon/samples/gxmain.cc
--- dragon/samples/gxmain.cc.orig 2007-06-24 14:00:15.000000000 +0200
+++ dragon/samples/gxmain.cc 2010-08-09 09:29:07.000000000 +0200
@@ -7,6 +7,7 @@
//
+#include <stdlib.h>
#include "Chain.h"
#if defined(SAMPLE_G1)

4
dragon/dragon.spec

@ -23,7 +23,7 @@
# package version
%define V_base 1.1.31
%define V_dragon 1.3.2
%define V_dragon 1.3.4
# package information
Name: dragon
@ -36,7 +36,7 @@ Class: EVAL
Group: CompilerCompiler
License: GPL
Version: %{V_dragon}
Release: 20100629
Release: 20100809
# list of sources
Source0: http://www.lemke-it.com/base-%{V_base}.tar.gz

Loading…
Cancel
Save