Hello community, here is the log from the commit of package mraa for openSUSE:Factory checked in at 2020-11-19 11:59:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mraa (Old) and /work/SRC/openSUSE:Factory/.mraa.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mraa" Thu Nov 19 11:59:39 2020 rev:14 rq:849217 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mraa/mraa.changes 2020-08-25 09:41:19.392281924 +0200 +++ /work/SRC/openSUSE:Factory/.mraa.new.5913/mraa.changes 2020-11-23 10:36:22.933748772 +0100 @@ -1,0 +2,5 @@ +Mon Nov 16 15:29:40 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org> + +- Add mraa-i686.patch: Support target_arch i686, same as i586. + +------------------------------------------------------------------- New: ---- mraa-i686.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mraa.spec ++++++ --- /var/tmp/diff_new_pack.yvJsEb/_old 2020-11-23 10:36:23.509749403 +0100 +++ /var/tmp/diff_new_pack.yvJsEb/_new 2020-11-23 10:36:23.513749408 +0100 @@ -25,6 +25,7 @@ Group: Hardware/Other URL: https://github.com/intel-iot-devkit/mraa Source: https://github.com/intel-iot-devkit/mraa/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch0: mraa-i686.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: gtest @@ -140,7 +141,7 @@ This package contains examples for %{name}. %prep -%setup -q +%autosetup %build %cmake \ ++++++ mraa-i686.patch ++++++ Index: mraa-2.1.0/CMakeLists.txt =================================================================== --- mraa-2.1.0.orig/CMakeLists.txt +++ mraa-2.1.0/CMakeLists.txt @@ -177,7 +177,7 @@ else () endif() if (DETECTED_ARCH STREQUAL "i586" OR DETECTED_ARCH STREQUAL "x86_64" - OR DETECTED_ARCH STREQUAL "i386") + OR DETECTED_ARCH STREQUAL "i386" OR DETECTED_ARCH STREQUAL "i686") set (X86PLAT ON) elseif (DETECTED_ARCH MATCHES "arm.*" OR DETECTED_ARCH MATCHES "aarch64") set (ARMPLAT ON) _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org