Browse code

Update rubygem packages

Change-Id: I8c3b4a7b67e9bb6056a14bb4a9298ff8f09969a8
Reviewed-on: http://photon-jenkins.eng.vmware.com/392
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>

suezzelur authored on 2016/01/21 18:49:41
Showing 2 changed files
... ...
@@ -4,14 +4,14 @@
4 4
 %global gem_name backports
5 5
 
6 6
 Name: rubygem-backports
7
-Version: 3.6.4
7
+Version: 3.6.7
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=06d3db9ac6e61b53d59dc197d5db3d7f8a4c312d
14
+%define sha1 backports=833f7a474aef65a3e76e9b7c82257bc23036f7f8
15 15
 BuildRequires: ruby
16 16
 
17 17
 %description
... ...
@@ -28,5 +28,7 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
28 28
 %{gemdir}
29 29
 
30 30
 %changelog
31
+* Wed Jan 20 2016 Anish Swaminathan <anishs@vmware.com> 3.6.7-1
32
+- Upgrade version.
31 33
 * Wed Nov 11 2015 Xiaolin Li <amakhalov@vmware.com> 3.6.4-1
32
-- Initial build
33 34
\ No newline at end of file
35
+- Initial build
... ...
@@ -3,14 +3,14 @@
3 3
 %global gem_name nokogiri
4 4
 
5 5
 Name: rubygem-nokogiri
6
-Version: 1.6.6.2
6
+Version: 1.6.7.2
7 7
 Release: 1%{?dist}
8 8
 Summary: Nokogiri is an HTML, XML, SAX, and Reader parser.
9 9
 Group: Development/Languages
10 10
 License: MIT
11 11
 URL: https://rubygems.org/gems/nokogiri/
12 12
 Source0: https://rubygems.org/downloads/nokogiri-%{version}-java.gem
13
-%define sha1 nokogiri=f73aff1a141bb13682f335d6f051c50878a55539
13
+%define sha1 nokogiri=c054b456b6227bc007565b35a24c5b97638b3049
14 14
 BuildRequires: ruby
15 15
 Requires: ruby
16 16
 %description
... ...
@@ -27,6 +27,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
27 27
 %{gemdir}
28 28
 
29 29
 %changelog
30
+* Wed Jan 20 2016 Anish Swaminathan <anishs@vmware.com> 1.6.7.2-1
31
+- Upgrade version.
30 32
 * Wed Nov 11 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.6.6.2-1
31 33
 - Initial build
32 34