From 503285ac998fb4a3528e2bcc29ab8e03e482a998 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 21 Jan 2025 18:04:25 +0100 Subject: [PATCH] makepkg-git: accommodate for Ruby v3.4.0 In that version, `strscan` not only has a native library but also Ruby code that we need to provide to be able to run `asciidoctor` (which is used to render Git's documentation). Signed-off-by: Johannes Schindelin --- .sparse/makepkg-git | 1 + .sparse/makepkg-git-i686 | 1 + 2 files changed, 2 insertions(+) diff --git a/.sparse/makepkg-git b/.sparse/makepkg-git index 0fd8faf5f64..68abca9a3e5 100644 --- a/.sparse/makepkg-git +++ b/.sparse/makepkg-git @@ -81,6 +81,7 @@ /mingw64/lib/ruby/*/x64-mingw32/enc/encdb.so /mingw64/lib/ruby/*/x64-mingw32/enc/windows_1252.so /mingw64/lib/ruby/*/optparse.rb +/mingw64/lib/ruby/*/strscan/strscan.rb /mingw64/lib/ruby/*/x64-mingw32/strscan.so /mingw64/lib/ruby/*/pathname.rb /mingw64/lib/ruby/*/x64-mingw32/pathname.so diff --git a/.sparse/makepkg-git-i686 b/.sparse/makepkg-git-i686 index d1e70a89730..620f49db9d0 100644 --- a/.sparse/makepkg-git-i686 +++ b/.sparse/makepkg-git-i686 @@ -142,6 +142,7 @@ /mingw32/lib/ruby/*/i386-mingw32/enc/windows_1252.so /mingw32/lib/ruby/*/optparse.rb /mingw32/lib/ruby/*/i386-mingw32/strscan.so +/mingw32/lib/ruby/*/strscan/strscan.rb /mingw32/lib/ruby/*/pathname.rb /mingw32/lib/ruby/*/i386-mingw32/pathname.so /mingw32/lib/ruby/*/did_you_mean*