Change-Id: I97b7581298976709f05dd9eaa72d080f8a24877a
Reviewed-on: http://photon-jenkins.eng.vmware.com/568
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>
| ... | ... |
@@ -4,14 +4,14 @@ |
| 4 | 4 |
%global gem_name backports |
| 5 | 5 |
|
| 6 | 6 |
Name: rubygem-backports |
| 7 |
-Version: 3.6.7 |
|
| 7 |
+Version: 3.6.8 |
|
| 8 | 8 |
Release: 1%{?dist}
|
| 9 | 9 |
Summary: Backports of Ruby features for older Ruby |
| 10 | 10 |
Group: Development/Languages |
| 11 | 11 |
License: MIT |
| 12 | 12 |
URL: http://github.com/marcandre/backports |
| 13 | 13 |
Source0: https://rubygems.org/gems/backports-%{version}.gem
|
| 14 |
-%define sha1 backports=833f7a474aef65a3e76e9b7c82257bc23036f7f8 |
|
| 14 |
+%define sha1 backports=5c9dd0d5552d242ee6bb338a9097e85f0a0a45d5 |
|
| 15 | 15 |
BuildRequires: ruby |
| 16 | 16 |
|
| 17 | 17 |
%description |
| ... | ... |
@@ -28,6 +28,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
|
| 28 | 28 |
%{gemdir}
|
| 29 | 29 |
|
| 30 | 30 |
%changelog |
| 31 |
+* Thu Feb 25 2016 Kumar Kaushik <kaushikk@vmware.com> 3.6.8-1 |
|
| 32 |
+- Upgrade version. |
|
| 31 | 33 |
* Wed Jan 20 2016 Anish Swaminathan <anishs@vmware.com> 3.6.7-1 |
| 32 | 34 |
- Upgrade version. |
| 33 | 35 |
* Wed Nov 11 2015 Xiaolin Li <amakhalov@vmware.com> 3.6.4-1 |