Merge remote-tracking branch 'origin/master' into f15

This commit is contained in:
Kevin Fenzi 2011-06-12 08:09:13 -06:00
commit 50bd44a636
4 changed files with 6 additions and 16 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ webkit-1.3.2.tar.gz
/webkit-1.3.12.tar.gz
/webkit-1.3.13.tar.gz
/webkit-1.4.0.tar.gz
/webkit-1.4.1.tar.gz

View File

@ -1 +1 @@
10c969db3b5484c71df1aa9a338377ff webkit-1.4.0.tar.gz
c1a4f732a77d6f8197437b50678d3dbc webkit-1.4.1.tar.gz

View File

@ -1,12 +0,0 @@
diff -Nur webkit-1.3.13.orig/Source/WebCore/dom/make_names.pl webkit-1.3.13/Source/WebCore/dom/make_names.pl
--- webkit-1.3.13.orig/Source/WebCore/dom/make_names.pl 2011-03-21 12:42:34.000000000 -0600
+++ webkit-1.3.13/Source/WebCore/dom/make_names.pl 2011-04-15 21:55:42.963217070 -0600
@@ -65,7 +65,7 @@
} else {
$gccLocation = "/usr/bin/gcc";
}
-my $preprocessor = $gccLocation . " -E -P -x c++";
+my $preprocessor = $gccLocation . " -E -x c++";
GetOptions(
'tags=s' => \$tagsFile,

View File

@ -34,7 +34,7 @@
%bcond_with wml
Name: webkitgtk
Version: 1.4.0
Version: 1.4.1
Release: 1%{?dist}
Summary: GTK+ Web content engine library
@ -55,7 +55,6 @@ Source0: http://www.webkitgtk.org/webkit-%{version}.tar.gz
## bug. :)
Patch1: webkit-1.3.12-no-execmem.patch
Patch2: webkit-1.3.10-nspluginwrapper.patch
Patch3: webkit-1.3.13-gcc46-preprocessor.patch
BuildRequires: bison
BuildRequires: chrpath
@ -119,7 +118,6 @@ LICENSE, README, and AUTHORS files.
%setup -qn "webkit-%{version}"
%patch1 -p1 -b .no-execmem
%patch2 -p1 -b .nspluginwrapper
%patch3 -p1 -b .gcc46-preprocessor
%build
%ifarch s390
@ -208,6 +206,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
%changelog
* Sat Jun 11 2011 Kevin Fenzi <kevin@scrye.com> - 1.4.1-1
- Update to 1.4.1
* Tue Apr 26 2011 Kevin Fenzi <kevin@scrye.com> - 1.4.0-1
- Update to 1.4.0 stable release.