Hi everybody,

I have create PR with .spec file, which will eventually become Ruby 2.7
package in Fedora some time around beginning of next year:

https://src.fedoraproject.org/rpms/ruby/pull-request/48

and this is associated scratch build:

https://koji.fedoraproject.org/koji/taskinfo?taskID=36285060

I was considering, if I should open PR from my fork or push everything
into the main repository, but I have decided to push directly into
private-ruby-2.7 branch, so all the changes are preserved.

Now what has changed?

* Upstream move to Git, so I have updated the .spec file to use git
hashes instead of SVN releases. No upgrade path is guaranteed.

* The bundled gems now ships with RubyGems stubs, that means there
should not be conflicts between for example /usr/bin/rake shipped by
ruby and rubygem-rake. That should make it easier to install these
packages side by side (and help for example with Bundler 2.x transition).

* The bundler Racc now ships with its executable, therefore I have
decided to move it into rubygem-racc subpackage.

* I have removed support for %{rubygems_default_filter} macro. Nobody
(except rubygem-rugged) ever used this macro and it never provided any
real functionality (rhbz#1020810).

And that is it. I'll keep updating the branch as I find time.

As always, I welcome any feedback here or in the PR.


Vít

_______________________________________________
ruby-sig mailing list -- ruby-sig@lists.fedoraproject.org
To unsubscribe send an email to ruby-sig-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/ruby-sig@lists.fedoraproject.org

Reply via email to