Hello community, here is the log from the commit of package erlang for openSUSE:Factory checked in at 2012-07-30 09:09:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/erlang (Old) and /work/SRC/openSUSE:Factory/.erlang.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "erlang", Maintainer is "CThiel@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/erlang/erlang.changes 2012-06-29 14:12:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes 2012-07-30 09:10:03.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Jul 25 14:05:47 UTC 2012 - dvaleev@suse.com + +- fix ppc architecture detection + +------------------------------------------------------------------- New: ---- erlang-ppc.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ erlang.spec ++++++ --- /var/tmp/diff_new_pack.3nt8ig/_old 2012-07-30 09:12:59.000000000 +0200 +++ /var/tmp/diff_new_pack.3nt8ig/_new 2012-07-30 09:12:59.000000000 +0200 @@ -36,6 +36,7 @@ Patch1: otp-R13B04-sslrpath.patch # PATCH-MISSING-TAG -- See http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines Patch2: otp-R14B-implfun.patch +Patch3: erlang-ppc.patch BuildRequires: gcc-c++ BuildRequires: ncurses-devel BuildRequires: openssh @@ -186,6 +187,7 @@ %patch0 -p1 -b .rpath %patch1 -p1 -b .sslrpath %patch2 -p1 -b .implfun +%patch3 -p1 chmod -R u+w . # enable dynamic linking for ssl ++++++ erlang-ppc.patch ++++++ Index: otp_src_R14B04/erts/configure =================================================================== --- otp_src_R14B04.orig/erts/configure +++ otp_src_R14B04/erts/configure @@ -5249,6 +5249,7 @@ case $chk_arch_ in x86_64) ARCH=amd64;; amd64) ARCH=amd64;; macppc) ARCH=ppc;; + powerpc) ARCH=ppc;; ppc) ARCH=ppc;; ppc64) ARCH=ppc64;; "Power Macintosh") ARCH=ppc;; -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de