Changelog for
ruby-common-3.2.1-157.1.noarch.rpm :
* Fri May 12 2023 Marcus Rueckert
- bump the version so we can require the new version to make it easier to depend on the new functionality
* Fri May 12 2023 Marcus Rueckert - Support runtime dependencies for the generated subpackages: syntax: Requires: rubygem(gemname) Recommends: rubygem(gemname:x) >= x.y This will be transformed into Requires: rubygem(ruby::gemname) Recommends: rubygem(ruby::gemname:x) >= x.y That way we ensure that every package only requires rubygems for the current ruby version.
* Sun May 07 2023 Jan Engelhardt - Remove old specfile constructs
* Sun May 07 2023 Marcus Rueckert - cleanup irp code - unify error handling using the exit_with_error function - ensure we add generated files - checkin the newly created package
* Tue Mar 21 2023 Marcus Rueckert - move new tools into a subpackage ruby-packaging-helpers to avoid dependency to /usr/bin/ruby
* Tue Mar 21 2023 Marcus Rueckert - Add 2 new utilities - irp aka initialize ruby package does exactly what the name says. does all the work to initialize a new ruby package - bundler-dumpdeps: script to generate BR/Requires based on a Gemfile.
* Thu Feb 09 2023 Marcus Rueckert - do not rely on file dependencies for getopt
* Thu Nov 17 2022 Marcus Rueckert - actually bump the version so we can require the newer version for ruby3.2
* Thu Nov 17 2022 Marcus Rueckert - replace `File.exists?` with `File.exist?` as the `File.exists?` is no longer supported in 3.2
* Sat Aug 20 2022 Marcus Rueckert - in the dependency generator for Gemfile.lock we now skip vendored deps
* Mon Jun 13 2022 Marcus Rueckert - make %gem_unpack and %gem_build work when the default system ruby is not installed: both macros now use the %{gem_binary} define and we have a common macro %{set_gem_binary} to set this variable. the set macro will use the ruby-find-versioned to find a versioned version of gem.
* Wed Feb 23 2022 Dirk Müller - avoid bashism in gem_build_cleanup
* Tue Aug 24 2021 Stephan Kulow - Do not create links in /etc/alternatives at all - they are ghosts and rpm database will only be confused if we have some wrong information about them (the link target is defined at runtime) This aligns with ruby2.7 package to avoid file conflicts about bundler and other built in gems
* Thu Jul 08 2021 Stephan Kulow - Fix the links in /etc/alternatives not to point to themselves
* Tue Jan 26 2021 Marcus Rueckert - cleanup the .gem.
* dirs that rubygems creates on 3.0 (boo#1180528)
* Mon Jan 25 2021 Marcus Rueckert - add support to package rubygems plugin dirs as the file is conflicting you can only have one version of the same gem installed if it provides a rubygems plugin. at least for now