| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: ruby3.4-rubygem-gem2rpm | Distribution: openSUSE Tumbleweed | 
| Version: 0.10.1 | Vendor: openSUSE | 
| Release: 27.1 | Build date: Fri Aug 22 14:36:40 2025 | 
| Group: Development/Languages/Ruby | Build host: reproducible | 
| Size: 63061 | Source RPM: rubygem-gem2rpm-0.10.1-27.1.src.rpm | 
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/lutter/gem2rpm/ | |
| Summary: Generate rpm specfiles from gems | |
Generate source rpms and rpm spec files from a Ruby Gem. The spec file tries to follow the gem as closely as possible
GPL-2.0-or-later
* Fri Aug 22 2025 Marcus Rueckert <mrueckert@suse.de>
  - update suse.patch
    - use opensuse template on sles as well
* Fri Aug 22 2025 Marcus Rueckert <mrueckert@suse.de>
  - update suse.patch
    - on newer rubies Kernel.open is no longer working with URIs.
      use URI.open()
    - also treat contributing as documentation.
* Fri Aug 15 2025 Marcus Rueckert <mrueckert@suse.de>
  - cleanup the spec file:
    drop all ruby versions we no longer care about
    remaining are:
    2.1, 2.5, 3.2, 3.3, 3.4, 3.5
  - enable 3.5 building
* Fri Aug 15 2025 Marcus Rückert <mrueckert@suse.de>
  - instead of using %{ruby} for the buildrequires, lets expand it
    in the spec file so we do not have to use
    rb_build_ruby_abis/rb_build_version
* Wed Jan 29 2025 Marcus Rueckert <mrueckert@suse.de>
  - add new gem2rpm.yml setting to have the runtime deps as
    buildrequires:
    :runtime_deps_as_buildrequires: true
    disabled by default
    implements https://github.com/openSUSE/gem2rpm/issues/20
* Fri Dec 27 2024 Marcus Rueckert <mrueckert@suse.de>
  - update filelist for the final 3.4.0 api_version
* Fri Dec 13 2024 Marcus Rueckert <mrueckert@suse.de>
  - Fix filelist for 3.4.0
* Thu Dec 12 2024 Marcus Rueckert <mrueckert@suse.de>
  - enable ruby3.4 support
* Tue Oct 08 2024 Marcus Rueckert <mrueckert@suse.de>
  - update suse.patch:
    handle ERB.new for older ruby versions
* Tue Oct 08 2024 Marcus Rueckert <mrueckert@suse.de>
  - update suse.patch and sync in ruby-common/gem_packages.spec.erb
* Mon Oct 07 2024 Marcus Rueckert <mrueckert@suse.de>
  - remove gem2rpm.yml.documentation as it is now in the git tree and
    therefor part of the suse.patch
* Mon Oct 07 2024 Marcus Rueckert <mrueckert@suse.de>
  - replaced all patches with suse.patch generated with
    update-suse-patch.sh
    0001-use-the-ID-from-os-release-to-use-the-proper-templat.patch
    0002-added-basic-config-file-support-to-gem2rpm-in-yaml-f.patch
    0003-new-opensuse-templates.-they-require-the-config-file.patch
    0004-added-example-gem2rpm.yml.patch
    0005-properly-shorten-description-and-summary.patch
    0006-Preserve-the-license-header-found-in-the-output-file.patch
    0007-fixes-for-the-opensuse-template.patch
    0008-do-not-use-not-.-not-supported-on-1.8-e.g.patch
    0009-No-longer-require-the-ruby-version-inside-the-subpac.patch
    0010-Try-to-load-rbconfigpackagingsupport-and-fail-gracef.patch
    0011-Add-support-for-scripts-pre-post-for-subpackages.patch
    0012-typo-in-gem2rpm.yml.documentation-custom_pkgs-instea.patch
    0013-Also-tag-LICENSE-MIT-as-docfile.patch
    0014-Refactor-into-multiple-lines.patch
    0015-Add-licence-to-the-list-of-license-files-as-well.patch
    0016-add-two-more-ways-to-express-changes.patch
    0017-.markdown-is-also-seen-in-the-wild.patch
    0018-Only-use-the-extensions-doc-dir-on-MRI-2.1.x.patch
    0019-Cleaner-solution-for-the-extensions-doc-dir.patch
    0020-Ruby-1.8-insists-on-the-for-the-parameter.patch
    0021-Fix-company-name-in-copyright-header.patch
    0022-add-the-touch-for-build-compare-to-the-template.patch
    0023-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch
    0024-add-ability-to-provide-alternative-main-Source.patch
    0025-allow-running-commands-after-patching.patch
    0026-use-https-instead-of-http-for-rubygems.org.patch
    0027-quote-version_suffix-in-gem2rpm.yml.documentation-to.patch
    0028-add-binary_map-support.patch
    0029-Use-or-for-the-conditions-instead-of-and.patch
    0030-gem_package.spec.erb-sync-with-ruby-common.patch
    0031-use-template-opensuse-on-openSUSE-Tumbleweed-where-e.patch
    0032-Replace-no-rdoc-no-ri-with-no-document.patch
    0033-Use-File.exist-instead-of-File.exists-which-was-remo.patch
    0034-plugin-dir.patch
    0035-fix-patch-syntax.patch
    template_loader.patch
* Fri Feb 23 2024 Marcus Rueckert <mrueckert@suse.de>
  - Added 0034-plugin-dir.patch
    - also own the new gem plugin dir
  - Added 0035-fix-patch-syntax.patch:
    Fix patch syntax for the upcoming rpm 4.20
* Mon Dec 25 2023 Marcus Rueckert <mrueckert@suse.de>
  - Update the ruby ABI version in the 3.3.0 paths to the final
    string.
* Thu Sep 14 2023 Marcus Rueckert <mrueckert@suse.de>
  - enable building for ruby 3.3
* Mon May 08 2023 Software System <opensuse@wolke7.net>
  - add BuildRequires: ruby-common >= 3.2
    This version is required to rebuild the package. The older
    ruby-common is no longer sufficient.
* Fri Feb 03 2023 Marcus Rueckert <mrueckert@suse.de>
  - replace the old options to disable docs with the modern -N
* Sun Dec 25 2022 Marcus Rueckert <mrueckert@suse.de>
  - ruby 3.2.0 final has a normal ABI version again
* Fri Dec 09 2022 Martin Vidner <mvidner@suse.com>
  - Use git format-patch instead, fixing one more exists? occurrence
    A    0033-Use-File.exist-instead-of-File.exists-which-was-remo.patch
  - Note 0004-added-example-gem2rpm.yml.patch has the Rakefile hunk removed
* Mon Dec 05 2022 Martin Vidner <mvidner@suse.com>
  - Edit patches to use File.exist? instead of File.exists? which was
    removed in Ruby 3.2
* Thu Nov 17 2022 Marcus Rueckert <mrueckert@suse.de>
  - Fix filelist for 3.2.0
* Fri Nov 11 2022 Marcus Rueckert <mrueckert@suse.de>
  - added support for 3.2.0
/etc/alternatives/gem2rpm /etc/alternatives/gem2rpm-0.10.1 /etc/alternatives/gem2rpm.ruby3.4 /usr/bin/gem2rpm /usr/bin/gem2rpm-0.10.1 /usr/bin/gem2rpm.ruby3.4 /usr/bin/gem2rpm.ruby3.4-0.10.1 /usr/lib64/ruby/gems/3.4.0/cache/gem2rpm-0.10.1.gem /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1 /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/AUTHORS /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/LICENSE /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/README /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/bin /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/bin/gem2rpm /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/lib /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/lib/gem2rpm /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/lib/gem2rpm.rb /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/lib/gem2rpm/dependency.rb /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/lib/gem2rpm/distro.rb /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/lib/gem2rpm/format.rb /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/lib/gem2rpm/helpers.rb /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/lib/gem2rpm/package.rb /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/lib/gem2rpm/spec_fetcher.rb /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/lib/gem2rpm/specification.rb /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/templates /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/templates/default.spec.erb /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/templates/fedora-17-18.spec.erb /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/templates/fedora-19-21.spec.erb /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/templates/fedora-21-rawhide.spec.erb /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/templates/fedora.spec.erb /usr/lib64/ruby/gems/3.4.0/gems/gem2rpm-0.10.1/templates/opensuse.spec.erb /usr/lib64/ruby/gems/3.4.0/specifications/gem2rpm-0.10.1.gemspec /usr/share/doc/packages/ruby3.4-rubygem-gem2rpm /usr/share/doc/packages/ruby3.4-rubygem-gem2rpm/AUTHORS /usr/share/doc/packages/ruby3.4-rubygem-gem2rpm/LICENSE /usr/share/doc/packages/ruby3.4-rubygem-gem2rpm/README /usr/share/doc/packages/ruby3.4-rubygem-gem2rpm/gem2rpm.yml
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Oct 29 22:34:19 2025