Blame SOURCES/esc-1.1.0-fix8.patch

9ccdfb
diff -up ./esc/src/app/daemon/manifest.mn.fix8 ./esc/src/app/daemon/manifest.mn
9ccdfb
--- ./esc/src/app/daemon/manifest.mn.fix8	2010-04-15 16:27:07.232078448 -0700
9ccdfb
+++ ./esc/src/app/daemon/manifest.mn	2010-04-15 14:24:46.297068110 -0700
9ccdfb
@@ -37,7 +37,7 @@ DEFINES += $(shell pkg-config --cflags x
9ccdfb
 CPPFLAGS		+= $(DEFINES) -g
9ccdfb
 
9ccdfb
 LDFLAGS += -lstdc++ -L$(CORE_DIST)/$(OBJDIR)/lib -L$(XULRUNNER_LIBS_LDFLAGS)  -lnss3 -lnspr4  -lssl3 -lckyapplet $(shell pkg-config --libs xft) 
9ccdfb
-LDFLAGS +=  -lckymanager -lhttpchunked 
9ccdfb
+LDFLAGS +=  -lckymanager -lhttpchunked -lm  -lnss3 -lplc4 -lplds4
9ccdfb
 # MODULE public and private header  directories are implicitly REQUIRED.
9ccdfb
 
9ccdfb
 CPPSRCS = \
9ccdfb
diff -up ./esc/src/app/xpcom/rhCoolKey.cpp.fix8 ./esc/src/app/xpcom/rhCoolKey.cpp
9ccdfb
--- ./esc/src/app/xpcom/rhCoolKey.cpp.fix8	2010-04-15 14:45:37.907068106 -0700
9ccdfb
+++ ./esc/src/app/xpcom/rhCoolKey.cpp	2010-04-15 14:46:23.392066709 -0700
9ccdfb
@@ -30,7 +30,7 @@
9ccdfb
 #else
9ccdfb
 #include "nsServiceManagerUtils.h"
9ccdfb
 #endif
9ccdfb
-#include "pipnss/nsICertOverrideService.h"
9ccdfb
+#include "nsICertOverrideService.h"
9ccdfb
 #include "nsIPrefBranch.h"
9ccdfb
 #include "nsIPrefService.h"
9ccdfb
 #include "nsCOMPtr.h"
9ccdfb
@@ -41,7 +41,7 @@
9ccdfb
 #include "prlink.h"
9ccdfb
 #include "prthread.h"
9ccdfb
 #include "nscore.h"
9ccdfb
-#include "content/nsCopySupport.h"
9ccdfb
+#include "nsCopySupport.h"
9ccdfb
 #include <vector>
9ccdfb
 #include <string>
9ccdfb
 #include <time.h>
9ccdfb
diff -up ./esc/src/app/xpcom/tray/rhLinuxTray.cpp.fix8 ./esc/src/app/xpcom/tray/rhLinuxTray.cpp
9ccdfb
--- ./esc/src/app/xpcom/tray/rhLinuxTray.cpp.fix8	2010-04-15 14:43:35.271068664 -0700
9ccdfb
+++ ./esc/src/app/xpcom/tray/rhLinuxTray.cpp	2010-04-15 14:43:48.685066431 -0700
9ccdfb
@@ -21,7 +21,7 @@
9ccdfb
 #include "nsIGenericFactory.h"
9ccdfb
 #include <prlog.h>
9ccdfb
 #include "notifytray.h"
9ccdfb
-#include "intl/nsIStringBundle.h"
9ccdfb
+#include "nsIStringBundle.h"
9ccdfb
 #include <gdk/gdkx.h>
9ccdfb
 #include <stdlib.h>
9ccdfb
 
9ccdfb
diff -up ./esc/src/app/xpcom/tray/rhTray.h.fix8 ./esc/src/app/xpcom/tray/rhTray.h
9ccdfb
--- ./esc/src/app/xpcom/tray/rhTray.h.fix8	2010-04-15 14:44:38.565066710 -0700
9ccdfb
+++ ./esc/src/app/xpcom/tray/rhTray.h	2010-04-15 14:45:02.118067548 -0700
9ccdfb
@@ -23,8 +23,8 @@
9ccdfb
 #include "nsEmbedString.h"
9ccdfb
 #include <list>
9ccdfb
 #include "nsCOMPtr.h"
9ccdfb
-#include "widget/nsIBaseWindow.h"
9ccdfb
-#include "widget/nsIWidget.h"
9ccdfb
+#include "nsIBaseWindow.h"
9ccdfb
+#include "nsIWidget.h"
9ccdfb
 #include <time.h>
9ccdfb
 
9ccdfb
 extern "C" {
9ccdfb
diff -up ./esc/src/app/xul/esc/application.ini.fix8 ./esc/src/app/xul/esc/application.ini
9ccdfb
--- ./esc/src/app/xul/esc/application.ini.fix8	2010-04-15 14:47:59.377066710 -0700
9ccdfb
+++ ./esc/src/app/xul/esc/application.ini	2010-04-15 14:51:07.476068385 -0700
9ccdfb
@@ -25,11 +25,11 @@ Vendor=RedHat
9ccdfb
 Name=ESC
9ccdfb
 ;
9ccdfb
 ; This field specifies your application's version.  This field is optional.
9ccdfb
-Version=1.1.0-9
9ccdfb
+Version=1.1.0-12
9ccdfb
 ;
9ccdfb
 ; This field specifies your application's build ID (timestamp).  This field is
9ccdfb
 ; required.
9ccdfb
-BuildID=0000001011
9ccdfb
+BuildID=0000001012
9ccdfb
 ;
9ccdfb
 ; This ID is just an example.  Every XUL app ought to have it's own unique ID.
9ccdfb
 ; You can use the microsoft "guidgen" or "uuidgen" tools, or go on