From e4c41fa8f2b82c019c2db214558d584555f2db1cc11e2dee86e839e847b0acd2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 19 Jul 2021 07:44:00 +0000 Subject: [PATCH] Accepting request 906602 from GNOME:Next GNOME 40.3 OBS-URL: https://build.opensuse.org/request/show/906602 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=224 --- gi-find-deps.sh | 3 ++- gobject-introspection.changes | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/gi-find-deps.sh b/gi-find-deps.sh index ea345c7..c249b4c 100644 --- a/gi-find-deps.sh +++ b/gi-find-deps.sh @@ -233,7 +233,8 @@ function inList() { return 1 } -x64bitarch="x86_64 ppc64 powerpc64 ppc64le powerpc64le s390x ia64 aarch64 riscv64" +# Confer with /usr/lib/rpm/platforms +x64bitarch="aarch64 mips64 mips64el mips64r6 mips64r6el ppc64 ppc64le riscv64 s390x sparc64 x86_64" for path in \ $(for tlpath in \ diff --git a/gobject-introspection.changes b/gobject-introspection.changes index 4f650b6..c316461 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jun 28 08:58:14 UTC 2021 - Dominique Leuenberger + +- Revert back o HOSTTYPE: RPM_ARCH is not available to the dep + scanners. + +------------------------------------------------------------------- +Tue Jun 8 20:10:13 UTC 2021 - Jan Engelhardt + +- gi-find-deps.sh: Don't use HOSTTYPE, use RPM_ARCH. +- ia64 never used ()(64bit) markers, do drop that from gi-find-deps. + ------------------------------------------------------------------- Tue Jun 8 13:38:11 UTC 2021 - Dominique Leuenberger