From aaa84325bd150f318430ba5fe39a016de94770dc Mon Sep 17 00:00:00 2001 From: Peter Gordon Date: Fri, 29 May 2009 17:43:28 +0000 Subject: [PATCH] Update to 1.1.8 --- .cvsignore | 2 +- sources | 2 +- webkitgtk.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2c79d84..442c2e3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -webkit-1.1.7.tar.gz +webkit-1.1.8.tar.gz diff --git a/sources b/sources index 18dedcb..c2e5aef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f681773e29898509741cd3bc293816f4 webkit-1.1.7.tar.gz +0991b4f3c2ef0d09e8c5ac0737dfeba1 webkit-1.1.8.tar.gz diff --git a/webkitgtk.spec b/webkitgtk.spec index 0113079..21f2d8e 100644 --- a/webkitgtk.spec +++ b/webkitgtk.spec @@ -34,7 +34,7 @@ %bcond_with wml Name: webkitgtk -Version: 1.1.7 +Version: 1.1.8 Release: 1%{?dist} Summary: GTK+ Web content engine library @@ -127,8 +127,9 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} + install -d -m 755 %{buildroot}%{_libexecdir}/%{name} -install -m 755 Programs/.libs/GtkLauncher %{buildroot}%{_libexecdir}/%{name} +install -m 755 Programs/GtkLauncher %{buildroot}%{_libexecdir}/%{name} %find_lang webkit ## Finally, copy over and rename the various files for %%doc inclusion. @@ -181,6 +182,9 @@ rm -rf %{buildroot} %changelog +* Fri May 29 2009 Peter Gordon - 1.1.8-1 +- Update to new upstream release (1.1.8) + * Thu May 28 2009 Peter Gordon - 1.1.7-1 - Update to new upstream release (1.1.7) - Remove jit build conditional. (JIT is now enabled by default on platforms