!4 Update to 1.11.0

From: @chen-jan 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-06-29 09:07:37 +00:00 committed by Gitee
commit 2389a2df65
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
ruby-progressbar-1.11.0.gem Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global gem_name ruby-progressbar %global gem_name ruby-progressbar
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 1.10.1 Version: 1.11.0
Release: 1 Release: 1
Summary: Ruby/ProgressBar is a flexible text progress bar library Summary: Ruby/ProgressBar is a flexible text progress bar library
License: MIT License: MIT
@ -22,7 +22,7 @@ BuildArch: noarch
Documentation for %{name}. Documentation for %{name}.
%prep %prep
%setup -q -n %{gem_name}-%{version} %autosetup -n %{gem_name}-%{version}
%build %build
gem build ../%{gem_name}-%{version}.gemspec gem build ../%{gem_name}-%{version}.gemspec
@ -45,5 +45,8 @@ cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
%{gem_instdir}/Rakefile %{gem_instdir}/Rakefile
%changelog %changelog
* Wed Jun 29 2022 chenchen <chen_aka_jan@163.com> - 1.11.0-1
- Update to 1.11.0
* Sun Aug 23 2020 xiezheng <xiezheng4@huawei.com> - 1.10.1-1 * Sun Aug 23 2020 xiezheng <xiezheng4@huawei.com> - 1.10.1-1
- package init - package init