rpms/WebKit/devel .cvsignore, 1.2, 1.3 WebKit.spec, 1.1, 1.2 sources, 1.2, 1.3 WebKit-TCSpinLock-use-pthread-stubs.patch, 1.1, NONE

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Thu Jan 10 09:03:59 UTC 2008


Author: pgordon

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

Modified Files:
	.cvsignore WebKit.spec sources 
Removed Files:
	WebKit-TCSpinLock-use-pthread-stubs.patch 
Log Message:
Update to SVN 29336; drop TCSpinLock-pthread patch (fixed upstream).


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	11 Dec 2007 23:18:00 -0000	1.2
+++ .cvsignore	10 Jan 2008 09:03:16 -0000	1.3
@@ -1 +1 @@
-WebKit-r28482.tar.bz2
+WebKit-r29336.tar.bz2


Index: WebKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/devel/WebKit.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- WebKit.spec	11 Dec 2007 23:18:00 -0000	1.1
+++ WebKit.spec	10 Jan 2008 09:03:16 -0000	1.2
@@ -3,11 +3,11 @@
 	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	28482
+%define		svn_revision	29336
 
 Name:		WebKit
 Version:	1.0.0
-Release:	0.3.svn%{svn_revision}%{?dist}
+Release:	0.4.svn%{svn_revision}%{?dist}
 Summary:	Web content engine library
 
 Group:		Development/Libraries
@@ -18,11 +18,6 @@
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-## Currently does not build by default on PPC due to some assembly issues in
-## the JavaScriptCore/wtf/TCSystemAlloc.cpp code. We disable the assembly
-## usage and opt for using the portable pthread implementation instead.
-Patch0: 	%{name}-TCSpinLock-use-pthread-stubs.patch
-
 BuildRequires:	bison
 BuildRequires:	curl-devel
 BuildRequires:	flex
@@ -98,7 +93,7 @@
 
 %prep
 %setup -qn "%{name}-r%{svn_revision}"
-%patch0 -p0 -b .TCSpinLock-pthread-stubs
+
 
 %build
 ## We don't like pre-built binaries, especially ones for other OSes. =)
@@ -168,6 +163,7 @@
 
 ## Finally, copy over and rename the various files for %%doc inclusion.
 rm -f docfiles.list
+%add_to_doc_files JavaScriptCore/COPYING.LIB
 %add_to_doc_files JavaScriptCore/icu/LICENSE
 %add_to_doc_files JavaScriptGlue/LICENSE
 %add_to_doc_files WebKit/LICENSE
@@ -182,6 +178,8 @@
 %add_to_doc_files JavaScriptCore/AUTHORS
 %add_to_doc_files JavaScriptCore/pcre/AUTHORS   
 
+%add_to_doc_files JavaScriptCore/THANKS
+
 
 %clean
 rm -rf %{buildroot}
@@ -232,6 +230,11 @@
 
 
 %changelog
+* Wed Jan 09 2008 Peter Gordon <peter at thecodergeek.com> 1.0.0-0.4.svn29336
+- Update to new upstream snapshot (SVN 29336).
+- Drop TCSpinLock pthread workaround (fixed upstream):
+  - TCSpinLock-use-pthread-stubs.patch
+
 * Thu Dec 06 2007 Peter Gordon <peter at thecodergeek.com> 1.0.0-0.3.svn28482
 - Add proper %%defattr line to qt, qt-devel, and doc subpackages.
 - Add patch to forcibly build the TCSpinLock code using the pthread


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Dec 2007 23:18:00 -0000	1.2
+++ sources	10 Jan 2008 09:03:16 -0000	1.3
@@ -1 +1 @@
-e2e8dcae34e6c06aa410c3abefc3fff0  WebKit-r28482.tar.bz2
+a7fa1198a4ab67be0b8140b562ceb489  WebKit-r29336.tar.bz2


--- WebKit-TCSpinLock-use-pthread-stubs.patch DELETED ---




More information about the fedora-extras-commits mailing list