Пакет rpm-build-ruby: Изменения
Последнее изменение
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.
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.
28 июня 2018 г. Denis Medvedev 1:0.5-alt1
- add git as a requirement fror successful git imported modules build
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.
6 июня 2018 г. Andrey Cherepanov 1:0.3.1-alt1
- Fix file globbing in testrb.
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.
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
7 февраля 2017 г. Denis Medvedev 1:0.2.3-alt2
- filter hash from provides
30 января 2017 г. Igor Vlasenko 1:0.2.3-alt1
- NMU: added rpm-macros-ruby
26 января 2017 г. Denis Medvedev 1:0.2.2-alt2
- Skip include in dependencies search
26 января 2017 г. Denis Medvedev 1:0.2.2-alt1
- Added provides based on "load" in addition to "require"
25 октября 2016 г. Andrey Cherepanov 1:0.2.1-alt1
- Support requires defined in double quotes in addition to single quotes
7 октября 2016 г. Denis Medvedev 1:0.2.0-alt1
- Requires check changed to bash script instead of ruby
7 октября 2016 г. Denis Medvedev 1:0.1.6-alt1
- Removed dependency to obsolete rubynodes checks
6 октября 2016 г. Ivan Zakharyaschev
- Set to catch any errors and notice them: %_ruby_req_method strict.
6 октября 2016 г. Ivan Zakharyaschev 1:0.1.5-alt2
- Set to catch any errors and notice them: %_ruby_req_method strict.
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.
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).
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).
13 марта 2014 г. Led 1:0.1.3-alt1
- 0.1.3: + ruby.macros: fix %ruby_ri_sitedir macro
12 декабря 2012 г. Led 1:0.1.2-alt4
- removed temp symlink
12 декабря 2012 г. Led 1:0.1.2-alt3
- temporarily added symlink for rebuild ruby
9 декабря 2012 г. Led 1:0.1.2-alt2
- added requires of %_bindir/testrb and %_bindir/rake
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
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
9 сентября 2009 г. Sir Raorn 1:0.1.0-alt2
- Tests moved to %check section (bootstrap-friendly)
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
1 ноября 2008 г. Sir Raorn 1:0.0.4-alt1
- Parser rewritten without recursion (Kirill A. Shutemov)
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