update to version 1.10.1
This commit is contained in:
parent
6a5377332f
commit
543e430bc6
3 changed files with 10 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,2 +1,6 @@
|
|||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/ruby-progressbar-1.9.0.gem
|
||||
/ruby-progressbar-1.10.0.gem
|
||||
/ruby-progressbar-1.10.1.gem
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%global gem_name ruby-progressbar
|
||||
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 1.10.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Ruby/ProgressBar is a flexible text progress bar library
|
||||
License: MIT
|
||||
|
||||
|
|
@ -65,6 +65,9 @@ cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri May 31 2019 Fabio Valentini <decathorpe@gmail.com> - 1.10.1-1
|
||||
- Update to version 1.10.1.
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ruby-progressbar-1.10.0.gem) = 7214a228cd153e817e7f89bfb763db4bc67c06c41162c91422e0f4e2d7bd02a19b2bf56281552029e87d3cffbd60d1dc8eb36c67aeea39be9fe6819c90c85130
|
||||
SHA512 (ruby-progressbar-1.10.1.gem) = 1a474e697d1e9849cc67842a756bad605aa8341fe8451a984f115f1c64754f522b4496d09ef8b47d16135fc165f4d02ea8944f99767573c699ca694ec3205f52
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue