tags 417137 + patch
thanks
Hi,
Attached is the diff for my cvsnt 2.5.03.2382-3.3 NMU.
diff -u cvsnt-2.5.03.2382/debian/changelog cvsnt-2.5.03.2382/debian/changelog
--- cvsnt-2.5.03.2382/debian/changelog
+++ cvsnt-2.5.03.2382/debian/changelog
@@ -1,3 +1,10 @@
+cvsnt (2.5.03.2382-3.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with new GCC 4.3 (Closes: #417137).
+
+ -- Luk Claes <[EMAIL PROTECTED]> Tue, 25 Mar 2008 22:52:16 +0000
+
cvsnt (2.5.03.2382-3.2) unstable; urgency=medium
* Non-maintainer upload.
reverted:
--- cvsnt-2.5.03.2382/cvsapi/db/SQLiteConnection.loT
+++ cvsnt-2.5.03.2382.orig/cvsapi/db/SQLiteConnection.loT
@@ -1,7 +0,0 @@
-# SQLiteConnection.lo - a libtool object file
-# Generated by ltmain.sh - GNU libtool 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06)
-#
-# Please DO NOT delete this file!
-# It is necessary for linking the library.
-
-# Name of the PIC object.
only in patch2:
unchanged:
--- cvsnt-2.5.03.2382.orig/cvsapi/diff/StringDiff.cpp
+++ cvsnt-2.5.03.2382/cvsapi/diff/StringDiff.cpp
@@ -16,6 +16,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <config.h>
+#include <cstring>
#include "../lib/api_system.h"
#include "DiffBase.h"
only in patch2:
unchanged:
--- cvsnt-2.5.03.2382.orig/cvsapi/diff/DiffBase.cpp
+++ cvsnt-2.5.03.2382/cvsapi/diff/DiffBase.cpp
@@ -33,6 +33,7 @@
* This is the same algorithm used by GNU diff(1).
*/
+#include <limits.h>
#include <config.h>
#include "../lib/api_system.h"
#include "DiffBase.h"
only in patch2:
unchanged:
--- cvsnt-2.5.03.2382.orig/cvsapi/StringDiff.loT
+++ cvsnt-2.5.03.2382/cvsapi/StringDiff.loT
@@ -0,0 +1,7 @@
+# StringDiff.lo - a libtool object file
+# Generated by ltmain.sh - GNU libtool 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06)
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# Name of the PIC object.