- updated the 64bit-big-endian patch
This commit is contained in:
parent
a6d3acebb2
commit
ea7512ecdb
2 changed files with 13 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
diff -up xulrunner-2.0/mozilla-central/js/src/jsval.h.s390 xulrunner-2.0/mozilla-central/js/src/jsval.h
|
||||
--- xulrunner-2.0/mozilla-central/js/src/jsval.h.s390 2010-11-15 10:43:49.000000000 +0100
|
||||
+++ xulrunner-2.0/mozilla-central/js/src/jsval.h 2010-11-15 10:45:41.000000000 +0100
|
||||
@@ -331,6 +331,27 @@ typedef union jsval_layout
|
||||
diff -up xulrunner-2.0/mozilla-central/js/src/jsval.h.64bit-big-endian xulrunner-2.0/mozilla-central/js/src/jsval.h
|
||||
--- xulrunner-2.0/mozilla-central/js/src/jsval.h.64bit-big-endian 2010-12-15 02:03:06.000000000 +0100
|
||||
+++ xulrunner-2.0/mozilla-central/js/src/jsval.h 2010-12-22 12:00:57.000000000 +0100
|
||||
@@ -334,6 +334,32 @@ typedef union jsval_layout
|
||||
double asDouble;
|
||||
void *asPtr;
|
||||
} jsval_layout;
|
||||
|
|
@ -20,7 +20,12 @@ diff -up xulrunner-2.0/mozilla-central/js/src/jsval.h.s390 xulrunner-2.0/mozilla
|
|||
+ union {
|
||||
+ int32 i32;
|
||||
+ uint32 u32;
|
||||
+ JSBool boo;
|
||||
+ JSString *str;
|
||||
+ JSObject *obj;
|
||||
+ void *ptr;
|
||||
+ JSWhyMagic why;
|
||||
+ jsuword word;
|
||||
+ } payload;
|
||||
+ } s;
|
||||
+ double asDouble;
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
Summary: XUL Runtime for Gecko Applications
|
||||
Name: xulrunner
|
||||
Version: 2.0
|
||||
Release: 0.11%{?pretag}%{?dist}
|
||||
Release: 0.12%{?pretag}%{?dist}
|
||||
URL: http://developer.mozilla.org/En/XULRunner
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
Group: Applications/Internet
|
||||
|
|
@ -449,6 +449,9 @@ fi
|
|||
#---------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed Dec 22 2010 Dan Horák <dan[at]danny.cz> - 2.0-0.11.b8
|
||||
- updated the 64bit-big-endian patch
|
||||
|
||||
* Tue Dec 21 2010 Martin Stransky <stransky@redhat.com> 2.0-0.11.b8
|
||||
- enable url-classifier and jar format for chrome files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue