diff --git a/gi-find-deps.sh b/gi-find-deps.sh index 1902c1b..c4fed2b 100644 --- a/gi-find-deps.sh +++ b/gi-find-deps.sh @@ -250,7 +250,7 @@ function inList() { } # Confer with /usr/lib/rpm/platforms -x64bitarch="aarch64 mips64 mips64el mips64r6 mips64r6el ppc64 ppc64le riscv64 s390x sparc64 x86_64" +x64bitarch="aarch64 loongarch64 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 5d49c80..3b381f7 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 6 09:18:48 UTC 2024 - Adrian Schröter + +- fix dependency generation for loongarch64 + ------------------------------------------------------------------- Fri Nov 22 08:33:49 UTC 2024 - Dirk Müller