Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Dan Horák
595c52fee4 fix build on s390(x) 2011-10-12 19:58:02 +02:00
Ray Strode
7b63ee979c Rebuild to fix build script mess up 2011-10-06 13:45:51 -04:00
Ray Strode
49ee6ca8f0 Update to 1.6.1 2011-10-06 13:45:34 -04:00
43c3ef6d19 rebuild (java), rel-eng#4932 2011-10-03 15:07:52 -05:00
Matthias Clasen
0e9a5e676d 1.5.90 2011-09-22 07:52:49 -04:00
Matthias Clasen
a229be3d15 1.5.2 2011-08-16 07:50:22 -04:00
4 changed files with 39 additions and 3 deletions

3
.gitignore vendored
View file

@ -9,3 +9,6 @@ webkit-1.3.3.tar.gz
/webkit-1.3.13.tar.gz
/webkit-1.4.0.tar.gz
/webkit-1.5.1.tar.gz
/webkit-1.5.2.tar.gz
/webkit-1.5.90.tar.gz
/webkit-1.6.1.tar.gz

View file

@ -1 +1 @@
5ee28c7f7f036c1b4b26cf570e3ec071 webkit-1.5.1.tar.gz
c11743694b1b71dad287b2e7a9e73b05 webkit-1.6.1.tar.gz

View file

@ -0,0 +1,12 @@
diff -up webkit-1.6.1/Source/JavaScriptCore/wtf/dtoa/utils.h.dtoa webkit-1.6.1/Source/JavaScriptCore/wtf/dtoa/utils.h
--- webkit-1.6.1/Source/JavaScriptCore/wtf/dtoa/utils.h.dtoa 2011-10-12 15:28:33.000000000 +0200
+++ webkit-1.6.1/Source/JavaScriptCore/wtf/dtoa/utils.h 2011-10-12 15:28:52.000000000 +0200
@@ -49,7 +49,7 @@
defined(__ARMEL__) || \
defined(_MIPS_ARCH_MIPS32R2)
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
-#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4)
+#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X)
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
#elif defined(_M_IX86) || defined(__i386__)
#if defined(_WIN32)

View file

@ -6,8 +6,8 @@
cp -p %1 %{buildroot}%{_docdir}/%{name}-%{version}/$(echo '%1' | sed -e 's!/!.!g')
Name: webkitgtk3
Version: 1.5.1
Release: 1%{?dist}
Version: 1.6.1
Release: 3%{?dist}
Summary: GTK+ Web content engine library
Group: Development/Libraries
@ -18,6 +18,8 @@ Source0: http://www.webkitgtk.org/webkit-%{version}.tar.gz
Patch1: webkit-1.3.4-no-execmem.patch
Patch2: webkit-1.1.14-nspluginwrapper.patch
# https://bugs.webkit.org/show_bug.cgi?id=69940
Patch3: webkit-1.6.1-dtoa-s390.patch
BuildRequires: bison
BuildRequires: chrpath
@ -78,6 +80,7 @@ This package contains developer documentation for %{name}.
%setup -qn "webkit-%{version}"
%patch1 -p1 -b .no-execmem
%patch2 -p1 -b .nspluginwrapper
%patch3 -p1 -b .dtoa-s390
%build
%ifarch s390
@ -162,6 +165,24 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
%changelog
* Wed Oct 12 2011 Dan Horák <dan[at]danny.cz> 1.6.1-3
- fix build on s390(x)
* Thu Oct 06 2011 Ray Strode <rstrode@redhat.com> 1.6.1-2
- rebuild
* Wed Oct 06 2011 Ray Strode <rstrode@redhat.com> 1.6.1-1
- Update to 1.6.1
* Mon Oct 03 2011 Rex Dieter <rdieter@fedoraproject.org> - 1.5.90-1.1
- rebuild (java), rel-eng#4932
* Thu Sep 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.5.90-1
- Update to 1.5.90
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 1.5.2-1
- Update to 1.5.2
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-1
- Update to 1.5.1