update to ruby 3.3 final
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/rubygem-gem2rpm?expand=0&rev=56
This commit is contained in:
parent
bf3ad1430f
commit
40714c2988
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 25 07:15:47 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update the ruby ABI version in the 3.3.0 paths to the final
|
||||
string.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 14:57:00 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -951,14 +951,14 @@ fi
|
||||
%ghost %{_sysconfdir}/alternatives/gem2rpm.ruby3.3
|
||||
%ghost %{_sysconfdir}/alternatives/gem2rpm-%{version}
|
||||
# cache file
|
||||
%{_libdir}/ruby/gems/3.3.0+0/cache/gem2rpm-%{version}.gem
|
||||
%{_libdir}/ruby/gems/3.3.0+0/gems/gem2rpm-%{version}
|
||||
%{_libdir}/ruby/gems/3.3.0+0/specifications/gem2rpm-%{version}.gemspec
|
||||
%{_libdir}/ruby/gems/3.3.0/cache/gem2rpm-%{version}.gem
|
||||
%{_libdir}/ruby/gems/3.3.0/gems/gem2rpm-%{version}
|
||||
%{_libdir}/ruby/gems/3.3.0/specifications/gem2rpm-%{version}.gemspec
|
||||
|
||||
%if %{with docs}
|
||||
%files -n ruby3.3-rubygem-gem2rpm-doc
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{_libdir}/ruby/gems/3.3.0+0/doc/gem2rpm-%{version}
|
||||
%doc %{_libdir}/ruby/gems/3.3.0/doc/gem2rpm-%{version}
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user