Hello community,

here is the log from the commit of package js for openSUSE:Factory checked in 
at 2011-11-14 11:54:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/js (Old)
 and      /work/SRC/openSUSE:Factory/.js.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "js", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/js/js.changes    2011-09-23 02:04:24.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.js.new/js.changes       2011-11-14 
11:54:59.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 10 17:53:50 UTC 2011 - dval...@suse.com
+
+- fix ppc64 build 
+
+-------------------------------------------------------------------

New:
----
  js-64bitbigendian.patch
  js-filter.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ js.spec ++++++
--- /var/tmp/diff_new_pack.0YA9Lm/_old  2011-11-14 11:55:00.000000000 +0100
+++ /var/tmp/diff_new_pack.0YA9Lm/_new  2011-11-14 11:55:00.000000000 +0100
@@ -25,6 +25,8 @@
 Group:          Development/Languages/Other
 Url:            http://www.mozilla.org/js/
 Source0:        http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.bz2
+Patch0:         js-64bitbigendian.patch 
+Patch1:         js-filter.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf213 gcc-c++ mozilla-nspr-devel pkg-config python zip
 
@@ -61,6 +63,8 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1
+%patch1
 
 %build
 # no need to add build time to binaries

++++++ js-64bitbigendian.patch ++++++
Index: js-1.8.5/js/src/jsval.h
===================================================================
--- js-1.8.5.orig/js/src/jsval.h
+++ js-1.8.5/js/src/jsval.h
@@ -347,6 +347,7 @@ typedef union jsval_layout
             int32          i32;
             uint32         u32;
             JSWhyMagic     why;
+            jsuword        word;
         } payload;
     } s;
     double asDouble;
++++++ js-filter.patch ++++++
--- js/src/Makefile.in.orig     2011-11-10 18:33:13.000000000 +0100
+++ js/src/Makefile.in  2011-11-10 18:35:54.000000000 +0100
@@ -382,7 +382,7 @@
 # END enclude sources for V8 dtoa
 #############################################
 
-ifeq (,$(filter-out powerpc sparc,$(TARGET_CPU)))
+ifeq (,$(filter-out powerpc powerpc64 s390 s390x,$(TARGET_CPU)))
 
 VPATH +=       $(srcdir)/assembler \
                $(srcdir)/assembler/wtf \
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to