Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package deepin-calendar for openSUSE:Factory checked in at 2021-12-03 20:35:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deepin-calendar (Old) and /work/SRC/openSUSE:Factory/.deepin-calendar.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-calendar" Fri Dec 3 20:35:38 2021 rev:5 rq:935315 version:5.8.16 Changes: -------- --- /work/SRC/openSUSE:Factory/deepin-calendar/deepin-calendar.changes 2021-11-02 19:19:21.063092539 +0100 +++ /work/SRC/openSUSE:Factory/.deepin-calendar.new.31177/deepin-calendar.changes 2021-12-03 20:36:04.860073488 +0100 @@ -1,0 +2,6 @@ +Thu Dec 2 12:59:42 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Add patch to fix build on aarch64: + * fix-stub.h.patch + +------------------------------------------------------------------- New: ---- fix-stub.h.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deepin-calendar.spec ++++++ --- /var/tmp/diff_new_pack.JINM19/_old 2021-12-03 20:36:05.292071910 +0100 +++ /var/tmp/diff_new_pack.JINM19/_new 2021-12-03 20:36:05.296071895 +0100 @@ -35,6 +35,8 @@ # PATCH-FIX-UPSTREAM fix-hardcode-path.patch hillw...@opensuse.org # https://github.com/linuxdeepin/dde-calendar/pull/49 Patch0: fix-hardcode-path.patch +# PATCH-FIX-UPSTREAM - https://github.com/linuxdeepin/dde-calendar/issues/50#issuecomment-979196208 +Patch1: fix-stub.h.patch BuildRequires: deepin-gettext-tools BuildRequires: desktop-file-utils %ifarch ppc ppc64 ppc64le s390 s390x ++++++ fix-stub.h.patch ++++++ --- dde-calendar-5.8.16/tests/third-party_stub/stub.h.orig 2021-12-02 13:58:03.101133673 +0100 +++ dde-calendar-5.8.16/tests/third-party_stub/stub.h 2021-12-02 13:58:13.681237428 +0100 @@ -16,6 +16,7 @@ #include <cstring> //c++ #include <map> +#include <cstdint> #define ADDR(CLASS_NAME,MEMBER_NAME) (&CLASS_NAME::MEMBER_NAME)