July 19, 2018 Andrey Cherepanov |
- Backport new version to p8 branch.
- Revert fix file globbing in testrb to prevent mass failures of Ruby package build.
- Pass requirements without %add_ruby_req_skip use. |
July 4, 2018 Andrey Cherepanov 1:0.6-alt1 |
- Require ruby-tool-setup used in macros.
- ruby-tool-setup requires git-core so remove git requirements from rpm-build-ruby.
- Fix small typo in description. |
June 28, 2018 Denis Medvedev 1:0.5-alt1 |
- add git as a requirement fror successful git imported modules build |
June 25, 2018 Andrey Cherepanov 1:0.4-alt1 |
- Add macro %add_ruby_req_skip module... to exclude ruby(module) from generated requirements.
- Add %rubygem_specdir macro for Ruby gem specification directory. |
June 6, 2018 Andrey Cherepanov 1:0.3.1-alt1 |
- Fix file globbing in testrb. |
Aug. 22, 2017 Andrey Cherepanov |
- Backport new version to p8 branch |
May 16, 2017 Mikhail Gordeev 1:0.3.0-alt1 |
- Revert "ruby.req.files: clean ups" (from 0.1.2-alt1) because non-*.rb
executable scripts were lost.
- ruby.req.files: parse file output case insensitive because now
file prints Ruby capitalized. |
March 13, 2017 Andrey Cherepanov 1:0.2.4-alt1 |
- exclude Ruby version from %ruby_sitearchdir provided pathes
- force newline to Ruby files to prevent output without newline ended |
Feb. 7, 2017 Denis Medvedev 1:0.2.3-alt2 |
- filter hash from provides |
Jan. 30, 2017 Igor Vlasenko 1:0.2.3-alt1 |
- NMU: added rpm-macros-ruby |
Jan. 26, 2017 Denis Medvedev 1:0.2.2-alt2 |
- Skip include in dependencies search |
Jan. 26, 2017 Denis Medvedev 1:0.2.2-alt1 |
- Added provides based on "load" in addition to "require" |
Oct. 25, 2016 Andrey Cherepanov 1:0.2.1-alt1 |
- Support requires defined in double quotes in addition to single quotes |
Oct. 7, 2016 Denis Medvedev 1:0.2.0-alt1 |
- Requires check changed to bash script instead of ruby |
Oct. 7, 2016 Denis Medvedev 1:0.1.6-alt1 |
- Removed dependency to obsolete rubynodes checks |
Oct. 6, 2016 Ivan Zakharyaschev |
- Set to catch any errors and notice them: %_ruby_req_method strict. |
Oct. 6, 2016 Ivan Zakharyaschev 1:0.1.5-alt2 |
- Set to catch any errors and notice them: %_ruby_req_method strict. |
Sept. 23, 2016 Andrey Cherepanov 1:0.1.5-alt1 |
- Create subpackage ruby-test-unit with only rewritten testrb utility.
Test::Unit module now is a part of Ruby. |
Sept. 14, 2016 Ivan Zakharyaschev 1:0.1.4.1-alt1 |
- Tiny cleanup which is expected to have no noticeable effect:
+ more reliable failing in the shell scripts
(set -o pipefail; set -eC).
+ .prov: normalize paths before any analysis (and not in the middle). |
Sept. 12, 2016 Ivan Zakharyaschev 1:0.1.4-alt1 |
- ruby.prov: added a new case: std arch-independent gems
(those included in the ruby package itself). |
March 13, 2014 Led 1:0.1.3-alt1 |
- 0.1.3:
+ ruby.macros: fix %ruby_ri_sitedir macro |
Dec. 12, 2012 Led 1:0.1.2-alt4 |
- removed temp symlink |
Dec. 12, 2012 Led 1:0.1.2-alt3 |
- temporarily added symlink for rebuild ruby |
Dec. 9, 2012 Led 1:0.1.2-alt2 |
- added requires of %_bindir/testrb and %_bindir/rake |
Dec. 8, 2012 Led 1:0.1.2-alt1 |
- 0.1.2:
+ cleaned up
+ dropped ruby 1.8 support
- cleaned up spec
- updated Requires
- added README.ru
- disabled check |
April 8, 2011 Aitov Timur 1:0.1.1-alt1 |
- Supported both 1.8.7 and 1.9.2 versions of ruby
- Make difference between 1.8 and 1.9 |
Sept. 9, 2009 Sir Raorn 1:0.1.0-alt2 |
- Tests moved to %check section (bootstrap-friendly) |
July 6, 2009 Sir Raorn 1:0.1.0-alt1 |
- Updated for ruby 1.9
- Fixed typo in description (closes: #20624)
- Stop processing on syntax error
- Macros moved to %_rpmmacrosdir |
Nov. 1, 2008 Sir Raorn 1:0.0.4-alt1 |
- Parser rewritten without recursion (Kirill A. Shutemov) |
Aug. 31, 2008 Sir Raorn 1:0.0.3-alt1 |
- Strip '.rb' extension from requires/provides to reduce apt
cache size
- Process "weak provides" for *.so modules too
- Use files.req mechanism for directory requires (needs recent
libruby)
- New macros:
+ %update_setup_rb: update setup.rb script from ruby-tool-setup package
+ %ruby_test_unit: run tests with testrb script |