Hello community, here is the log from the commit of package vegastrike for openSUSE:Factory checked in at 2015-08-07 00:24:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vegastrike (Old) and /work/SRC/openSUSE:Factory/.vegastrike.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vegastrike" Changes: -------- --- /work/SRC/openSUSE:Factory/vegastrike/vegastrike.changes 2015-03-25 10:00:58.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.vegastrike.new/vegastrike.changes 2015-08-07 00:24:27.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 11 22:00:04 UTC 2015 - [email protected] + +- add vegastrike-aarch64.patch: Fix build for aarch64 + +------------------------------------------------------------------- New: ---- vegastrike-aarch64.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vegastrike.spec ++++++ --- /var/tmp/diff_new_pack.n5Vk2p/_old 2015-08-07 00:24:28.000000000 +0200 +++ /var/tmp/diff_new_pack.n5Vk2p/_new 2015-08-07 00:24:28.000000000 +0200 @@ -41,6 +41,7 @@ Patch5: vegastrike-src-0.5.1.r1-libpng16.patch # PATCH-FIX-UPSTREAM vegastrike-src-0.5.1.r1-boost150_compat.patch -- fix build with latest boost (seemingly unrelated change but boost makes it blow without) Patch6: vegastrike-src-0.5.1.r1-boost150_compat.patch +Patch7: vegastrike-aarch64.patch BuildRequires: SDL_mixer-devel BuildRequires: boost-devel BuildRequires: freealut-devel @@ -100,6 +101,7 @@ %patch4 -p0 %patch5 -p0 %patch6 -p1 +%patch7 -p1 iconv -f ISO-8859-1 -t UTF-8 README > README.tmp touch -r README README.tmp mv README.tmp README ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.n5Vk2p/_old 2015-08-07 00:24:28.000000000 +0200 +++ /var/tmp/diff_new_pack.n5Vk2p/_new 2015-08-07 00:24:28.000000000 +0200 @@ -1,7 +1,7 @@ <constraints> <hardware> <memory> - <size unit="M">4096</size> + <size unit="M">4000</size> </memory> </hardware> </constraints> ++++++ vegastrike-aarch64.patch ++++++ --- a/src/posh.h +++ b/src/posh.h @@ -572,6 +572,18 @@ # endif #endif +/* ------------------------------------------------------------------ +** AArch64 +** ------------------------------------------------------------------ +*/ +#if defined __aarch64__ || defined __arm64__ || defined FORCE_DOXYGEN +# define POSH_CPU_AARCH64 /**<if defined, target CPU is AArch64 */ +# if !defined FORCE_DOXYGEN +# define POSH_CPU_STRING "AArch64" +# endif +#endif + + /** @} */ #if !defined POSH_CPU_STRING
