diff --git a/gi-find-deps.sh b/gi-find-deps.sh index ce5ef2f..47ad341 100644 --- a/gi-find-deps.sh +++ b/gi-find-deps.sh @@ -220,7 +220,7 @@ function inList() { return 1 } -x64bitarch="x86_64 ppc64 ppc64le s390x ia64 aarch64" +x64bitarch="x86_64 ppc64 ppc64le s390x ia64 aarch64 riscv64" for path in \ $(for tlpath in \ diff --git a/gobject-introspection.changes b/gobject-introspection.changes index fcdc6f5..6a99620 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 21 10:27:45 UTC 2018 - schwab@suse.de + +- go-find-deps.sh: add riscv64 to x64bitarch. + ------------------------------------------------------------------- Thu Nov 2 09:23:23 UTC 2017 - mpluskal@suse.com diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 0278217..8c60a7a 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,7 +1,7 @@ # # spec file for package gobject-introspection # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed