diff --git a/Gemfile.lock.aarch64 b/Gemfile.lock.aarch64 index ab7981b..15bbbd3 100644 --- a/Gemfile.lock.aarch64 +++ b/Gemfile.lock.aarch64 @@ -585,4 +585,4 @@ DEPENDENCIES yajl-ruby BUNDLED WITH - 2.3.26 + 2.4.10 diff --git a/Gemfile.lock.loongarch64 b/Gemfile.lock.loongarch64 index 452710d..6fcb221 100644 --- a/Gemfile.lock.loongarch64 +++ b/Gemfile.lock.loongarch64 @@ -585,4 +585,4 @@ DEPENDENCIES yajl-ruby BUNDLED WITH - 2.3.26 + 2.4.10 diff --git a/Gemfile.lock.riscv64 b/Gemfile.lock.riscv64 index 1cfbcb3..befb355 100644 --- a/Gemfile.lock.riscv64 +++ b/Gemfile.lock.riscv64 @@ -586,4 +586,4 @@ DEPENDENCIES yajl-ruby BUNDLED WITH - 2.3.26 + 2.4.10 diff --git a/Gemfile.lock.x86 b/Gemfile.lock.x86 index 2c4eb3e..9f36a7e 100644 --- a/Gemfile.lock.x86 +++ b/Gemfile.lock.x86 @@ -585,4 +585,4 @@ DEPENDENCIES yajl-ruby BUNDLED WITH - 2.3.26 + 2.4.10 diff --git a/obs-bundled-gems.spec b/obs-bundled-gems.spec index bd9c37c..e9bee9f 100644 --- a/obs-bundled-gems.spec +++ b/obs-bundled-gems.spec @@ -17,10 +17,10 @@ %global rake_version 13.0.6 %global rack_version 2.2.3 -%global ruby_version 3.1.0 +%global ruby_version 3.2.0 Name: obs-bundled-gems Version: 2.10.15 -Release: 5 +Release: 6 Summary: The Open Build Service -- Bundled Gems License: GPL-2.0-only OR GPL-3.0-only URL: http://www.openbuildservice.org @@ -111,7 +111,8 @@ test -f %{buildroot}%_libdir/obs-api/ruby/%{ruby_version}/gems/rack-%{rack_versi # work around sassc bug - and install libsass sassc_dir=$(ls -1d %{buildroot}%_libdir/obs-api/ruby/%{ruby_version}/gems/sassc-2*) -install -D -m 755 $sassc_dir/ext/libsass.so $sassc_dir/lib/sassc +libpath=`find %{buildroot} -name libsass.so` +install -D -m 755 $libpath $sassc_dir/lib/sassc sed -i -e 's,/ext/libsass,,' $sassc_dir/lib/sassc/native.rb # Remove sources of extensions, we don't need them @@ -153,6 +154,9 @@ done %doc README %changelog +* Tue Aug 08 2023 Ge Wang 2.10.15-6 +- adapt package ruby-ldap due to ruby updated to version 3.2 + * Sat Apr 1 2023 Wenlong Zhang 2.10.16-5 - add loongarch64 support for obs-bundle-gems diff --git a/verdor.obscpio b/verdor.obscpio index 3aceccd..e7f93e7 100644 Binary files a/verdor.obscpio and b/verdor.obscpio differ