rpms/WebKit/F-9 .cvsignore, 1.9, 1.10 WebKit.spec, 1.14, 1.15 sources, 1.9, 1.10

Peter Gordon pgordon at fedoraproject.org
Fri Feb 6 20:31:15 UTC 2009


Author: pgordon

Update of /cvs/pkgs/rpms/WebKit/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24221/F-9

Modified Files:
	.cvsignore WebKit.spec sources 
Log Message:
Update to SVN snapshot 40351 (adds WebPolicyDelegate and related API, fixes CVE-2008-6059); sync other changes in from rawhide/F-10.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/F-9/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	16 Jan 2009 01:59:34 -0000	1.9
+++ .cvsignore	6 Feb 2009 20:30:44 -0000	1.10
@@ -1 +1 @@
-WebKit-r37790.tar.bz2
+WebKit-r40351.tar.bz2


Index: WebKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/F-9/WebKit.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- WebKit.spec	16 Jan 2009 01:59:34 -0000	1.14
+++ WebKit.spec	6 Feb 2009 20:30:44 -0000	1.15
@@ -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	37790
+%define		svn_revision	40351
 
 ## Optional build modifications...
 ## --with debug: Enable more verbose debugging. Makes runtime a bit slower.
@@ -23,15 +23,20 @@
 ##
 ## --with svg: Experimental SVG support (filters)
 ##	(Default: No) 
+##
+## --with wml: Build support for WML
+##	(Default: No)
+
 %bcond_with 	debug
 %bcond_with 	html5video
 %bcond_with 	jit
 %bcond_with 	pango
 %bcond_with 	svg
+%bcond_with	wml
 
 Name:		WebKit
-Version:	1.0.0
-Release:	0.13.svn%{svn_revision}%{?dist}
+Version:	1.1.0
+Release:	0.14.svn%{svn_revision}%{?dist}
 Summary:	Web content engine library
 
 Group:		Development/Libraries
@@ -57,7 +62,6 @@
 
 ## Conditional dependencies...
 %if %{with html5video}
-BuildRequires:	gnome-vfs2-devel
 BuildRequires:	gstreamer-devel
 BuildRequires:	gstreamer-plugins-base-devel
 %endif
@@ -124,7 +128,8 @@
 %{?with_html5video:	--enable-video			}	\
 %{?with_jit:		--enable-jit			}	\
 %{?with_pango:		--with-font-backend=pango	}	\
-%{?with_svg:		--enable-svg-filters		}
+%{?with_svg:		--enable-svg-filters		}	\
+%{?with_wml:		--enable-wml			}
 	
 make %{?_smp_mflags}
 
@@ -174,16 +179,27 @@
 %files	gtk-devel
 %defattr(-,root,root,-)
 %exclude %{_libdir}/*.la
+%{_datadir}/webkit-1.0
 %{_includedir}/webkit-1.0
 %{_libdir}/libwebkit-1.0.so
 %{_libdir}/pkgconfig/webkit-1.0.pc
 
 %files	doc -f docfiles.list
 %defattr(-,root,root,-)
-%dir %{_docdir}
+%dir %{_docdir}/%{name}-%{version}
 
 
 %changelog
+* Sat Jan 31 2009 Peter Gordon <peter at thecodergeek.com> 1.1.0-0.14.svn40351
+- Fix ownership of doc directory...this time without the oops (#473619).
+- Bump package version number to match that used in the configure/build
+  scripts. (Thanks to Martin Sourada for the bug report via email.)
+- Update to new upstream snapshot (SVN 40351): adds the WebPolicyDelegate
+  implementaton and related API (#482739).
+- Add build-time conditional for WML support.
+- Fixes CVE-2008-6059: Sensitive information disclosure from cookies via
+  XMLHttpRequest calls (#484197).
+
 * Wed Jan 14 2009 Peter Gordon <peter at thecodergeek.com> - 1.0.0-0.13.svn37790
 - Update to new upstream snapshot (SVN 37790).
 - Fixes GIMP help browser crash (#476246).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/F-9/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	16 Jan 2009 01:59:34 -0000	1.9
+++ sources	6 Feb 2009 20:30:44 -0000	1.10
@@ -1 +1 @@
-49873486eeace6611a5fa138845a9abb  WebKit-r37790.tar.bz2
+663a8a9a4cd334ccab4a325ba65c6a3c  WebKit-r40351.tar.bz2




More information about the scm-commits mailing list