rpms/webkitgtk/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 webkitgtk.spec, 1.3, 1.4

Peter Gordon pgordon at fedoraproject.org
Thu May 28 17:46:02 UTC 2009


Author: pgordon

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

Modified Files:
	.cvsignore sources webkitgtk.spec 
Log Message:
Update to 1.1.7; remove JIT build conditional (enabled by default, now); fix GtkLauncher installation.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/webkitgtk/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	9 May 2009 23:02:13 -0000	1.3
+++ .cvsignore	28 May 2009 17:45:31 -0000	1.4
@@ -1 +1 @@
-webkit-1.1.6.tar.gz
+webkit-1.1.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/webkitgtk/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	9 May 2009 23:02:13 -0000	1.3
+++ sources	28 May 2009 17:45:31 -0000	1.4
@@ -1 +1 @@
-b311337561507b485fc2172cec7c2266  webkit-1.1.6.tar.gz
+f681773e29898509741cd3bc293816f4  webkit-1.1.7.tar.gz


Index: webkitgtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/webkitgtk/devel/webkitgtk.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- webkitgtk.spec	9 May 2009 23:02:13 -0000	1.3
+++ webkitgtk.spec	28 May 2009 17:45:31 -0000	1.4
@@ -16,10 +16,6 @@
 ##	Also disables the optimized memory allocator.
 ##	(Default: No)
 ##
-## --with jit: Enable JIT ("just-in-time") JavaScript compiling support.
-## 	Only supported on ix86 at this time, according to upstream.
-##	(Default: No)
-##	
 ## --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,13 +29,12 @@
 %bcond_with 	3dtransforms
 %bcond_with 	coverage
 %bcond_with 	debug
-%bcond_with 	jit
 %bcond_with 	pango
 %bcond_with 	svg
 %bcond_with 	wml
 
 Name:		webkitgtk
-Version:	1.1.6
+Version:	1.1.7
 Release:	1%{?dist}
 Summary:	GTK+ Web content engine library
 
@@ -122,7 +117,6 @@ LICENSE, README, and AUTHORS files.
 %{?with_3dtransforms:	--enable-3D-transforms		}	\
 %{?with_coverage:	--enable-coverage		}	\
 %{?with_debug:		--enable-debug			}	\
-%{?with_jit:		--enable-jit			}	\
 %{?with_pango:		--with-font-backend=pango	}	\
 %{?with_svg:		--enable-svg-filters		}	\
 %{?with_wml:		--enable-wml			}
@@ -133,8 +127,8 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
-install -d -m 755 %{buildroot}%{_libexecdir}/%{name}
-install -m 755 Programs/GtkLauncher %{buildroot}%{_libexecdir}/%{name}
+libtool --mode=install install -m 755 Programs/GtkLauncher \
+	%{buildroot}%{_libexecdir}/%{name}  
 %find_lang webkit
 
 ## Finally, copy over and rename the various files for %%doc inclusion.
@@ -187,6 +181,13 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu May 28 2009 Peter Gordon <peter at thecodergeek.com> - 1.1.7-1
+- Update to new upstream release (1.1.7)
+- Remove jit build conditional. (JIT is now enabled by default on platforms
+  which support it: currently 32- and 64-bit x86.)
+- Force libtool-based installation of the GtkLauncher demo program so that it
+  is a binary and not a script. (Fixes bug #443048.)
+
 * Sat May 09 2009 Peter Gordon <peter at thecodergeek.com> - 1.1.6-1
 - Update to new upstream release (1.1.6).
 - Drop workaround for bug 488112 (fixed upstream).




More information about the scm-commits mailing list