Hello community, here is the log from the commit of package crash for openSUSE:Factory checked in at 2016-06-07 23:47:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crash (Old) and /work/SRC/openSUSE:Factory/.crash.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crash" Changes: -------- --- /work/SRC/openSUSE:Factory/crash/crash.changes 2016-05-02 10:44:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2016-06-07 23:47:35.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 27 14:45:20 UTC 2016 - [email protected] + +- eppic-support-arm64.patch: Support for ARM64. + +------------------------------------------------------------------- New: ---- eppic-support-arm64.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crash.spec ++++++ --- /var/tmp/diff_new_pack.fIkjNx/_old 2016-06-07 23:47:37.000000000 +0200 +++ /var/tmp/diff_new_pack.fIkjNx/_new 2016-06-07 23:47:37.000000000 +0200 @@ -70,6 +70,7 @@ Patch12: eppic-switch-to-system-lib.patch Patch13: %{name}-patch-gdb.patch Patch15: %{name}_enable_snappy_support.patch +Patch16: eppic-support-arm64.patch Patch90: %{name}-sial-ps-2.6.29.diff BuildRequires: bison BuildRequires: flex @@ -276,6 +277,7 @@ tar xfvj %{S:5} cd - %patch12 -p1 +%patch16 -p1 cp %{S:3} . mkdir kbuild ++++++ eppic-support-arm64.patch ++++++ From: Luc Chouinard <[email protected]> Date: Thu Jun 19 12:28:40 2014 -0700 Subject: Support for ARM64 References: FATE#320844 Patch-mainline: yes Git-commit: 5391d3dd0e6710c22ec5801f99a6788a2e4b132a Acked-by: Petr Tesarik <[email protected]> --- a/extensions/eppic/applications/crash/eppic.c +++ b/extensions/eppic/applications/crash/eppic.c @@ -1035,6 +1035,9 @@ _init() /* Register the command set. */ #ifdef PPC64 #define EPPIC_ABI ABI_PPC64 #else +#ifdef ARM64 +#define EPPIC_ABI ABI_ARM64 +#else #error eppic: Unkown ABI #endif #endif @@ -1042,6 +1045,7 @@ _init() /* Register the command set. */ #endif #endif #endif +#endif eppic_apiset(&icops, EPPIC_ABI, sizeof(long), 0); eppic_version();
