From 42a505035e81c05473560dae221dee44b7ea4349 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Thu, 27 Oct 2022 15:51:30 +0800 Subject: [PATCH] update ruby.yaml Signed-off-by: Bo Ren --- ruby.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ruby.yaml b/ruby.yaml index a17ce5e..7c0e46a 100644 --- a/ruby.yaml +++ b/ruby.yaml @@ -23,7 +23,7 @@ data: - Ruby or MIT dependencies: - buildrequires: - platform: [an8.6.0] + platform: [an8.7.0] requires: platform: [an8] references: @@ -67,30 +67,30 @@ data: rationale: An interpreter of object-oriented scripting language ref: a8-ruby-stream-2.7 buildorder: 101 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, i686, loongarch64, ppc64le, s390x, x86_64] multilib: [x86_64] rubygem-abrt: rationale: ABRT support for Ruby ref: a8-ruby-stream-2.7 buildorder: 102 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, i686, loongarch64, ppc64le, s390x, x86_64] rubygem-bson: rationale: Ruby Implementation of the BSON specification ref: a8-ruby-stream-2.7 buildorder: 102 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, i686, loongarch64, ppc64le, s390x, x86_64] rubygem-mongo: rationale: Ruby driver for MongoDB ref: a8-ruby-stream-2.7 buildorder: 103 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, i686, loongarch64, ppc64le, s390x, x86_64] rubygem-mysql2: rationale: A simple, fast Mysql library for Ruby, binding to libmysql ref: a8-ruby-stream-2.7 buildorder: 102 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, i686, loongarch64, ppc64le, s390x, x86_64] rubygem-pg: rationale: A Ruby interface to the PostgreSQL RDBMS ref: a8-ruby-stream-2.7 buildorder: 102 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, i686, loongarch64, ppc64le, s390x, x86_64] -- Gitee