rpms/firebird/EL-4 firebird-gcc-icu.patch, NONE, 1.1 firebird.spec, 1.3, 1.4

Philippe Makowski makowski at fedoraproject.org
Sat Jul 11 16:24:53 UTC 2009


Author: makowski

Update of /cvs/pkgs/rpms/firebird/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27268

Modified Files:
	firebird.spec 
Added Files:
	firebird-gcc-icu.patch 
Log Message:


firebird-gcc-icu.patch:

--- NEW FILE firebird-gcc-icu.patch ---
# Author: Adriano dos Santos Fernandes
#Index: src/common/classes/alloc.h
#===================================================================
#RCS file: /cvsroot/firebird/firebird2/src/common/classes/alloc.h,v
#retrieving revision 1.71
diff -u -p -r1.71 alloc.h
--- src/common/classes/alloc.h	26 Sep 2007 17:48:20 -0000	1.71
+++ src/common/classes/alloc.h	20 May 2009 02:20:08 -0000
@@ -47,6 +47,7 @@
 #include <stdlib.h> /* XPG: prototypes for malloc/free have to be in
 					   stdlib.h (EKU) */
 #endif
+#include <new>
 
 #ifdef _MSC_VER
 #define THROW_BAD_ALLOC
@@ -448,15 +449,6 @@ inline void* operator new[](size_t s) TH
 	);
 }
 
-inline void* operator new(size_t, void* ptr) throw() 
-{
-	return ptr;
-}
-inline void* operator new[](size_t, void* ptr) throw() 
-{
-	return ptr;
-}
-
 inline void operator delete(void* mem) throw()
 {
 	Firebird::MemoryPool::globalFree(mem);


Index: firebird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firebird/EL-4/firebird.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- firebird.spec	11 Jul 2009 16:13:54 -0000	1.3
+++ firebird.spec	11 Jul 2009 16:24:23 -0000	1.4
@@ -6,7 +6,7 @@
 Summary:	SQL relational database management system
 Name:		firebird
 Version:	2.1.2.18118.0
-Release:	9%{?dist}
+Release:	10%{?dist}
 
 Group:		Applications/Databases
 License:	Interbase
@@ -509,7 +509,7 @@ rm -Rf	%{_var}/run/%{name}
 
 
 %changelog
-* Sat Jul 11 2009  Philippe Makowski <makowski at firebird-fr.eu.org> 2.1.2.18118.0-9
+* Sat Jul 11 2009  Philippe Makowski <makowski at firebird-fr.eu.org> 2.1.2.18118.0-10
 - change xinetd script (rh #506528)
 - add missing library (and header files) for build php4-interbase module (rh #506728)
 - update README.fedora




More information about the fedora-extras-commits mailing list