rpms/WebKit/devel .cvsignore, 1.12, 1.13 WebKit.spec, 1.25, 1.26 sources, 1.12, 1.13

Peter Gordon pgordon at fedoraproject.org
Sat Feb 21 01:32:33 UTC 2009


Author: pgordon

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

Modified Files:
	.cvsignore WebKit.spec sources 
Log Message:
Update to SVN 41071 and default to libsoup, following upstream.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	30 Jan 2009 02:18:06 -0000	1.12
+++ .cvsignore	21 Feb 2009 01:32:03 -0000	1.13
@@ -1 +1 @@
-WebKit-r40351.tar.bz2
+WebKit-r41071.tar.bz2


Index: WebKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/devel/WebKit.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- WebKit.spec	6 Feb 2009 20:32:41 -0000	1.25
+++ WebKit.spec	21 Feb 2009 01:32:03 -0000	1.26
@@ -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	40351
+%define		svn_revision	41071
 
 ## Optional build modifications...
 ## --with debug: Enable more verbose debugging. Makes runtime a bit slower.
@@ -17,9 +17,6 @@
 ## 	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)
@@ -33,14 +30,13 @@
 %bcond_with 	debug
 %bcond_with 	html5video
 %bcond_with 	jit
-%bcond_with 	libsoup
 %bcond_with 	pango
 %bcond_with 	svg
 %bcond_with	wml
 
 Name:		WebKit
 Version:	1.1.0
-Release:	0.18.svn%{svn_revision}%{?dist}
+Release:	0.19.svn%{svn_revision}%{?dist}
 Summary:	Web content engine library
 
 Group:		Development/Libraries
@@ -55,6 +51,7 @@
 BuildRequires:	flex
 BuildRequires:	gperf
 BuildRequires:	gtk2-devel
+BuildRequires:	libsoup-devel >= 2.23
 BuildRequires:	libicu-devel
 BuildRequires:	libjpeg-devel
 BuildRequires:	libtool
@@ -69,12 +66,6 @@
 BuildRequires:	gstreamer-plugins-base-devel
 %endif
 
-%if %{with libsoup}
-BuildRequires:	libsoup-devel >= 2.23
-%else
-BuildRequires:	curl-devel
-%endif
-
 %if %{with pango}
 BuildRequires:	pango-devel
 %else
@@ -133,10 +124,10 @@
 ./autogen.sh
 
 %configure							\
+			--with-http-backend=soup		\
 %{?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		}	\
 %{?with_wml:		--enable-wml			}
@@ -200,6 +191,11 @@
 
 
 %changelog
+* Fri Feb 20 2009 Peter Gordon <peter at thecodergeek.com> 1.1.0-0.19.svn41071
+- Update to new upstream snapshot (SVN 41071).
+- Drop libsoup build conditional. Use libsoup as default HTTP backend instead
+  of cURL, following upstream's default.
+
 * Fri Jan 30 2009 Peter Gordon <peter at thecodergeek.com> 1.1.0-0.18.svn40351
 - Fix ownership of doc directory...this time without the oops (#473619).
 - Bump package version number to match that used in the configure/build


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/WebKit/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	30 Jan 2009 02:18:06 -0000	1.12
+++ sources	21 Feb 2009 01:32:03 -0000	1.13
@@ -1 +1 @@
-663a8a9a4cd334ccab4a325ba65c6a3c  WebKit-r40351.tar.bz2
+3472abb3e3af9db37d1edf457401283e  WebKit-r41071.tar.bz2




More information about the fedora-extras-commits mailing list