Changelog for
ruby2.6-rubygem-gem2rpm-0.10.1-48.1.x86_64.rpm :
* Fri Jan 18 2019 Marcus Rueckert
- [42.3/sle12] disable ruby 2.3 and 2.4 so we can enable 2.6
* Fri Jun 29 2018 mrueckertAATTsuse.de- add ruby 2.6 support
* Fri Jun 15 2018 mrueckertAATTsuse.de- enhances.patch is a WIP but we add it to the filelist for the source validator
* Wed Jun 06 2018 mrueckertAATTsuse.de- added binary_map.patch: add way to avoid conflicts with non rubygems packages in /usr/bin- added template_loader.patch (boo#1092585)
* Wed Nov 08 2017 mrueckertAATTsuse.de- disable 2.2 on suse_version 1315
* Wed Aug 09 2017 mrueckertAATTsuse.de- add ruby 2.5 support
* Thu Nov 10 2016 mrueckertAATTsuse.de- fix gem2rpm --fetch: prefer https for accessing rubygems.org (bnc #963710) adds 0026-use-https-instead-of-http-for-rubygems.org.patch
* Thu Nov 10 2016 mrueckertAATTsuse.de- added support for 2.4.0
* Thu Nov 10 2016 mrueckertAATTsuse.de- dropped all patches and replaced them with git format-patch series: - modified: 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 - dropped: 0017-touch-unpacked-sources.patch 0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch - newly added: 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- added :post_patch hook to run commands before we rebuild the gem used by libv8
* Mon Jul 18 2016 tbechtoldAATTsuse.com- add 0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch
* Wed Apr 06 2016 cooloAATTsuse.com- add 0017-touch-unpacked-sources.patch to please build-compare
* Wed Nov 11 2015 mrueckertAATTsuse.de- remove the rubinius 2.2 support- add support for rubinius 2.5 and ruby 2.3
* Thu Apr 16 2015 mrueckertAATTsuse.de- update 0003-new-opensuse-templates.-they-require-the-config-file.patch: Fix company name in copyright header
* Wed Feb 11 2015 cooloAATTsuse.com- more patches from git: A 0010-Try-to-load-rbconfigpackagingsupport-and-fail-gracef.patch A 0011-Add-support-for-scripts-pre-post-for-subpackages.patch A 0012-typo-in-gem2rpm.yml.documentation-custom_pkgs-instea.patch A 0013-Also-tag-LICENSE-MIT-as-docfile.patch A 0014-Refactor-into-multiple-lines.patch A 0015-Add-licence-to-the-list-of-license-files-as-well.patch A 0016-add-two-more-ways-to-express-changes.patch
* Tue Oct 21 2014 mrueckertAATTsuse.de- added 0009-No-longer-require-the-ruby-version-inside-the-subpac.patch No longer require the ruby version inside the subpackage With the buildrequires we already make sure that the package is only built if we find a recent enough ABI. then the normal $interpreter(abi) requires generated by rpm is enough
* Tue Oct 21 2014 mrueckertAATTsuse.de- refreshed patch series to match the git again: M 0001-use-the-ID-from-os-release-to-use-the-proper-templat.patch M 0002-added-basic-config-file-support-to-gem2rpm-in-yaml-f.patch A 0003-new-opensuse-templates.-they-require-the-config-file.patch A 0004-added-example-gem2rpm.yml.patch A 0005-properly-shorten-description-and-summary.patch A 0006-Preserve-the-license-header-found-in-the-output-file.patch A 0007-fixes-for-the-opensuse-template.patch A 0008-do-not-use-not-.-not-supported-on-1.8-e.g.patch D 0003-sle-12-templates.-they-require-the-config-file-suppo.patch D 0004-openSUSE-template-fixes.patch D 0005-added-example-gem2rpm.yml.patch D 0006-properly-shorten-description-and-summary.patch D 0007-Preserve-the-license-header-found-in-the-output-file.patch D 0008-dont-allow-suffixes-with-just-a-plain-number.-prefix.patch D 0009-rubinius-has-no-extensions-docdir.patch D 0010-switch-to-new-packaging-scheme-by-default.patch D 0011-fixes-for-the-opensuse-template.patch- new patch for fixing usage of not() which breaks on 1.8
* Wed Oct 15 2014 cooloAATTsuse.com- add 0011-fixes-for-the-opensuse-template.patch to survive format_spec formatting
* Mon Oct 13 2014 mrueckertAATTsuse.de- added 0009-rubinius-has-no-extensions-docdir.patch special casing for rubinius- added 0010-switch-to-new-packaging-scheme-by-default.patch move to new packaging templates by default