Hello community, here is the log from the commit of package mozjs17 for openSUSE:Factory checked in at 2013-06-05 12:57:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mozjs17 (Old) and /work/SRC/openSUSE:Factory/.mozjs17.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mozjs17" Changes: -------- --- /work/SRC/openSUSE:Factory/mozjs17/mozjs17.changes 2013-05-27 09:54:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mozjs17.new/mozjs17.changes 2013-06-05 12:57:45.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jun 4 15:25:17 UTC 2013 - [email protected] + +- Remove jsuword. (bmo#618485) + mozjs-bmo618485-nojsuword.patch + +------------------------------------------------------------------- New: ---- mozjs-bmo618485-nojsuword.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozjs17.spec ++++++ --- /var/tmp/diff_new_pack.AmlO5O/_old 2013-06-05 12:57:45.000000000 +0200 +++ /var/tmp/diff_new_pack.AmlO5O/_new 2013-06-05 12:57:45.000000000 +0200 @@ -19,12 +19,14 @@ Name: mozjs17 Summary: JavaScript interpreter -Version: 17.0 -Release: 1 License: MPL-2.0 and GPL-2.0+ Group: System/Libraries +Version: 17.0 +Release: 0 Url: http://www.mozilla.org/js/ Source0: http://ftp.mozilla.org/pub/mozilla.org/js/mozjs17.0.0.tar.gz +#PATCH-FIX-UPSTREAM bmo#618485 64-bit big-endian jsval_layout is not defined, compile fails +Patch0: mozjs-bmo618485-nojsuword.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf213 BuildRequires: gcc-c++ @@ -64,6 +66,7 @@ %prep %setup -q -n mozjs17.0.0 +%patch0 -p1 %build # no need to add build time to binaries ++++++ mozjs-bmo618485-nojsuword.patch ++++++ Index: mozjs17.0.0/js/src/jsval.h =================================================================== --- mozjs17.0.0.orig/js/src/jsval.h +++ mozjs17.0.0/js/src/jsval.h @@ -304,7 +304,6 @@ typedef union jsval_layout int32_t i32; uint32_t u32; JSWhyMagic why; - jsuword word; } payload; } s; double asDouble; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
