rpms/WebKit/devel WebKit-gcc43.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 WebKit.spec, 1.3, 1.4 sources, 1.3, 1.4

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sat Mar 1 08:07:56 UTC 2008


Author: pgordon

Update of /cvs/pkgs/rpms/WebKit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17124

Modified Files:
	.cvsignore WebKit.spec sources 
Added Files:
	WebKit-gcc43.patch 
Log Message:
Update to SVN 30667, add GCC 4.3 patch

WebKit-gcc43.patch:

--- NEW FILE WebKit-gcc43.patch ---
diff -up ./WebCore/dom/Position.cpp.old ./WebCore/dom/Position.cpp
--- ./WebCore/dom/Position.cpp.old	2008-02-16 19:13:45.000000000 -0800
+++ ./WebCore/dom/Position.cpp	2008-02-16 19:18:59.000000000 -0800
@@ -23,6 +23,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
+#include <cstdio>
 #include "config.h"
 #include "Position.h"
 
diff -up ./WebCore/editing/SelectionController.cpp.old ./WebCore/editing/SelectionController.cpp
--- ./WebCore/editing/SelectionController.cpp.old	2008-02-16 19:38:08.000000000 -0800
+++ ./WebCore/editing/SelectionController.cpp	2008-02-16 19:40:00.000000000 -0800
@@ -22,7 +22,8 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
   
+#include <cstdio>  
 #include "config.h"
 #include "SelectionController.h"
 
diff -up ./WebCore/editing/Selection.cpp.old ./WebCore/editing/Selection.cpp
--- ./WebCore/editing/Selection.cpp.old	2008-02-16 21:01:15.000000000 -0800
+++ ./WebCore/editing/Selection.cpp	2008-02-16 21:01:29.000000000 -0800
@@ -23,6 +23,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
   
+#include <cstdio>
 #include "config.h"
 #include "Selection.h"
 
diff -up ./WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp.old ./WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp
--- ./WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp.old	2008-02-29 14:04:05.000000000 -0800
+++ ./WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp	2008-02-29 14:04:47.000000000 -0800
@@ -22,6 +22,7 @@
 
 #include <JavaScriptCore/JSStringRef.h>
 #include <webkit/webkit.h>
+#include <cstring>
 
 // Returns a newly allocated UTF-8 character buffer which must be freed with g_free()
 static gchar* JSStringCopyUTF8CString(JSStringRef jsString)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	10 Jan 2008 09:03:16 -0000	1.3
+++ .cvsignore	1 Mar 2008 08:07:18 -0000	1.4
@@ -1 +1 @@
-WebKit-r29336.tar.bz2
+WebKit-r30667.tar.bz2


Index: WebKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/devel/WebKit.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- WebKit.spec	19 Feb 2008 19:14:12 -0000	1.3
+++ WebKit.spec	1 Mar 2008 08:07:18 -0000	1.4
@@ -3,7 +3,7 @@
 	cp -p %1  %{buildroot}%{_docdir}/%{name}-%{version}/$(echo '%1' | sed -e 's!/!.!g') \
 	echo %%{_docdir}/%{name}-%{version}/$(echo '%1' | sed -e 's!/!.!g') >> docfiles.list
 
-%define		svn_revision	29336
+%define		svn_revision	30667
 
 Name:		WebKit
 Version:	1.0.0
@@ -16,6 +16,8 @@
 
 Source0:	http://nightly.webkit.org/files/trunk/src/WebKit-r%{svn_revision}.tar.bz2
 
+Patch0: 	%{name}-gcc43.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	bison
@@ -30,7 +32,7 @@
 BuildRequires:	sqlite-devel
 
 %description 
-WebKit is an open source web browser engine.    
+WebKit is an open source web browser engine.
 
 %package	gtk
 Summary:	GTK+ port of WebKit 
@@ -93,6 +95,7 @@
 
 %prep
 %setup -qn "%{name}-r%{svn_revision}"
+%patch0 -b .gcc43
 
 
 %build
@@ -172,7 +175,6 @@
 %add_to_doc_files WebCore/icu/LICENSE
 
 %add_to_doc_files JavaScriptCore/icu/README
-%add_to_doc_files WebCore/README
 %add_to_doc_files WebCore/icu/README
 
 %add_to_doc_files JavaScriptCore/AUTHORS
@@ -230,6 +232,11 @@
 
 
 %changelog
+* Fri Feb 29 2008 Peter Gordon <peter at thecodergeek.com> 1.0.0-0.5.svn30667
+- Update to new upstream snapshot (SVN 30667)
+- Add some build fixes for GCC 4.3:
+  + gcc43.patch
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.0.0-0.5.svn29336
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	10 Jan 2008 09:03:16 -0000	1.3
+++ sources	1 Mar 2008 08:07:18 -0000	1.4
@@ -1 +1 @@
-a7fa1198a4ab67be0b8140b562ceb489  WebKit-r29336.tar.bz2
+d5047727add37bdbba6a4642b0a9c0f4  WebKit-r30667.tar.bz2




More information about the fedora-extras-commits mailing list