rpms/WebKit/devel .cvsignore, 1.9, 1.10 WebKit.spec, 1.19, 1.20 sources, 1.9, 1.10

Peter Gordon pgordon at fedoraproject.org
Fri Oct 24 05:18:21 UTC 2008


Author: pgordon

Update of /cvs/pkgs/rpms/WebKit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15122

Modified Files:
	.cvsignore WebKit.spec sources 
Log Message:
Update to SVN 37790. CJK is actually usable! ;)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	27 Aug 2008 23:35:59 -0000	1.9
+++ .cvsignore	24 Oct 2008 05:17:51 -0000	1.10
@@ -1 +1 @@
-WebKit-r35904.tar.bz2
+WebKit-r37790.tar.bz2


Index: WebKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/devel/WebKit.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- WebKit.spec	27 Aug 2008 23:35:59 -0000	1.19
+++ WebKit.spec	24 Oct 2008 05:17:51 -0000	1.20
@@ -3,32 +3,39 @@
 	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	35904
+%define		svn_revision	37790
 
 ## Optional build modifications...
 ## --with debug: Enable more verbose debugging. Makes runtime a bit slower.
+##	Also disables the optimized memory allocator.
 ##	(Default: No)
 ##
 ## --with html5video: HTML5 video element support using Gstreamer
 ##	(Default: No) 
 ##
+## --with jit: Build with JIT ("just-in-time") JavaScript compiling support.
+## 	Only supported on ix86 at this time, according to upstream.
+##	(Default: no.)
+##	
 ## --with libsoup: Use libsoup instead of cURL as the HTTP backend
 ##	(Default: No - use cURL)
 ##
 ## --with pango: Use Pango instead of freetype2 as the font renderer
+##	CJK support is functional only with the freetype2 backend.
 ##	(Default: No - use freetype2)
 ##
 ## --with svg: Experimental SVG support (filters)
 ##	(Default: No) 
 %bcond_with 	debug
 %bcond_with 	html5video	
+%bcond_with 	jit
 %bcond_with 	libsoup
 %bcond_with 	pango	
 %bcond_with 	svg
 
 Name:		WebKit
 Version:	1.0.0
-Release:	0.13.svn%{svn_revision}%{?dist}
+Release:	0.15.svn%{svn_revision}%{?dist}
 Summary:	Web content engine library
 
 Group:		Development/Libraries
@@ -124,6 +131,7 @@
 %configure							\
 %{?with_debug:		--enable-debug			}	\
 %{?with_html5video:	--enable-video			}	\
+%{?with_jit:		--enable-jit			}	\
 %{?with_libsoup:	--with-http-backend=soup	}	\
 %{?with_pango:		--with-font-backend=pango	}	\
 %{?with_svg:		--enable-svg-filters		}
@@ -185,6 +193,12 @@
 
 
 %changelog
+* Thu Oct 23 2008 Peter Gordon <peter at thecodergeek.com> 1.0.0-0.15.svn37790
+- Update to new upstream snapshot (SVN 37790).
+- Default to freetype font backend for improved CJK/Unicode support. (#448693)
+- Add some notes to the build options comments block.
+- Add a build-time conditional for jit
+
 * Sun Aug 24 2008 Peter Gordon <peter at thecodergeek.com> 1.0.0-0.14.svn35904
 - Update to new upstream snapshot (SVN 35904)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	27 Aug 2008 23:35:59 -0000	1.9
+++ sources	24 Oct 2008 05:17:51 -0000	1.10
@@ -1 +1 @@
-26bcd15f182046fdf20b2240914269c8  WebKit-r35904.tar.bz2
+49873486eeace6611a5fa138845a9abb  WebKit-r37790.tar.bz2




More information about the fedora-extras-commits mailing list