change irb package version

This commit is contained in:
jinzhimin369 2020-08-04 20:43:12 +08:00
parent 0bd411b976
commit 8d81edb58f

View File

@ -1,6 +1,6 @@
Name: ruby Name: ruby
Version: 2.5.8 Version: 2.5.8
Release: 1 Release: 2
Summary: Object-oriented scripting language interpreter Summary: Object-oriented scripting language interpreter
License: (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD License: (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
URL: https://www.ruby-lang.org/en/ URL: https://www.ruby-lang.org/en/
@ -99,8 +99,8 @@ Rake is a Make-like program implemented in Ruby,Tasks and dependencies are speci
%package irb %package irb
Summary: The Interactive Ruby Summary: The Interactive Ruby
Version: 2.5.1 Version: 2.5.8
Requires: %{name}-libs = 2.5.1 Requires: %{name}-libs = 2.5.8
Provides: irb = %{version}-%{release} ruby(irb) = %{version}-%{release} Provides: irb = %{version}-%{release} ruby(irb) = %{version}-%{release}
BuildArch: noarch BuildArch: noarch
@ -111,7 +111,7 @@ The irb is acronym for Interactive Ruby,It evaluates ruby expression from the te
Summary: Generate HTML and command-line documentation for Ruby projects Summary: Generate HTML and command-line documentation for Ruby projects
Version: 6.0.1 Version: 6.0.1
License: GPLv2 and Ruby and MIT and OFL License: GPLv2 and Ruby and MIT and OFL
Requires: ruby(release) ruby(rubygems) >= 2.7.6 ruby(irb) = 2.5.1 rubygem(io-console) >= 0.4.6 rubygem(json) >= 2.1.0 Requires: ruby(release) ruby(rubygems) >= 2.7.6 ruby(irb) = 2.5.8 rubygem(io-console) >= 0.4.6 rubygem(json) >= 2.1.0
Provides: rdoc = %{version}-%{release} ri = %{version}-%{release} rubygem(rdoc) = %{version}-%{release} Provides: rdoc = %{version}-%{release} ri = %{version}-%{release} rubygem(rdoc) = %{version}-%{release}
BuildArch: noarch BuildArch: noarch
@ -574,6 +574,12 @@ make runruby TESTRUN_SCRIPT=%{SOURCE13}
%exclude %{gem_dir}/gems/xmlrpc-0.3.0/.* %exclude %{gem_dir}/gems/xmlrpc-0.3.0/.*
%changelog %changelog
* Thu Aug 4 2020 shixuantong <shixuantong@huawei.com> - 2.5.8-2
- Type:NA
- ID:NA
- SUG:NA
- DESC:change package irb version
* Mon Jul 27 2020 shixuantong <shixuantong@huawei.com> - 2.5.8-1 * Mon Jul 27 2020 shixuantong <shixuantong@huawei.com> - 2.5.8-1
- Type:NA - Type:NA
- ID:NA - ID:NA