Browse code

auto spec version bump up: ruby_specs

- ruby: bump up to 3.1.2
- rubygem-activesupport: bump up to 7.0.3.1
- rubygem-addressable: bump up to 2.8.1
- rubygem-async: bump up to 2.0.3
- rubygem-async-http: bump up to 0.59.1
- rubygem-async-io: bump up to 1.33.0
- rubygem-aws-eventstream: bump up to 1.2.0
- rubygem-aws-partitions: bump up to 1.620.0
- rubygem-aws-sdk-core: bump up to 3.132.0
- rubygem-aws-sdk-kms: bump up to 1.58.0
- rubygem-aws-sdk-s3: bump up to 1.114.0
- rubygem-aws-sdk-sqs: bump up to 1.51.1
- rubygem-aws-sigv4: bump up to 1.5.1
- rubygem-backports: bump up to 3.23.0
- rubygem-bundler: bump up to 2.3.20
- rubygem-concurrent-ruby: bump up to 1.1.10
- rubygem-console: bump up to 1.15.3
- rubygem-cool-io: bump up to 1.7.1
- rubygem-ffi: bump up to 1.15.5
- rubygem-fluent-plugin-concat: bump up to 2.5.0
- rubygem-fluent-plugin-kubernetes_metadata_filter: bump up to 3.1.0
- rubygem-fluent-plugin-s3: bump up to 1.7.1
- rubygem-fluent-plugin-systemd: bump up to 1.0.5
- rubygem-fluent-plugin-vmware-loginsight: bump up to 1.3.0
- rubygem-fluentd: bump up to 1.15.1
- rubygem-http: bump up to 5.1.0
- rubygem-http-accept: bump up to 2.2.0
- rubygem-http-cookie: bump up to 1.0.5
- rubygem-http_parser.rb: bump up to 0.8.0
- rubygem-i18n: bump up to 1.12.0
- rubygem-jmespath: bump up to 1.6.1
- rubygem-kubeclient: bump up to 4.9.3
- rubygem-libxml-ruby: bump up to 3.2.3
- rubygem-mime-types: bump up to 3.4.1
- rubygem-mime-types-data: bump up to 3.2022.0105
- rubygem-mini_portile2: bump up to 2.8.0
- rubygem-msgpack: bump up to 1.5.4
- rubygem-nio4r: bump up to 2.5.8
- rubygem-nokogiri: bump up to 1.13.8
- rubygem-oj: bump up to 3.13.21
- rubygem-protocol-http: bump up to 0.23.5
- rubygem-protocol-http1: bump up to 0.14.4
- rubygem-protocol-http2: bump up to 0.14.2
- rubygem-public_suffix: bump up to 5.0.0
- rubygem-recursive-open-struct: bump up to 1.1.3
- rubygem-remote_syslog_sender: bump up to 1.2.2
- rubygem-serverengine: bump up to 2.3.0
- rubygem-terminal-table: bump up to 3.0.2
- rubygem-timers: bump up to 4.3.3
- rubygem-tzinfo: bump up to 2.0.5
- rubygem-tzinfo-data: bump up to 1.2022.3
- rubygem-unf_ext: bump up to 0.0.8.2
- rubygem-unicode-display_width: bump up to 2.2.0
- rubygem-yajl-ruby: bump up to 1.4.3

Change-Id: Iff19db8c2563dd95aea067b4155ca149a000ddf1
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/18427
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Tapas Kundu <tkundu@vmware.com>

gerrit-photon authored on 2022/08/18 15:09:02
Showing 66 changed files
1 1
deleted file mode 100644
... ...
@@ -1,23 +0,0 @@
1
-From aef0cd29ac8791bf90fa26a46e197dbda92045a9 Mon Sep 17 00:00:00 2001
2
-From: Satya Naga Rajesh Vasamsetty <svasamsetty@vmware.com>
3
-Date: Tue, 13 Apr 2021 18:48:54 +0530
4
-Subject: [PATCH] openssl 3.0.0 compatibility
5
-
6
- ext/openssl/ossl_pkey_rsa.c | 1 -
7
- 1 file changed, 1 deletion(-)
8
-
9
-diff --git a/ext/openssl/ossl_pkey_rsa.c b/ext/openssl/ossl_pkey_rsa.c
10
-index 4800fb2..7b44ff1 100644
11
-+++ b/ext/openssl/ossl_pkey_rsa.c
12
-@@ -939,7 +939,6 @@ Init_ossl_rsa(void)
13
-     rb_define_method(cRSA, "params", ossl_rsa_get_params, 0);
14
- 
15
-     DefRSAConst(PKCS1_PADDING);
16
--    DefRSAConst(SSLV23_PADDING);
17
-     DefRSAConst(NO_PADDING);
18
-     DefRSAConst(PKCS1_OAEP_PADDING);
19
- 
20
-2.7.4
21 1
new file mode 100644
... ...
@@ -0,0 +1,116 @@
0
+From 0da0152986f7d1e666aeb1317d18746250423575 Mon Sep 17 00:00:00 2001
1
+From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
2
+Date: Thu, 31 Mar 2022 19:12:24 +0200
3
+Subject: [PATCH] Properly install expanded gem extensions.
4
+
5
+The expanded gem location changed from 'gem' to '.bundled/gems'
6
+directory in commit:git|55bf0ef1aa7c936b564b883196de1ace4be4cc7e /
7
+ #2922, leaving behind binary extension installation. This should fix
8
+the issues, so the gem binary extensions are buildable as part of Ruby
9
+build process again.
10
+---
11
+ ext/extmk.rb          | 13 ++++++-------
12
+ template/exts.mk.tmpl |  4 ++--
13
+ tool/rbinstall.rb     |  4 ++--
14
+ 3 files changed, 10 insertions(+), 11 deletions(-)
15
+
16
+diff --git a/ext/extmk.rb b/ext/extmk.rb
17
+index 4a087f294ac93..bc0e4f135d8e5 100755
18
+--- a/ext/extmk.rb
19
+@@ -146,7 +146,7 @@ def extmake(target, basedir = 'ext', maybestatic = true)
20
+     top_srcdir = $top_srcdir
21
+     topdir = $topdir
22
+     hdrdir = $hdrdir
23
+-    prefix = "../" * (target.count("/")+1)
24
++    prefix = "../" * (target.count("/") + basedir.count("/"))
25
+     $top_srcdir = relative_from(top_srcdir, prefix)
26
+     $hdrdir = relative_from(hdrdir, prefix)
27
+     $topdir = prefix + $topdir
28
+@@ -461,15 +461,15 @@ def $mflags.defined?(var)
29
+ 
30
+ @gemname = nil
31
+ if ARGV[0]
32
+-  ext_prefix, exts = ARGV.shift.split('/', 2)
33
++  ext_prefix, exts = File.split(ARGV.shift)
34
+   $extension = [exts] if exts
35
+-  if ext_prefix == 'gems'
36
++  if ext_prefix == '.bundle/gems'
37
+     @gemname = exts
38
+   elsif exts
39
+     $static_ext.delete_if {|t, *| !File.fnmatch(t, exts)}
40
+   end
41
+ end
42
+-ext_prefix = "#{$top_srcdir}/#{ext_prefix || 'ext'}"
43
++ext_prefix = "#{$top_srcdir}/#{ext_prefix || './ext'}"
44
+ exts = $static_ext.sort_by {|t, i| i}.collect {|t, i| t}
45
+ default_exclude_exts =
46
+   case
47
+@@ -515,7 +515,6 @@ def $mflags.defined?(var)
48
+     exts.delete_if {|d| File.fnmatch?("-*", d)}
49
+   end
50
+ end
51
+-ext_prefix = File.basename(ext_prefix)
52
+ 
53
+ extend Module.new {
54
+   def timestamp_file(name, target_prefix = nil)
55
+@@ -534,7 +533,7 @@ def create_makefile(*args, &block)
56
+     super(*args) do |conf|
57
+       conf.find do |s|
58
+         s.sub!(/^(TARGET_SO_DIR *= *)\$\(RUBYARCHDIR\)/) {
59
+-          "TARGET_GEM_DIR = $(extout)/gems/$(arch)/#{@gemname}\n"\
60
++          "TARGET_GEM_DIR = $(extout)/.bundle/gems/$(arch)/#{@gemname}\n"\
61
+           "#{$1}$(TARGET_GEM_DIR)$(target_prefix)"
62
+         }
63
+       end
64
+@@ -634,7 +633,7 @@ def initialize(src)
65
+   end
66
+ }
67
+ 
68
+-Dir.chdir ".."
69
++Dir.chdir dir
70
+ unless $destdir.to_s.empty?
71
+   $mflags.defined?("DESTDIR") or $mflags << "DESTDIR=#{$destdir}"
72
+ end
73
+diff --git a/template/exts.mk.tmpl b/template/exts.mk.tmpl
74
+index 2f37f4480ac51..401ea9a497f38 100644
75
+--- a/template/exts.mk.tmpl
76
+@@ -19,13 +19,13 @@ opt = OptionParser.new do |o|
77
+   o.on('--configure-exts=FILE') {|v| confexts = v}
78
+   o.order!(ARGV)
79
+ end
80
+-confexts &&= File.read(confexts).scan(/^exts: (.*\.mk)/).flatten rescue nil
81
++confexts &&= File.read(confexts).scan(/^(exts|gems): (.*\.mk)/).collect {|i| i.last } rescue nil
82
+ confexts ||= []
83
+ macros["old_extensions"] = []
84
+ 
85
+ contpat = /(?>(?>[^\\\n]|\\.)*\\\n)*(?>[^\\\n]|\\.)*/
86
+ Dir.glob("{ext,.bundle/gems}/*/exts.mk") do |e|
87
+-  gem = /\Agems(?=\/)/ =~ e
88
++  gem = /\A.bundle\/gems(?=\/)/ =~ e
89
+   s = File.read(e)
90
+   s.scan(/^(extensions|SUBMAKEOPTS|EXT[A-Z]+|MFLAGS|NOTE_[A-Z]+)[ \t]*=[ \t]*(#{contpat})$/o) do |n, v|
91
+     v.gsub!(/\\\n[ \t]*/, ' ')
92
+diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb
93
+index 9d9b672be4724..8c8a14193ec9b 100755
94
+--- a/tool/rbinstall.rb
95
+@@ -1042,7 +1042,7 @@ def install_default_gem(dir, srcdir, bindir)
96
+     :wrappers => true,
97
+     :format_executable => true,
98
+   }
99
+-  gem_ext_dir = "#$extout/gems/#{CONFIG['arch']}"
100
++  gem_ext_dir = "#$extout/.bundle/gems/#{CONFIG['arch']}"
101
+   extensions_dir = with_destdir(Gem::StubSpecification.gemspec_stub("", gem_dir, gem_dir).extensions_dir)
102
+ 
103
+   File.foreach("#{srcdir}/gems/bundled_gems") do |name|
104
+@@ -1075,7 +1075,7 @@ def install_default_gem(dir, srcdir, bindir)
105
+       File.chmod($data_mode, File.join(install_dir, "specifications", "#{spec.full_name}.gemspec"))
106
+     end
107
+     unless spec.extensions.empty?
108
+-      install_recursive(ext, spec.extension_dir)
109
++      install_recursive(ext, without_destdir(spec.extension_dir))
110
+     end
111
+     installed_gems[spec.full_name] = true
112
+   end
0 113
new file mode 100644
... ...
@@ -0,0 +1,23 @@
0
+From 8c57deb09dbd9005ebc872c3c9147d6c2924e208 Mon Sep 17 00:00:00 2001
1
+From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
2
+Date: Thu, 31 Mar 2022 19:22:15 +0200
3
+Subject: [PATCH] Re-enable building gem extensions.
4
+
5
+This reverts commit bac6e8ca5d8f6bc45984d12ddad55d3d876d4324.
6
+---
7
+ template/configure-ext.mk.tmpl | 2 +-
8
+ 1 file changed, 1 insertion(+), 1 deletion(-)
9
+
10
+diff --git a/template/configure-ext.mk.tmpl b/template/configure-ext.mk.tmpl
11
+index 6636a7759c544..8ba6b963e3ec3 100644
12
+--- a/template/configure-ext.mk.tmpl
13
+@@ -27,7 +27,7 @@ SCRIPT_ARGS = <%=script_args.gsub("#", "\\#")%>
14
+ EXTMK_ARGS = $(SCRIPT_ARGS) --gnumake=$(gnumake) --extflags="$(EXTLDFLAGS)" \
15
+ 	   --make-flags="MINIRUBY='$(MINIRUBY)'"
16
+ 
17
+-all: exts # gems
18
++all: exts gems
19
+ exts:
20
+ gems:
21
+ 
0 22
new file mode 100644
... ...
@@ -0,0 +1,35 @@
0
+From ee6a16eed10c3ab6e4cc8285ca137e83964e0f5c Mon Sep 17 00:00:00 2001
1
+From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
2
+Date: Fri, 1 Apr 2022 16:26:04 +0200
3
+Subject: [PATCH] Trust that .gemspec correctly declare their extensions.
4
+
5
+Do not judge the extension availability by the available extension
6
+build. This is already assumed on other places anyway:
7
+
8
+https://github.com/ruby/ruby/blob/d1d48cb690fdad855da94b2a2d11721428bc06ba/tool/rbinstall.rb#L1062
9
+---
10
+ tool/rbinstall.rb | 4 +---
11
+ 1 file changed, 1 insertion(+), 3 deletions(-)
12
+
13
+diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb
14
+index 8c8a14193ec9b..259792ad878c2 100755
15
+--- a/tool/rbinstall.rb
16
+@@ -1064,9 +1064,6 @@ def install_default_gem(dir, srcdir, bindir)
17
+       next
18
+     end
19
+     spec.extension_dir = "#{extensions_dir}/#{spec.full_name}"
20
+-    if File.directory?(ext = "#{gem_ext_dir}/#{spec.full_name}")
21
+-      spec.extensions[0] ||= "-"
22
+-    end
23
+     package = RbInstall::DirPackage.new spec
24
+     ins = RbInstall::UnpackedInstaller.new(package, options)
25
+     puts "#{INDENT}#{spec.name} #{spec.version}"
26
+@@ -1075,6 +1072,7 @@ def install_default_gem(dir, srcdir, bindir)
27
+       File.chmod($data_mode, File.join(install_dir, "specifications", "#{spec.full_name}.gemspec"))
28
+     end
29
+     unless spec.extensions.empty?
30
++      ext = "#{gem_ext_dir}/#{spec.full_name}"
31
+       install_recursive(ext, without_destdir(spec.extension_dir))
32
+     end
33
+     installed_gems[spec.full_name] = true
0 34
new file mode 100644
... ...
@@ -0,0 +1,54 @@
0
+From d11bc592494529f8732a4a40defaf18f600c261d Mon Sep 17 00:00:00 2001
1
+From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
2
+Date: Mon, 4 Apr 2022 11:18:51 +0200
3
+Subject: [PATCH] Install the previously build gem extensions.
4
+
5
+Install the pre-build gem binary extensions and attempt to build them
6
+during `gem install` phase only when they are not available for whatever
7
+reason.
8
+---
9
+ tool/rbinstall.rb | 17 ++++++++++++-----
10
+ 1 file changed, 12 insertions(+), 5 deletions(-)
11
+
12
+diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb
13
+index 259792ad878c2..4e42133bc1ce2 100755
14
+--- a/tool/rbinstall.rb
15
+@@ -896,6 +896,18 @@ def write_default_spec
16
+       super unless $dryrun
17
+       $installed_list.puts(without_destdir(default_spec_file)) if $installed_list
18
+     end
19
++
20
++    def build_extensions
21
++      return if spec.extensions.empty?
22
++
23
++      ext = "#$extout/.bundle/gems/#{CONFIG['arch']}/#{spec.full_name}"
24
++
25
++      # Call `install_recursive` with global binding, so it correctly use
26
++      # the global `install`
27
++      Object.__send__ :install_recursive, ext, without_destdir(spec.extension_dir)
28
++
29
++      super unless File.exist? spec.gem_build_complete_path
30
++    end
31
+   end
32
+ 
33
+   class GemInstaller
34
+@@ -1042,7 +1054,6 @@ def install_default_gem(dir, srcdir, bindir)
35
+     :wrappers => true,
36
+     :format_executable => true,
37
+   }
38
+-  gem_ext_dir = "#$extout/.bundle/gems/#{CONFIG['arch']}"
39
+   extensions_dir = with_destdir(Gem::StubSpecification.gemspec_stub("", gem_dir, gem_dir).extensions_dir)
40
+ 
41
+   File.foreach("#{srcdir}/gems/bundled_gems") do |name|
42
+@@ -1071,10 +1082,6 @@ def install_default_gem(dir, srcdir, bindir)
43
+     unless $dryrun
44
+       File.chmod($data_mode, File.join(install_dir, "specifications", "#{spec.full_name}.gemspec"))
45
+     end
46
+-    unless spec.extensions.empty?
47
+-      ext = "#{gem_ext_dir}/#{spec.full_name}"
48
+-      install_recursive(ext, without_destdir(spec.extension_dir))
49
+-    end
50
+     installed_gems[spec.full_name] = true
51
+   end
52
+   installed_gems, gems = Dir.glob(srcdir+'/gems/*.gem').partition {|gem| installed_gems.key?(File.basename(gem, '.gem'))}
... ...
@@ -1,17 +1,20 @@
1 1
 Summary:        Ruby
2 2
 Name:           ruby
3
-Version:        2.7.1
4
-Release:        4%{?dist}
3
+Version:        3.1.2
4
+Release:        1%{?dist}
5 5
 License:        BSDL
6 6
 URL:            https://www.ruby-lang.org/en
7 7
 Group:          System Environment/Security
8 8
 Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10 10
 
11
-Source0:        https://cache.ruby-lang.org/pub/ruby/2.7/%{name}-%{version}.tar.bz2
12
-%define sha512 %{name}=4af568f5210379239531dbc54d35739f6ff7ab1d7ffcafc54fed2afeb2b30450d2df386504edf96a494465b3f5fd90cb030974668aa7a1fde5a6b042ea9ca858
11
+Source0:        https://cache.ruby-lang.org/pub/ruby/2.7/%{name}-%{version}.tar.gz
12
+%define sha512 %{name}=9155d1150398eaea7c9954af61ecf8dfdb885cfcf63a67bbcf6c92e282cd3ccac0ff9234d039286a9623297b65197441438c37f707e31d270ce2fe11e8f38a44
13 13
 
14
-Patch0:         0001-openssl-3.0.0-compatibility.patch
14
+Patch0:         re-enable_gem_extension_build_1.patch
15
+Patch1:         re-enable_gem_extension_build_2.patch
16
+Patch2:         re-enable_gem_extension_build_3.patch
17
+Patch3:         re-enable_gem_extension_build_4.patch
15 18
 
16 19
 BuildRequires:  openssl-devel
17 20
 BuildRequires:  ca-certificates
... ...
@@ -73,9 +76,10 @@ rm -rf %{buildroot}/*
73 73
 %{_datadir}/ri/*
74 74
 %{_docdir}/%{name}-%{version}
75 75
 %{_mandir}/man1/*
76
-%{_mandir}/man5/*
77 76
 
78 77
 %changelog
78
+* Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 3.1.2-1
79
+- Automatic Version Bump
79 80
 * Sat Feb 12 2022 Shreenidhi Shedi <sshedi@vmware.com> 2.7.1-4
80 81
 - Drop libdb support
81 82
 * Fri Jun 04 2021 Satya Naga Vasamsetty <svasamsetty@vmware.com> 2.7.1-3
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name activesupport
4 4
 
5 5
 Name: rubygem-activesupport
6
-Version:        6.0.3.3
6
+Version:        7.0.4
7 7
 Release:        1%{?dist}
8 8
 Summary:        Support libaries for Rails framework.
9 9
 Group:          Development/Languages
... ...
@@ -12,7 +12,7 @@ Vendor:         VMware, Inc.
12 12
 Distribution:   Photon
13 13
 URL:            https://rubygems.org/gems/activesupport/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/activesupport-%{version}.gem
15
-%define sha1    activesupport=673e08bfcce6de903d0dfc4c0bb80f67b46c76d4
15
+%define sha512    activesupport=54859a1cccda0940a91be3be8a68087a4cb8ae6f5850dc3ae92bb79a722b04f34a5d9a61456146c2d7c994e95cd5f1b40c16766e0ef54828acc91edb5aba1d2b
16 16
 BuildRequires:  ruby
17 17
 
18 18
 %description
... ...
@@ -21,7 +21,7 @@ Rails framework. Rich support for multibyte strings, internationalization,
21 21
 time zones, and testing.
22 22
 
23 23
 %prep
24
-%setup -q -c -T
24
+%autosetup -c -T
25 25
 
26 26
 %build
27 27
 
... ...
@@ -33,6 +33,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
33 33
 %{gemdir}
34 34
 
35 35
 %changelog
36
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 7.0.4-1
37
+-   Automatic Version Bump
36 38
 *   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 6.0.3.3-1
37 39
 -   Automatic Version Bump
38 40
 *   Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 6.0.3.2-1
... ...
@@ -3,8 +3,8 @@
3 3
 %global gem_name addressable
4 4
 
5 5
 Name: rubygem-addressable
6
-Version:        2.7.0
7
-Release:        2%{?dist}
6
+Version:        2.8.1
7
+Release:        1%{?dist}
8 8
 Summary:        An easy-to-use client library for making requests from Ruby.
9 9
 Group:          Development/Libraries
10 10
 Vendor:         VMware, Inc.
... ...
@@ -12,9 +12,9 @@ Distribution:   Photon
12 12
 License:        Apache-2.0
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    addressable=3b46d08ed6a0e2bef1bf16769c4e528c6ebc0a37
15
+%define sha512    addressable=ae0b7cb5fdc0b5b8717637e9589ab9167aa3924253f4c9102134b1e5aee07c7f5e3e92e2e32ca872b4a72a3a70c8086c7073cbbddf7cbb6e1948ed97de2c9108
16 16
 BuildRequires:  ruby >= 2.0.0
17
-Requires: rubygem-public_suffix >= 2.0.2, rubygem-public_suffix < 5.0
17
+Requires: rubygem-public_suffix >= 2.0.2, rubygem-public_suffix < 5.0.1
18 18
 BuildArch: noarch
19 19
 
20 20
 %description
... ...
@@ -22,7 +22,7 @@ Addressable is a replacement for the URI implementation that is part of Ruby's s
22 22
 It more closely conforms to the relevant RFCs and adds support for IRIs and URI templates.
23 23
 
24 24
 %prep
25
-%setup -q -c -T
25
+%autosetup -c -T
26 26
 
27 27
 %build
28 28
 
... ...
@@ -34,6 +34,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
34 34
 %{gemdir}
35 35
 
36 36
 %changelog
37
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 2.8.1-1
38
+-   Automatic Version Bump
37 39
 *   Tue Sep 22 2020 Gerrit Photon <photon-checkins@vmware.com> 2.7.0-2
38 40
 -   Update rubygem-public_suffix version
39 41
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 2.7.0-1
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name async-http
4 4
 
5 5
 Name: rubygem-async-http
6
-Version:        0.52.5
6
+Version:        0.59.2
7 7
 Release:        1%{?dist}
8 8
 Summary:        A HTTP client and server library.
9 9
 Group:          Development/Libraries
... ...
@@ -12,11 +12,11 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    async-http=278adf1cab8bbc7868df3bb65fddeda4ec7ac7a8
15
+%define sha512    async-http=a8849dbb709af433c9302e29e1490104a33c50c1b9538d9ecec9775f6821c42c60170e65a772fd3f72b8acb8b1c056d81e70a232eb978b516d79e3b9fcad78d2
16 16
 BuildRequires:  ruby
17 17
 
18
-Requires: rubygem-async >= 1.19.0, rubygem-async < 2.0.0
19
-Requires: rubygem-async-io >= 1.25.0, rubygem-async-io < 2.0.0
18
+Requires: rubygem-async >= 1.19.0, rubygem-async < 2.2.2
19
+Requires: rubygem-async-io >= 1.25.0, rubygem-async-io < 2.0.4
20 20
 Requires: rubygem-protocol-http >= 0.20.1
21 21
 Requires: rubygem-protocol-http1 >= 0.13.1
22 22
 Requires: rubygem-protocol-http2 >= 0.14.1
... ...
@@ -29,7 +29,7 @@ including TLS. Support for streaming requests and responses. Built on top of asy
29 29
 and async-io. falcon provides a rack-compatible server.
30 30
 
31 31
 %prep
32
-%setup -q -c -T
32
+%autosetup -c -T
33 33
 
34 34
 %build
35 35
 
... ...
@@ -41,6 +41,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
41 41
 %{gemdir}
42 42
 
43 43
 %changelog
44
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 0.59.2-1
45
+-   Automatic Version Bump
44 46
 *   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 0.52.5-1
45 47
 -   Automatic Version Bump
46 48
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 0.52.4-1
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name async-io
4 4
 
5 5
 Name: rubygem-async-io
6
-Version:        1.30.1
6
+Version:        1.34.0
7 7
 Release:        1%{?dist}
8 8
 Summary:        Provides support for asynchonous TCP, UDP, UNIX and SSL sockets.
9 9
 Group:          Development/Libraries
... ...
@@ -12,10 +12,10 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    async-io=02e8a686adffda28ab66d85dfdd3ee9dd99db3f6
16
-BuildRequires:  ruby >= 2.3.0, ruby < 3.0.0
15
+%define sha512    async-io=513bf5f97e2653ee46395c3f67d3a092ed94dedfb74183cde2479d9fb7cd21ff1ca22939ff4e406ef7845ad301c14e251b61c6ec3cc27c81b7dd9bb387115276
16
+BuildRequires:  ruby >= 2.3.0, ruby < 3.1.3
17 17
 
18
-Requires: rubygem-async >= 1.14.0, rubygem-async < 2.0.0
18
+Requires: rubygem-async >= 1.14.0, rubygem-async < 2.2.2
19 19
 
20 20
 BuildArch: noarch
21 21
 
... ...
@@ -23,7 +23,7 @@ BuildArch: noarch
23 23
 Async::IO provides builds on async and provides asynchronous wrappers for IO, Socket, and related classes.
24 24
 
25 25
 %prep
26
-%setup -q -c -T
26
+%autosetup -c -T
27 27
 
28 28
 %build
29 29
 
... ...
@@ -35,6 +35,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
35 35
 %{gemdir}
36 36
 
37 37
 %changelog
38
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.34.0-1
39
+-   Automatic Version Bump
38 40
 *   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 1.30.1-1
39 41
 -   Automatic Version Bump
40 42
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 1.30.0-1
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name async
4 4
 
5 5
 Name: rubygem-async
6
-Version:        1.26.2
6
+Version:        2.2.1
7 7
 Release:        1%{?dist}
8 8
 Summary:        Async provides a modern asynchronous I/O framework for Ruby, based on nio4r.
9 9
 Group:          Development/Libraries
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    async=e027ee1c36fca89b21084daf9bc5b2e2cf2e2711
15
+%define sha512    async=5a4654eeec8dbb092b4d3e6b425fe48ef818110710cd442f36e0e939d185d06aa7bf0d82e0eae690e26fa608ce853dab71d28c8f21a8a7dc80b9ebe9b60d26f3
16 16
 BuildRequires:  ruby >= 2.2.7
17 17
 
18 18
 Requires: rubygem-console >= 1.0.0, rubygem-console < 2.0.0
... ...
@@ -26,7 +26,7 @@ Async provides a modern asynchronous I/O framework for Ruby, based on nio4r.
26 26
 It implements the reactor pattern, providing both IO and timer based events.
27 27
 
28 28
 %prep
29
-%setup -q -c -T
29
+%autosetup -c -T
30 30
 
31 31
 %build
32 32
 
... ...
@@ -38,6 +38,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
38 38
 %{gemdir}
39 39
 
40 40
 %changelog
41
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 2.2.1-1
42
+-   Automatic Version Bump
41 43
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 1.26.2-1
42 44
 -   Automatic Version Bump
43 45
 *   Wed Aug 21 2019 Stanislav Hadjiiski <hadjiiskis@vmware.com> 1.20.1-1
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name aws-eventstream
4 4
 
5 5
 Name: rubygem-aws-eventstream
6
-Version:        1.1.0
6
+Version:        1.2.0
7 7
 Release:        1%{?dist}
8 8
 Summary:        Amazon Web Services event stream library.
9 9
 Group:          Development/Languages
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        Apache 2.0
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/aws-eventstream-%{version}.gem
15
-%define sha1    aws-eventstream=016390c0e910f534f4d5a4bceda739cd71ff418c
15
+%define sha512    aws-eventstream=d7d8a318523b1d4c4d950861f8fb4fb6b65a76b8df2bd788ca1d81d40f7a1d1fd91ad9db106892b508d348fd7f8678aa387b43ac390bcd75f8fb03d081c3e60b
16 16
 BuildRequires:  ruby
17 17
 
18 18
 %description
... ...
@@ -21,7 +21,7 @@ Decodes and encodes binary stream under
21 21
 `vnd.amazon.event-stream` content-type
22 22
 
23 23
 %prep
24
-%setup -q -c -T
24
+%autosetup -c -T
25 25
 
26 26
 %build
27 27
 
... ...
@@ -33,6 +33,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
33 33
 %{gemdir}
34 34
 
35 35
 %changelog
36
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.2.0-1
37
+-   Automatic Version Bump
36 38
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 1.1.0-1
37 39
 -   Automatic Version Bump
38 40
 *   Mon Jul 30 2018 Srinidhi Rao <srinidhir@vmware.com> 1.0.1-1
... ...
@@ -3,21 +3,23 @@
3 3
 %global gem_name aws-partitions
4 4
 
5 5
 Name: rubygem-aws-partitions
6
-Version:        1.379.0
6
+Version:        1.654.0
7 7
 Release:        1%{?dist}
8 8
 Summary:        Provides interfaces to enumerate AWS partitions, regions & services.
9 9
 Group:          Development/Languages
10 10
 License:        Apache 2.0
11
+Vendor:         VMware, Inc.
12
+Distribution:   Photon
11 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
12 14
 Source0:        https://rubygems.org/downloads/aws-partitions-%{version}.gem
13
-%define sha1    aws-partitions=5f4bd18720c22bfe0efccf6a2bf417d894bb704e
15
+%define sha512    aws-partitions=8c6b38c5facfb7dc4c915daba3f160f21e277998aa4887edbc20037b20ca356cd9133057407833c34a08cb76495ea61dd61fb7c24e9e43a8f1626a98cf1c59d3
14 16
 BuildRequires:  ruby
15 17
 
16 18
 %description
17 19
 Provides interfaces to enumerate AWS partitions, regions, and services.
18 20
 
19 21
 %prep
20
-%setup -q -c -T
22
+%autosetup -c -T
21 23
 
22 24
 %build
23 25
 
... ...
@@ -29,6 +31,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
29 29
 %{gemdir}
30 30
 
31 31
 %changelog
32
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.654.0-1
33
+-   Automatic Version Bump
32 34
 *   Thu Oct 01 2020 Gerrit Photon <photon-checkins@vmware.com> 1.379.0-1
33 35
 -   Automatic Version Bump
34 36
 *   Wed Sep 30 2020 Gerrit Photon <photon-checkins@vmware.com> 1.378.0-1
... ...
@@ -3,14 +3,16 @@
3 3
 %global gem_name aws-sdk-core
4 4
 
5 5
 Name: rubygem-aws-sdk-core
6
-Version:        3.109.0
6
+Version:        3.166.0
7 7
 Release:        1%{?dist}
8 8
 Summary:        Provides API clients for AWS.
9 9
 Group:          Development/Languages
10 10
 License:        Apache 2.0
11
+Vendor:         VMware, Inc.
12
+Distribution:   Photon
11 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
12 14
 Source0:        https://rubygems.org/downloads/aws-sdk-core-%{version}.gem
13
-%define sha1    aws-sdk-core=0d0d969d26e78eed0c29882ceeee2e29fe0f4061
15
+%define sha512    aws-sdk-core=bb06f9e9a06a2e8154485ec560f3b629759c8c144dc1d778d5f0517d9b07756f7cf16c8ce5fd80c2de413e6bdf9ff18c5f8b31ee6cf576cca355656349461dd3
14 16
 BuildRequires:  ruby
15 17
 
16 18
 Requires: rubygem-aws-eventstream >= 1.0
... ...
@@ -22,7 +24,7 @@ Requires: rubygem-jmespath >= 1.0
22 22
 Provides API clients for AWS. This gem is part of the official AWS SDK for Ruby..
23 23
 
24 24
 %prep
25
-%setup -q -c -T
25
+%autosetup -c -T
26 26
 
27 27
 %build
28 28
 
... ...
@@ -34,6 +36,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
34 34
 %{gemdir}
35 35
 
36 36
 %changelog
37
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 3.166.0-1
38
+-   Automatic Version Bump
37 39
 *   Wed Sep 30 2020 Gerrit Photon <photon-checkins@vmware.com> 3.109.0-1
38 40
 -   Automatic Version Bump
39 41
 *   Fri Sep 25 2020 Gerrit Photon <photon-checkins@vmware.com> 3.108.0-1
... ...
@@ -3,14 +3,16 @@
3 3
 %global gem_name aws-sdk-kms
4 4
 
5 5
 Name: rubygem-aws-sdk-kms
6
-Version:        1.39.0
6
+Version:        1.59.0
7 7
 Release:        1%{?dist}
8 8
 Summary:        Official AWS Ruby gem for AWS Key Management Service (KMS).
9 9
 Group:          Development/Languages
10 10
 License:        Apache 2.0
11
+Vendor:         VMware, Inc.
12
+Distribution:   Photon
11 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
12 14
 Source0:        https://rubygems.org/downloads/aws-sdk-kms-%{version}.gem
13
-%define sha1    aws-sdk-kms=56604a7b68fa2f6ea4123c2637e71545da8dd16b
15
+%define sha512    aws-sdk-kms=bf0325df4de504c3a3d59516d3bba2cf908eb3f7f5e451b7a47bb89f80c45c87beae07a8c0b6e8266e6a52bb3954b35c1990a9abd5c963985ccfe6666d1dc261
14 16
 BuildRequires:  ruby
15 17
 
16 18
 Requires: rubygem-aws-sdk-core >= 3
... ...
@@ -21,7 +23,7 @@ Official AWS Ruby gem for AWS Key Management Service (KMS).
21 21
 This gem is part of the AWS SDK for Ruby.
22 22
 
23 23
 %prep
24
-%setup -q -c -T
24
+%autosetup -c -T
25 25
 
26 26
 %build
27 27
 
... ...
@@ -33,6 +35,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
33 33
 %{gemdir}
34 34
 
35 35
 %changelog
36
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.59.0-1
37
+-   Automatic Version Bump
36 38
 *   Wed Sep 30 2020 Gerrit Photon <photon-checkins@vmware.com> 1.39.0-1
37 39
 -   Automatic Version Bump
38 40
 *   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 1.38.0-1
... ...
@@ -3,14 +3,16 @@
3 3
 %global gem_name aws-sdk-s3
4 4
 
5 5
 Name: rubygem-aws-sdk-s3
6
-Version:        1.82.0
6
+Version:        1.117.1
7 7
 Release:        1%{?dist}
8 8
 Summary:        Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3).
9 9
 Group:          Development/Languages
10 10
 License:        Apache 2.0
11
+Vendor:         VMware, Inc.
12
+Distribution:   Photon
11 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
12 14
 Source0:        https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-s3-%{version}.gem
13
-%define sha1    aws-sdk-s3=b80dc1442e46284c042f747e59a38989c95d973a
15
+%define sha512    aws-sdk-s3=0a1225b94b0520c7d9c99af16d1fa18aaf24bc9811a1fa21457c5e510e3345efe78948dbe5d5725226645715572c9e167d8fee2f7fea24a5a3394271e4980fb1
14 16
 BuildRequires:  ruby
15 17
 
16 18
 Requires: rubygem-aws-sdk-core >= 3.21.2
... ...
@@ -22,7 +24,7 @@ Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3).
22 22
 This gem is part of the AWS SDK for Ruby.
23 23
 
24 24
 %prep
25
-%setup -q -c -T
25
+%autosetup -c -T
26 26
 
27 27
 %build
28 28
 
... ...
@@ -34,6 +36,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
34 34
 %{gemdir}
35 35
 
36 36
 %changelog
37
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.117.1-1
38
+-   Automatic Version Bump
37 39
 *   Wed Sep 30 2020 Gerrit Photon <photon-checkins@vmware.com> 1.82.0-1
38 40
 -   Automatic Version Bump
39 41
 *   Fri Sep 25 2020 Gerrit Photon <photon-checkins@vmware.com> 1.81.1-1
... ...
@@ -3,14 +3,16 @@
3 3
 %global gem_name aws-sdk-sqs
4 4
 
5 5
 Name: rubygem-aws-sdk-sqs
6
-Version:        1.34.0
6
+Version:        1.52.0
7 7
 Release:        1%{?dist}
8 8
 Summary:        Official AWS Ruby gem for Amazon Simple Queue Service (Amazon SQS).
9 9
 Group:          Development/Languages
10 10
 License:        Apache 2.0
11
+Vendor:         VMware, Inc.
12
+Distribution:   Photon
11 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
12 14
 Source0:        https://rubygems.org/downloads/aws-sdk-sqs-%{version}.gem
13
-%define sha1    aws-sdk-sqs=0f64f73bd6e17c349fd98286d6ccaa0dcbc1eabb
15
+%define sha512    aws-sdk-sqs=db747e42102a383d37c07a7d77f7ea600ec33e86c99cf817bff85a9271a1329385ae8f9f23ce9768f3712196b6d16184d2922f4d25bd7f8f319882011b54b657
14 16
 BuildRequires:  ruby
15 17
 
16 18
 Requires: rubygem-aws-sdk-core >= 3
... ...
@@ -21,7 +23,7 @@ Official AWS Ruby gem for Amazon Simple Queue Service (Amazon SQS).
21 21
 This gem is part of the AWS SDK for Ruby.
22 22
 
23 23
 %prep
24
-%setup -q -c -T
24
+%autosetup -c -T
25 25
 
26 26
 %build
27 27
 
... ...
@@ -33,6 +35,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
33 33
 %{gemdir}
34 34
 
35 35
 %changelog
36
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.52.0-1
37
+-   Automatic Version Bump
36 38
 *   Wed Sep 30 2020 Gerrit Photon <photon-checkins@vmware.com> 1.34.0-1
37 39
 -   Automatic Version Bump
38 40
 *   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 1.33.0-1
... ...
@@ -3,14 +3,16 @@
3 3
 %global gem_name aws-sigv4
4 4
 
5 5
 Name: rubygem-aws-sigv4
6
-Version:        1.2.2
6
+Version:        1.5.2
7 7
 Release:        1%{?dist}
8 8
 Summary:        Amazon Web Services Signature Version 4 signing library.
9 9
 Group:          Development/Languages
10 10
 License:        Apache 2.0
11
+Vendor:         VMware, Inc.
12
+Distribution:   Photon
11 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
12 14
 Source0:        https://rubygems.org/downloads/aws-sigv4-%{version}.gem
13
-%define sha1    aws-sigv4=46bf7f608afeea94c18c17aa460a39b7deef634d
15
+%define sha512    aws-sigv4=7a756e3faafaa31046b1a17a825e8e1b88899914435cd1d7811089105f4d31020d24b81c1e8e86efa9a7446a768399323389e14462f1117a9f74f0dbbe2fbc62
14 16
 BuildRequires:  ruby
15 17
 
16 18
 %description
... ...
@@ -18,7 +20,7 @@ Amazon Web Services Signature Version 4 signing library.
18 18
 Generates sigv4 signature for HTTP requests.
19 19
 
20 20
 %prep
21
-%setup -q -c -T
21
+%autosetup -c -T
22 22
 
23 23
 %build
24 24
 
... ...
@@ -30,6 +32,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
30 30
 %{gemdir}
31 31
 
32 32
 %changelog
33
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.5.2-1
34
+-   Automatic Version Bump
33 35
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 1.2.2-1
34 36
 -   Automatic Version Bump
35 37
 *   Mon Jul 30 2018 Srinidhi Rao <srinidhir@vmware.com> 1.0.3-1
... ...
@@ -4,7 +4,7 @@
4 4
 %global gem_name backports
5 5
 
6 6
 Name: rubygem-backports
7
-Version:        3.18.2
7
+Version:        3.23.0
8 8
 Release:        1%{?dist}
9 9
 Summary:        Backports of Ruby features for older Ruby
10 10
 Group:          Development/Languages
... ...
@@ -13,7 +13,7 @@ Vendor:         VMware, Inc.
13 13
 Distribution:   Photon
14 14
 URL:            http://github.com/marcandre/backports
15 15
 Source0:        https://rubygems.org/gems/backports-%{version}.gem
16
-%define sha1    backports=d2376d0d275cd3fa51d9d978d58b199754cfd701
16
+%define sha512    backports=b6d721a2925a932e451437938e01c6e3f4ac08bafac975063963f7866e17015abfeb6862face89cbd08caf479db75eb085f540263ba251a87c6acc7611ba6d40
17 17
 BuildRequires:  ruby
18 18
 BuildRequires:  rubygem-activesupport
19 19
 BuildRequires:  rubygem-i18n
... ...
@@ -26,13 +26,13 @@ Requires:       rubygem-tzinfo
26 26
 Requires:       rubygem-thread_safe
27 27
 Requires:       rubygem-concurrent-ruby
28 28
 
29
-
30 29
 %description
31 30
 Essential backports that enable many of the nice features of Ruby 1.8.7 up to
32 31
 2.1.0 for earlier versions.
33 32
 
34 33
 %prep
35
-%setup -q -c -T
34
+%autosetup -c -T
35
+
36 36
 %build
37 37
 %install
38 38
 gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
... ...
@@ -50,8 +50,9 @@ rake test
50 50
 %defattr(-,root,root,-)
51 51
 %{gemdir}
52 52
 
53
-
54 53
 %changelog
54
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 3.23.0-1
55
+-   Automatic Version Bump
55 56
 *   Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 3.18.2-1
56 57
 -   Automatic Version Bump
57 58
 *   Fri Nov 23 2018 Sujay G <gsujay@vmware.com> 3.11.4-2
... ...
@@ -3,8 +3,8 @@
3 3
 %global gem_name bundler
4 4
 
5 5
 Name:           rubygem-bundler
6
-Version:        2.2.21
7
-Release:        2%{?dist}
6
+Version:        2.3.24
7
+Release:        1%{?dist}
8 8
 Summary:        manages an application's dependencies
9 9
 Group:          Development/Languages
10 10
 Vendor:         VMware, Inc.
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/bundler-%{version}.gem
15
-%define sha1    bundler=fc9e4a71393a40420810114194b60e2dadef25b5
15
+%define sha512  bundler=1d59bfa0bb8b748c8f4a7c30eb1603f05033bd59ca66496442224c563a95d8d8d2173e2f005a090a6b22e1a25664f20a3cf45b3d12ff7791712e327f194f242c
16 16
 BuildRequires:  ruby > 2.1.0
17 17
 BuildRequires:  findutils
18 18
 Provides:       rubygem-bundler = %{version}
... ...
@@ -22,7 +22,7 @@ Bundler manages an application's dependencies through its entire life
22 22
 across many machines, systematically and repeatably.
23 23
 
24 24
 %prep
25
-%autosetup -c
25
+%autosetup -c -T
26 26
 
27 27
 %build
28 28
 
... ...
@@ -35,6 +35,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
35 35
 %{gemdir}
36 36
 
37 37
 %changelog
38
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 2.3.24-1
39
+-   Automatic Version Bump
38 40
 *   Mon Nov 01 2021 Stanislav Hadjiiski <hadjiiskis@vmware.com> 2.2.21-2
39 41
 -   Drop group write permissions for files in /usr/lib to comply with STIG
40 42
 *   Fri Jul 02 2021 Piyush Gupta <gpiyush@vmware.com> 2.2.21-1
... ...
@@ -3,14 +3,16 @@
3 3
 %global gem_name concurrent-ruby
4 4
 
5 5
 Name: rubygem-concurrent-ruby
6
-Version:        1.1.7
6
+Version:        1.1.10
7 7
 Release:        1%{?dist}
8 8
 Summary:        Modern concurrency tools for Rails framework.
9 9
 Group:          Development/Languages
10 10
 License:        MIT
11
+Vendor:         VMware, Inc.
12
+Distribution:   Photon
11 13
 URL:            https://rubygems.org/gems/concurrent-ruby/versions/%{version}
12 14
 Source0:        https://rubygems.org/downloads/concurrent-ruby-%{version}.gem
13
-%define sha1    concurrent-ruby=24609ce8309e108cc75ab2501ec93127eb7aa6f3
15
+%define sha512    concurrent-ruby=ed01d65d79e6ed2987321f4665cb5f7c3fcd701029a33e68da0feb0cd6cb2682cef619566a3bd0996db207becb0425d77967b66ee66d775a489b1317e78807ab
14 16
 BuildRequires:  ruby
15 17
 
16 18
 %description
... ...
@@ -19,7 +21,7 @@ supervisors, and more. Inspired by Erlang, Clojure, Go, JavaScript, actors, and
19 19
 classic concurrency patterns.
20 20
 
21 21
 %prep
22
-%setup -q -c -T
22
+%autosetup -c -T
23 23
 
24 24
 %build
25 25
 
... ...
@@ -31,6 +33,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
31 31
 %{gemdir}
32 32
 
33 33
 %changelog
34
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.1.10-1
35
+-   Automatic Version Bump
34 36
 *   Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 1.1.7-1
35 37
 -   Automatic Version Bump
36 38
 *   Fri Aug 25 2017 Kumar Kaushik <kaushikk@vmware.com> 1.0.5-1
... ...
@@ -2,17 +2,17 @@
2 2
 %global gemdir %(IFS=: R=($(gem env gempath)); echo ${R[${#R[@]}-1]})
3 3
 %global gem_name console
4 4
 
5
-Name: rubygem-console
6
-Version:        1.9.0
7
-Release:        1%{?dist}
8 5
 Summary:        Beautiful logging for Ruby.
6
+Name:           rubygem-console
7
+Version:        1.16.2
8
+Release:        1%{?dist}
9 9
 Group:          Development/Libraries
10 10
 Vendor:         VMware, Inc.
11 11
 Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    console=c69eae796e7092cf55956725a309a2b44b30bb80
15
+%define sha512    console=c7acb03db3eab1e060905f52fe6ba18f26fa963d2d74e2e2f9e316d5b3d7664b8d0f4526d18f02d21c67cef58875b71b6e2e76aa0616d535199722693440bbd6
16 16
 BuildRequires:  ruby
17 17
 
18 18
 BuildArch: noarch
... ...
@@ -21,7 +21,7 @@ BuildArch: noarch
21 21
 Provides beautiful console logging for Ruby applications. Implements fast, buffered log output.
22 22
 
23 23
 %prep
24
-%setup -q -c -T
24
+%autosetup -c -T
25 25
 
26 26
 %build
27 27
 
... ...
@@ -33,6 +33,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
33 33
 %{gemdir}
34 34
 
35 35
 %changelog
36
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.16.2-1
37
+-   Automatic Version Bump
36 38
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 1.9.0-1
37 39
 -   Automatic Version Bump
38 40
 *   Wed Aug 21 2019 Stanislav Hadjiiski <hadjiiskis@vmware.com> 1.4.0-1
... ...
@@ -2,23 +2,26 @@
2 2
 %global gemdir %(IFS=: R=($(gem env gempath)); echo ${R[${#R[@]}-1]})
3 3
 %global gem_name cool.io
4 4
 
5
-Name: rubygem-cool-io
6
-Version:        1.7.0
5
+Name:           rubygem-cool-io
6
+Version:        1.7.1
7 7
 Release:        1%{?dist}
8 8
 Summary:        a high performance event framework for Ruby which uses the libev C library
9 9
 Group:          Development/Languages
10 10
 License:        N/A
11
+Vendor:         VMware, Inc.
12
+Distribution:   Photon
11 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
12 14
 Source0:        https://rubygems.org/downloads/cool.io-%{version}.gem
13
-%define sha1    cool.io=d42b9a2cef73a9841b705978b56ab830f675d734
14
-BuildRequires:  ruby
15
+%define sha512  cool.io=9ab3e6ddd1689b2825f9bd82714b4ef5ac921dc4b2f84786971c3ec448577613cee73084c99090382878b0da43c9228cb2fd3a8627dc8f62ceeeff274dbdc929
16
+BuildRequires:  ruby >= 3.1.2
17
+Requires:       ruby >= 3.1.2
15 18
 Provides: rubygem-cool-io = %{version}
16 19
 
17 20
 %description
18 21
 a high performance event framework for Ruby which uses the libev C library
19 22
 
20 23
 %prep
21
-%setup -q -c -T
24
+%autosetup -c -T
22 25
 
23 26
 %build
24 27
 
... ...
@@ -30,6 +33,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
30 30
 %{gemdir}
31 31
 
32 32
 %changelog
33
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.7.1-1
34
+-   Automatic Version Bump
33 35
 *   Sat Sep 26 2020 Gerrit Photon <photon-checkins@vmware.com> 1.7.0-1
34 36
 -   Automatic Version Bump
35 37
 *   Thu Sep 24 2020 Gerrit Photon <photon-checkins@vmware.com> 1.6.1-1
... ...
@@ -3,8 +3,8 @@
3 3
 %global gem_name ffi
4 4
 
5 5
 Name:           rubygem-ffi
6
-Version:        1.13.1
7
-Release:        3%{?dist}
6
+Version:        1.15.5
7
+Release:        1%{?dist}
8 8
 Summary:        Ruby FFI library
9 9
 Group:          Development/Languages
10 10
 Vendor:         VMware, Inc.
... ...
@@ -13,13 +13,14 @@ License:        BSD-2-Clause
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 
15 15
 Source0:        https://rubygems.org/downloads/ffi-%{version}.gem
16
-%define sha512  ffi=4c0b5086463c5abedc440c44fb12c62612627a2aaad60b1959ea8831d4ec2bbe3217fec0b63612730bb219748fd2bd2252dd615ca0305fb7f0e8456c63c31fbd
16
+%define sha512  ffi=074df34edffc7038ab08199350a97b32280d61ea15dd85d459b008bd3363ec5403b4e533621c8e460e5288f01fec944bff9b149851b819e85bab75ad2362227c
17 17
 
18 18
 BuildRequires:  ruby > 2.1.0
19 19
 BuildRequires:  gcc
20 20
 BuildRequires:  libffi-devel
21 21
 BuildRequires:  gmp-devel
22 22
 BuildRequires:  findutils
23
+Requires:       ruby
23 24
 
24 25
 %description
25 26
 Ruby FFI library
... ...
@@ -39,6 +40,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
39 39
 %exclude %{_libdir}/ruby/gems/2.5.0/gems/ffi-1.9.25/ext/ffi_c/libffi-%{_arch}-linux/include/ffitarget.h
40 40
 
41 41
 %changelog
42
+* Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.15.5-1
43
+- Automatic Version Bump
42 44
 * Wed May 11 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.13.1-3
43 45
 - Bump version as a part of libffi upgrade
44 46
 * Thu Oct 14 2021 Stanislav Hadjiiski <hadjiiskis@vmware.com> 1.13.1-2
... ...
@@ -3,8 +3,8 @@
3 3
 %global gem_name fluent-plugin-concat
4 4
 
5 5
 Name: rubygem-fluent-plugin-concat
6
-Version:        2.4.0
7
-Release:        2%{?dist}
6
+Version:        2.5.0
7
+Release:        1%{?dist}
8 8
 Summary:        Fluentd Filter plugin to concat multiple event messages.
9 9
 Group:          Development/Libraries
10 10
 Vendor:         VMware, Inc.
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/fluent-plugin-concat-%{version}.gem
15
-%define sha1    fluent-plugin-concat=e2847b6fdbbe8f2eca10e5f9927874d7d4a2d528
15
+%define sha512  fluent-plugin-concat=828179a0b2596c7ad8bbaeb1d814f4ee41698c2908fdb88e0c33cd1d08159baa44dac655eeffa12fd8e692def0f6bfeeffdf6605a8d769753e8e288be6d5793f
16 16
 BuildRequires:  ruby >= 2.1
17 17
 
18 18
 Requires: rubygem-fluentd >= 0.14.0, rubygem-fluentd < 2.0.0
... ...
@@ -22,7 +22,7 @@ BuildArch: noarch
22 22
 Fluentd Filter plugin to concatenate multiline log separated in multiple events.
23 23
 
24 24
 %prep
25
-%setup -q -c -T
25
+%autosetup -c -T
26 26
 
27 27
 %build
28 28
 
... ...
@@ -34,6 +34,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
34 34
 %{gemdir}
35 35
 
36 36
 %changelog
37
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 2.5.0-1
38
+-   Automatic Version Bump
37 39
 *   Wed Sep 02 2020 Sujay G <gsujay@vmware.com> 2.4.0-2
38 40
 -   Rebuilt using ruby-2.7.1
39 41
 *   Thu Aug 22 2019 Stanislav Hadjiiski <hadjiiskis@vmware.com> 2.4.0-1
... ...
@@ -3,8 +3,8 @@
3 3
 %global gem_name fluent-plugin-kubernetes_metadata_filter
4 4
 
5 5
 Name:           rubygem-fluent-plugin-kubernetes_metadata_filter
6
-Version:        2.5.2
7
-Release:        3%{?dist}
6
+Version:        3.1.2
7
+Release:        1%{?dist}
8 8
 Summary:        Fluentd Filter plugin to add Kubernetes metadata.
9 9
 Group:          Development/Libraries
10 10
 Vendor:         VMware, Inc.
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        Apache-2.0
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    fluent-plugin-kubernetes_metadata_filter=6e8b3dff1b227a2c22ba2796ad1885ce1fa67a77
15
+%define sha512  fluent-plugin-kubernetes_metadata_filter=57c9fb1dc0d970550c5b16afcaf1d54d82a1d8666801818d36f6437a01025722e9112b35614c56fe8615561a5ff594708d16a41c8559e110bc587f6ca4781b96
16 16
 BuildRequires:  ruby >= 2.1
17 17
 BuildRequires:  findutils
18 18
 Requires:       rubygem-fluentd >= 0.14.0, rubygem-fluentd < 2.0.0
... ...
@@ -45,6 +45,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
45 45
 %{gemdir}
46 46
 
47 47
 %changelog
48
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 3.1.2-1
49
+-   Automatic Version Bump
48 50
 *   Thu Oct 14 2021 Stanislav Hadjiiski <hadjiiskis@vmware.com> 2.5.2-3
49 51
 -   Drop group write permissions for files in /usr/lib to comply with STIG
50 52
 *   Tue Sep 22 2020 Gerrit Photon <photon-checkins@vmware.com> 2.5.2-2
... ...
@@ -4,8 +4,8 @@
4 4
 
5 5
 Name:           rubygem-fluent-plugin-remote_syslog
6 6
 Summary:        Fluentd output plugin for remote syslog
7
-Version:        1.0.0
8
-Release:        2%{?dist}
7
+Version:        1.1.0
8
+Release:        1%{?dist}
9 9
 License:        MIT
10 10
 Group:          Development/Libraries
11 11
 Vendor:         VMware, Inc.
... ...
@@ -13,7 +13,7 @@ Distribution:   Photon
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15 15
 BuildArch:      noarch
16
-%define sha1    fluent-plugin-remote_syslog=a25f03f8027d99b774ff96c59fac4c42c893aa8d
16
+%define sha512  fluent-plugin-remote_syslog=19def4d336469ce254e50171e37e47cfbe616afe63ceb30606fcc852aae224eedaa7cbbc235a68094ee505229cb24ecb8a19137cf5708916de8ec311f283adf6
17 17
 BuildRequires:  ruby >= 2.1
18 18
 Requires: rubygem-fluentd >= 0
19 19
 Requires: rubygem-remote_syslog_sender >= 1.1.1
... ...
@@ -22,7 +22,7 @@ Requires: rubygem-remote_syslog_sender >= 1.1.1
22 22
 Fluentd plugin for remote syslog protocol
23 23
 
24 24
 %prep
25
-%setup -q -c -T
25
+%autosetup -c -T
26 26
 
27 27
 %build
28 28
 
... ...
@@ -34,6 +34,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
34 34
 %{gemdir}
35 35
 
36 36
 %changelog
37
+*   Mon Oct 31 2022 Gerrit Photon <photon-checkins@vmware.com> 1.1.0-1
38
+-   Automatic Version Bump
37 39
 *   Wed Sep 02 2020 Sujay G <gsujay@vmware.com> 1.0.0-2
38 40
 -   Rebuilt using ruby-2.7.1
39 41
 *   Mon Jan 27 2020 Nikolay Stanchev <nstanchev@vmware.com> 1.0.0-1
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name fluent-plugin-s3
4 4
 
5 5
 Name: rubygem-fluent-plugin-s3
6
-Version:        1.4.0
6
+Version:        1.7.2
7 7
 Release:        1%{?dist}
8 8
 Summary:        Amazon S3 output plugin for Fluentd event collector.
9 9
 Group:          Development/Languages
... ...
@@ -12,7 +12,7 @@ Vendor:         VMware, Inc.
12 12
 Distribution:   Photon
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/fluent-plugin-s3-%{version}.gem
15
-%define sha1    fluent-plugin-s3=4e79e5fe29667884e653f3ef2a04a4866cc2f1fc
15
+%define sha512    fluent-plugin-s3=3983c451a805e42e0b8329ee4b66ab65eb2bde41cc373de1e3f47e4908d0dc2b92b43901436ccc4174fff1b216461d6afdfb6e04dfa8e38036bb977ce5726e74
16 16
 BuildRequires:  ruby
17 17
 %if %{with_check}
18 18
 BuildRequires:  git
... ...
@@ -28,7 +28,7 @@ Requires: rubygem-aws-sdk-sqs >= 1.0
28 28
 Amazon S3 output plugin for Fluentd event collector.
29 29
 
30 30
 %prep
31
-%setup -q -c -T
31
+%autosetup -c -T
32 32
 
33 33
 %build
34 34
 
... ...
@@ -45,6 +45,8 @@ rake test
45 45
 %{gemdir}
46 46
 
47 47
 %changelog
48
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.7.2-1
49
+-   Automatic Version Bump
48 50
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 1.4.0-1
49 51
 -   Automatic Version Bump
50 52
 *   Tue Nov 27 2018 Sujay G <gsujay@vmware.com> 1.1.6-2
... ...
@@ -3,14 +3,16 @@
3 3
 %global gem_name fluent-plugin-systemd
4 4
 
5 5
 Name: rubygem-fluent-plugin-systemd
6
-Version:        1.0.2
6
+Version:        1.0.5
7 7
 Release:        1%{?dist}
8 8
 Summary:        This is a fluentd input plugin. It reads logs from the systemd journal.
9 9
 Group:          Development/Languages
10 10
 License:        Apache 2
11
+Vendor:         VMware, Inc.
12
+Distribution:   Photon
11 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
12 14
 Source0:        https://rubygems.org/downloads/fluent-plugin-systemd-%{version}.gem
13
-%define sha1    fluent-plugin-systemd=7e927b3bc361ba1af7581281f3f09dfb7c64841a
15
+%define sha512    fluent-plugin-systemd=85856ad3c823302615b6f1af9b1c29b01e85657bdf21cfe6983d02c25306f21e61745a811f3bcd82d22155f839134750f77997db8430565cc53bf8145f38b717
14 16
 BuildRequires:  ruby
15 17
 
16 18
 Requires: rubygem-fluentd >= 0.14.11
... ...
@@ -22,7 +24,7 @@ Requires: rubygem-systemd-journal > 1.3.2
22 22
 This is a fluentd input plugin. It reads logs from the systemd journal.
23 23
 
24 24
 %prep
25
-%setup -q -c -T
25
+%autosetup -c -T
26 26
 
27 27
 %build
28 28
 
... ...
@@ -34,6 +36,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
34 34
 %{gemdir}
35 35
 
36 36
 %changelog
37
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.0.5-1
38
+-   Automatic Version Bump
37 39
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 1.0.2-1
38 40
 -   Automatic Version Bump
39 41
 *   Thu Aug 16 2018 Srinidhi Rao <srinidhir@vmware.com> 1.0.1-2
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name fluent-plugin-vmware-loginsight
4 4
 
5 5
 Name: rubygem-fluent-plugin-vmware-loginsight
6
-Version:        0.1.10
6
+Version:        1.3.0
7 7
 Release:        1%{?dist}
8 8
 Summary:        Fluent output plugin to forward logs to VMware Log Insight.
9 9
 Group:          Development/Libraries
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    fluent-plugin-vmware-loginsight=f1817478c8d57bd35d0d197ceeab8c09af7331b9
15
+%define sha512    fluent-plugin-vmware-loginsight=e076332f0905e73614186e218f86e8df592d9b0aad2c4f09cf825c3c1383ad402b64580642e89ed86a95d76cbfabe8cec6236ed57a2823bbae986ee51e050fa3
16 16
 BuildRequires:  ruby >= 2.1
17 17
 
18 18
 Requires: rubygem-fluentd >= 0.14.10, rubygem-fluentd < 2.0.0
... ...
@@ -22,7 +22,7 @@ BuildArch: noarch
22 22
 Fluent output plugin to forward logs to VMware Log Insight.
23 23
 
24 24
 %prep
25
-%setup -q -c -T
25
+%autosetup -c -T
26 26
 
27 27
 %build
28 28
 
... ...
@@ -34,6 +34,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
34 34
 %{gemdir}
35 35
 
36 36
 %changelog
37
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.3.0-1
38
+-   Automatic Version Bump
37 39
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 0.1.10-1
38 40
 -   Automatic Version Bump
39 41
 *   Fri Aug 23 2019 Stanislav Hadjiiski <hadjiiskis@vmware.com> 0.1.5-1
... ...
@@ -3,8 +3,8 @@
3 3
 %global gem_name fluentd
4 4
 
5 5
 Name: rubygem-fluentd
6
-Version:        1.11.3
7
-Release:        2%{?dist}
6
+Version:        1.15.2
7
+Release:        1%{?dist}
8 8
 Summary:        An open source data collector designed to scale and simplify log management
9 9
 Group:          Development/Languages
10 10
 Vendor:         VMware, Inc.
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        Apache 2
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/fluentd-%{version}.gem
15
-%define sha1    fluentd=470d8199dcc69b7df94fd7c4ae94559c4ed82d2e
15
+%define sha512    fluentd=0e10ccf9ee33def27cc841162f4368f09753c733b4b9cf924b77fcb410b1b79ffb6b3294128575faa7324d1b696596344f202880b6292c437f5b22111056a686
16 16
 BuildRequires:  ruby >= 2.1
17 17
 
18 18
 Requires(post): systemd
... ...
@@ -23,12 +23,11 @@ Requires: rubygem-cool-io >= 1.4.5
23 23
 Requires: rubygem-cool-io < 2.0.0
24 24
 Requires: rubygem-dig_rb > 1.0.0
25 25
 Requires: rubygem-http_parser.rb >= 0.5.1
26
-Requires: rubygem-http_parser.rb < 0.7.0
26
+Requires: rubygem-http_parser.rb < 0.8.1
27 27
 Requires: rubygem-msgpack >= 0.5.11
28 28
 Requires: rubygem-msgpack < 2
29 29
 Requires: rubygem-sigdump >= 0.2.2
30
-Requires: rubygem-strptime > 0.2.2
31
-Requires: rubygem-strptime < 1.0.0
30
+Requires: rubygem-strptime
32 31
 Requires: rubygem-serverengine >= 2.0.4
33 32
 Requires: rubygem-serverengine < 3.0.0
34 33
 Requires: rubygem-tzinfo >= 1.0.0
... ...
@@ -55,6 +54,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
55 55
 %{gemdir}
56 56
 
57 57
 %changelog
58
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.15.2-1
59
+-   Automatic Version Bump
58 60
 *   Mon Jul 12 2021 Piyush Gupta <gpiyush@vmware.com> 1.11.3-2
59 61
 -   Bump up to build with rubygem-bundler upgrade.
60 62
 *   Wed Sep 30 2020 Gerrit Photon <photon-checkins@vmware.com> 1.11.3-1
... ...
@@ -4,13 +4,13 @@
4 4
 
5 5
 Name: rubygem-hpricot
6 6
 Version:        0.8.6
7
-Release:        1%{?dist}
7
+Release:        2%{?dist}
8 8
 Summary:        a swift, liberal HTML parser with a fantastic library
9 9
 Group:          Development/Library
10 10
 License:        MIT
11 11
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
12 12
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
13
-%define sha1    hpricot=87ce2c17960a5e1d7ceaa16d0591ca6a28379ce0
13
+%define sha512  hpricot=f0ea9168ae79d099cdb751dd5a205e0896dfb229759e499fff833e94209d1497aa97becb285176dcbcc1fee19bc11913ca3ac0d7a467067e5d837c1eb6e310ad
14 14
 Vendor:         VMware, Inc.
15 15
 Distribution:   Photon
16 16
 BuildRequires:  ruby
... ...
@@ -20,7 +20,7 @@ Hpricot is a fast, flexible HTML parser written in C. It's designed to be
20 20
 very accommodating and to have a very helpful library
21 21
 
22 22
 %prep
23
-%setup -q -c -T
23
+%autosetup -c -T
24 24
 
25 25
 %build
26 26
 
... ...
@@ -32,5 +32,7 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
32 32
 %{gemdir}
33 33
 
34 34
 %changelog
35
+*   Fri Nov 25 2022 Shivani Agarwal <shivania2@vmware.com> 0.8.6-2
36
+-   Version bump to build with new ruby
35 37
 *   Thu Sep 17 2020 Him Kalyan Bordoloi <bordoloih@vmware.com> 0.8.6-1
36 38
 -   Initial build
... ...
@@ -3,8 +3,8 @@
3 3
 %global gem_name http-accept
4 4
 
5 5
 Name: rubygem-http-accept
6
-Version:        1.7.0
7
-Release:        3%{?dist}
6
+Version:        2.2.0
7
+Release:        1%{?dist}
8 8
 Summary:        Parse Accept and Accept-Language HTTP headers.
9 9
 Group:          Development/Libraries
10 10
 Vendor:         VMware, Inc.
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    http-accept=0f8c31dacdd69d0398844101af792103dc600e1f
15
+%define sha512  http-accept=f60a9818e79b90c67da8b5c2a5f357b40049aec1809c0809bbf17e1c3d93734cd1367fd4d7d5afba1ae49f6c9817281b6892d6ef9a027d91fc49c46ec943409b
16 16
 BuildRequires:  ruby
17 17
 
18 18
 BuildArch: noarch
... ...
@@ -21,7 +21,7 @@ BuildArch: noarch
21 21
 Parse Accept and Accept-Language HTTP headers.
22 22
 
23 23
 %prep
24
-%setup -q -c -T
24
+%autosetup -c -T
25 25
 
26 26
 %build
27 27
 
... ...
@@ -33,6 +33,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
33 33
 %{gemdir}
34 34
 
35 35
 %changelog
36
+*   Mon Oct 31 2022 Gerrit Photon <photon-checkins@vmware.com> 2.2.0-1
37
+-   Automatic Version Bump
36 38
 *   Fri Sep 25 2020 Gerrit Photon <photon-checkins@vmware.com> 1.7.0-3
37 39
 -   Downgrade to 1.7.0 for rubygem-rest-client 2.1.0
38 40
 *   Fri Sep 25 2020 Gerrit Photon <photon-checkins@vmware.com> 2.1.1-1
... ...
@@ -3,8 +3,8 @@
3 3
 %global gem_name http-cookie
4 4
 
5 5
 Name: rubygem-http-cookie
6
-Version:        1.0.3
7
-Release:        2%{?dist}
6
+Version:        1.0.5
7
+Release:        1%{?dist}
8 8
 Summary:        HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265.
9 9
 Group:          Development/Libraries
10 10
 Vendor:         VMware, Inc.
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    http-cookie=34c03e5f450d33591f47d9934dd9315577a3da57
15
+%define sha512    http-cookie=d530d64b5c2fc3757a6de03384fe768317e24a523d4a4215f5bcc6b5bca9e7b94eeaad1e52fbb67548396b7b2ca7c9d8b68ea7b99109e24770fcf34c950469ef
16 16
 BuildRequires:  ruby
17 17
 
18 18
 Requires: rubygem-domain_name >= 0.5.0, rubygem-domain_name < 1.0.0
... ...
@@ -26,7 +26,7 @@ latest cookies.sqlite formats of Mozilla Firefox, and its modular API makes it e
26 26
 to add support for a new backend store.
27 27
 
28 28
 %prep
29
-%setup -q -c -T
29
+%autosetup -c -T
30 30
 
31 31
 %build
32 32
 
... ...
@@ -38,6 +38,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
38 38
 %{gemdir}
39 39
 
40 40
 %changelog
41
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.0.5-1
42
+-   Automatic Version Bump
41 43
 *   Wed Sep 02 2020 Sujay G <gsujay@vmware.com> 1.0.3-2
42 44
 -   Rebuilt using ruby-2.7.1
43 45
 *   Thu Aug 22 2019 Stanislav Hadjiiski <hadjiiskis@vmware.com> 1.0.3-1
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name http
4 4
 
5 5
 Name:           rubygem-http
6
-Version:        4.4.1
6
+Version:        5.1.0
7 7
 Release:        1%{?dist}
8 8
 Summary:        An easy-to-use client library for making requests from Ruby.
9 9
 Group:          Development/Libraries
... ...
@@ -12,12 +12,12 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    http=82c71385c240f5ffca0e68c23f636bdd44e233f6
15
+%define sha512    http=b99da5318da54e7b64abd48df0b68cde9a02e1ae92b51fc43302e3dea28ba9672e2b7a25e31c342235835e16b2e1b98c94b6d4efa7916a0aa99258fc8290260f
16 16
 BuildRequires:  ruby
17 17
 Requires:       rubygem-addressable >= 2.3.0, rubygem-addressable < 3.0.0
18 18
 Requires:       rubygem-http-cookie >= 1.0.0, rubygem-http-cookie < 2.0.0
19 19
 Requires:       rubygem-http-form_data >= 2.2.0
20
-Requires:       rubygem-http_parser.rb >= 0.6.0, rubygem-http_parser.rb < 0.7.0
20
+Requires:       rubygem-http_parser.rb >= 0.6.0, rubygem-http_parser.rb < 0.8.1
21 21
 BuildArch:      noarch
22 22
 
23 23
 %description
... ...
@@ -25,7 +25,7 @@ An easy-to-use client library for making requests from Ruby. It uses a simple
25 25
 method chaining system for building requests, similar to Python's Requests.
26 26
 
27 27
 %prep
28
-%setup -q -c -T
28
+%autosetup -c -T
29 29
 
30 30
 %build
31 31
 
... ...
@@ -37,6 +37,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
37 37
 %{gemdir}
38 38
 
39 39
 %changelog
40
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 5.1.0-1
41
+-   Automatic Version Bump
40 42
 *   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 4.4.1-1
41 43
 -   Automatic Version Bump
42 44
 *   Wed Sep 02 2020 Sujay G <gsujay@vmware.com> 0.9.8-2
... ...
@@ -3,8 +3,8 @@
3 3
 %global gem_name http_parser.rb
4 4
 
5 5
 Name: rubygem-http_parser.rb
6
-Version:        0.6.0
7
-Release:        2%{?dist}
6
+Version:        0.8.0
7
+Release:        1%{?dist}
8 8
 Summary:        Provides ruby bindings to http parser
9 9
 Group:          Development/Languages
10 10
 License:        MIT
... ...
@@ -12,7 +12,7 @@ Vendor:         VMware, Inc.
12 12
 Distribution:   Photon
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/http_parser.rb-%{version}.gem
15
-%define sha1    http_parser.rb=0d69273a2e74b82358b19f01632e06601732a64e
15
+%define sha512    http_parser.rb=228e8a617154411c43a548f10d2d8d2cae2d97970f621b4ef2955de94ed1943611cff22659cd75d63a09a0a02396993ab646ee29303d99856b46a80253a618c8
16 16
 BuildRequires:  ruby
17 17
 Provides: rubygem-http_parser.rb = %{version}
18 18
 
... ...
@@ -20,7 +20,7 @@ Provides: rubygem-http_parser.rb = %{version}
20 20
 Provides ruby bindings to http parser.
21 21
 
22 22
 %prep
23
-%setup -q -c -T
23
+%autosetup -c -T
24 24
 
25 25
 %build
26 26
 
... ...
@@ -32,6 +32,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
32 32
 %{gemdir}
33 33
 
34 34
 %changelog
35
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 0.8.0-1
36
+-   Automatic Version Bump
35 37
 *   Wed Sep 02 2020 Sujay G <gsujay@vmware.com> 0.6.0-2
36 38
 -   rebuilt with ruby-2.7.1
37 39
 *   Tue Jul 24 2018 Srinidhi Rao <srinidhir@vmware.com> 0.6.0-1
... ...
@@ -3,21 +3,23 @@
3 3
 %global gem_name i18n
4 4
 
5 5
 Name: rubygem-i18n
6
-Version:        1.8.5
6
+Version:        1.12.0
7 7
 Release:        1%{?dist}
8 8
 Summary:        Support for ruby.
9 9
 Group:          Development/Languages
10 10
 License:        MIT
11
+Vendor:         VMware, Inc.
12
+Distribution:   Photon
11 13
 URL:            https://rubygems.org/gems/i18n/versions/%{version}
12 14
 Source0:        https://rubygems.org/downloads/i18n-%{version}.gem
13
-%define sha1    i18n=383b7a07b6111b119d98379195773d9829e9abaf
15
+%define sha512    i18n=7b8af5bb6146c0d2333c7d319276ca45e1c360354636f02f3c64bc113c8877388fbca77a0f49e5d5f6b6eb97e79f74ddba0fff0d689a940dc2879a2741cd9e16
14 16
 BuildRequires:  ruby
15 17
 
16 18
 %description
17 19
 New wave Internationalization support for Ruby.
18 20
 
19 21
 %prep
20
-%setup -q -c -T
22
+%autosetup -c -T
21 23
 
22 24
 %build
23 25
 
... ...
@@ -29,6 +31,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
29 29
 %{gemdir}
30 30
 
31 31
 %changelog
32
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.12.0-1
33
+-   Automatic Version Bump
32 34
 *   Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 1.8.5-1
33 35
 -   Automatic Version Bump
34 36
 *   Tue Sep 11 2018 srinidhira0 <srinidhir@vmware.com> 1.1.0-1
... ...
@@ -3,8 +3,8 @@
3 3
 %global gem_name jmespath
4 4
 
5 5
 Name: rubygem-jmespath
6
-Version:        1.4.0
7
-Release:        2%{?dist}
6
+Version:        1.6.1
7
+Release:        1%{?dist}
8 8
 Summary:        Implements JMESPath for Ruby.
9 9
 Group:          Development/Languages
10 10
 Vendor:         VMware, Inc.
... ...
@@ -12,14 +12,14 @@ Distribution:   Photon
12 12
 License:        Apache 2.0
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/jmespath-%{version}.gem
15
-%define sha1    jmespath=016b3f6a1ca8040f66cf4fe3dc0eaacbca4ff8bf
15
+%define sha512    jmespath=e06f6f4d47abbe552cff4055fff3841380ee8779b61c5f68b184e1acbcc588a97ad7d83225671a9f547d1077041592553f5f44649d6ceb76d369a0fc462439f3
16 16
 BuildRequires:  ruby
17 17
 
18 18
 %description
19 19
 Implements JMESPath for Ruby.
20 20
 
21 21
 %prep
22
-%setup -q -c -T
22
+%autosetup -c -T
23 23
 
24 24
 %build
25 25
 
... ...
@@ -31,6 +31,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
31 31
 %{gemdir}
32 32
 
33 33
 %changelog
34
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.6.1-1
35
+-   Automatic Version Bump
34 36
 *   Wed Sep 02 2020 Sujay G <gsujay@vmware.com> 1.4.0-2
35 37
 -   rebuilt with ruby-2.7.1
36 38
 *   Mon Jul 30 2018 Srinidhi Rao <srinidhir@vmware.com> 1.4.0-1
... ...
@@ -3,8 +3,8 @@
3 3
 %global gem_name kubeclient
4 4
 
5 5
 Name:           rubygem-kubeclient
6
-Version:        4.9.1
7
-Release:        2%{?dist}
6
+Version:        4.10.1
7
+Release:        1%{?dist}
8 8
 Summary:        A client for Kubernetes REST api.
9 9
 Group:          Development/Libraries
10 10
 Vendor:         VMware, Inc.
... ...
@@ -12,13 +12,14 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    kubeclient=e31c1604d94bfd5a7112624965b71e7821692825
15
+%define sha512  kubeclient=71b5dcaeb238802ac096282d031c05c89dd7c950a2cc863fb1fa4aef596909c0834b2c53c5a759085e47e2f3929838fe8473ca6debee4e2b74e31095745a8190
16 16
 BuildRequires:  ruby >= 2.0.0
17 17
 BuildRequires:  findutils
18 18
 Requires:       rubygem-activesupport
19
-Requires:       rubygem-http >= 3.0, rubygem-http < 5.0
19
+Requires:       rubygem-http >= 3.0, rubygem-http < 5.1.1
20 20
 Requires:       rubygem-recursive-open-struct > 1.1
21 21
 Requires:       rubygem-rest-client
22
+
22 23
 BuildArch:      noarch
23 24
 
24 25
 %description
... ...
@@ -38,6 +39,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
38 38
 %{gemdir}
39 39
 
40 40
 %changelog
41
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 4.10.1-1
42
+-   Automatic Version Bump
41 43
 *   Thu Oct 14 2021 Stanislav Hadjiiski <hadjiiskis@vmware.com> 4.9.1-2
42 44
 -   Drop group write permissions for files in /usr/lib to comply with STIG
43 45
 *   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 4.9.1-1
... ...
@@ -2,7 +2,7 @@
2 2
 %global gemdir %(IFS=: R=($(gem env gempath)); echo ${R[${#R[@]}-1]})
3 3
 %define gem_name libxml-ruby
4 4
 Name:           rubygem-libxml-ruby
5
-Version:        3.2.0
5
+Version:        3.2.4
6 6
 Release:        1%{?dist}
7 7
 Summary:        Provides Ruby language bindings for the GNOME Libxml2 XML toolkit
8 8
 Group:          Applications/Programming
... ...
@@ -11,14 +11,14 @@ Vendor:         VMware, Inc.
11 11
 Distribution:   Photon
12 12
 URL:            https://rubygems.org/gems/%{gem_name}
13 13
 Source0:        https://rubygems.org/downloads/libxml-ruby-%{version}.gem
14
-%define sha1    libxml-ruby=dc4dba1a11af8854102f9455c65b63cb4e382df1
14
+%define sha512    libxml-ruby=0799249baa6d575f4fa9e000111a08a8f923221852f2169cf82586f377cdf0a8e13d772bde00296de30426a3a5eef568a23f91852d56f316dc9aa3cbabf8f911
15 15
 BuildRequires:  ruby >= 2.4.0
16 16
 BuildRequires:  libxml2-devel
17
-Requires:       ruby >= 2.4.0
17
+Requires:       ruby
18 18
 %description
19 19
 Provides Ruby language bindings for the GNOME Libxml2 XML toolkit
20 20
 %prep
21
-%setup -q -c -T
21
+%autosetup -c -T
22 22
 %build
23 23
 %install
24 24
 gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
... ...
@@ -55,6 +55,8 @@ rake test
55 55
 %defattr(-,root,root,-)
56 56
 %{gemdir}
57 57
 %changelog
58
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 3.2.4-1
59
+-   Automatic Version Bump
58 60
 *   Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 3.2.0-1
59 61
 -   Automatic Version Bump
60 62
 *   Fri Nov 23 2018 Sujay G <gsujay@vmware.com> 3.1.0-2
... ...
@@ -75,4 +77,3 @@ rake test
75 75
 -   GA - Bump release of all rpms
76 76
 *   Wed Nov 11 2015 Anish Swaminathan <anishs@vmware.com> 2.8.0-1
77 77
 -   Initial build
78
-
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name mime-types-data
4 4
 
5 5
 Name: rubygem-mime-types-data
6
-Version:        3.2020.0512
6
+Version:        3.2022.0105
7 7
 Release:        1%{?dist}
8 8
 Summary:        Provides a registry for information about MIME media type definitions.
9 9
 Group:          Development/Libraries
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    mime-types-data=b88617eb20be7bf97ca26ff37480ea402a89fa3c
15
+%define sha512    mime-types-data=4b5998fb5d39ba89d4ee4f2f1fe20ec93a6b7214b28b77421dd9f7647b14c88342ba17f709f34640f65ce4c1bda08bd2be4aa35c7f99ea1ba2f9e21458540a00
16 16
 BuildRequires:  ruby >= 2.0
17 17
 
18 18
 BuildArch: noarch
... ...
@@ -24,7 +24,7 @@ filename extensions for MIME types, or to use filename extensions to look up the
24 24
 MIME type definitions.
25 25
 
26 26
 %prep
27
-%setup -q -c -T
27
+%autosetup -c -T
28 28
 
29 29
 %build
30 30
 
... ...
@@ -36,6 +36,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
36 36
 %{gemdir}
37 37
 
38 38
 %changelog
39
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 3.2022.0105-1
40
+-   Automatic Version Bump
39 41
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 3.2020.0512-1
40 42
 -   Automatic Version Bump
41 43
 *   Thu Aug 22 2019 Stanislav Hadjiiski <hadjiiskis@vmware.com> 3.2015.1120-1
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name mime-types
4 4
 
5 5
 Name: rubygem-mime-types
6
-Version:        3.3.1
6
+Version:        3.4.1
7 7
 Release:        1%{?dist}
8 8
 Summary:        The mime-types library provides a library and registry for information about MIME content type definitions.
9 9
 Group:          Development/Libraries
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    mime-types=cf163ec2292220917c000f77257d42a8fce9236f
15
+%define sha512    mime-types=d0cec7afbe1685c008765997c3047f23bbb0bd10989cd82475805f932e61c400b3d2e60f5f95804c46919b57f0d3644c866be358b0c4c653ace43d62bbc98e4f
16 16
 BuildRequires:  ruby >= 2.0
17 17
 
18 18
 Requires: rubygem-mime-types-data >= 3.2015.0, rubygem-mime-types-data < 4.0.0
... ...
@@ -30,7 +30,7 @@ is now licensed exclusively under the MIT licence and there is a code of conduct
30 30
 There are a number of other smaller changes described in the History file.
31 31
 
32 32
 %prep
33
-%setup -q -c -T
33
+%autosetup -c -T
34 34
 
35 35
 %build
36 36
 
... ...
@@ -42,6 +42,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
42 42
 %{gemdir}
43 43
 
44 44
 %changelog
45
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 3.4.1-1
46
+-   Automatic Version Bump
45 47
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 3.3.1-1
46 48
 -   Automatic Version Bump
47 49
 *   Thu Aug 22 2019 Stanislav Hadjiiski <hadjiiskis@vmware.com> 3.2.2-1
... ...
@@ -4,21 +4,21 @@
4 4
 
5 5
 Summary:        Simplistic port-like solution for developers
6 6
 Name:           rubygem-mini_portile2
7
-Version:        2.5.0
7
+Version:        2.8.0
8 8
 Release:        1%{?dist}
9 9
 Group:          Development/Languages
10 10
 License:        MIT
11 11
 Vendor:         VMware, Inc.
12 12
 Distribution:   Photon
13 13
 Source0:        https://rubygems.org/downloads/mini_portile2-%{version}.gem
14
-%define sha1    mini_portile2=9fbd2e4af6def403acb37ec39b4434ba8f5558f8
14
+%define sha512    mini_portile2=74eb55b15329d31b65d363ce2fda26b849d708bf77481acdf851bdf6c97a8c3f9676d5bebf46e9e3eeb55e0e243c8e995eda6952f51f54b846762ab0f65aa7df
15 15
 BuildRequires:  ruby
16 16
 Requires:       ruby
17 17
 %description
18 18
 Simplistic port-like solution for developers. It provides a standard and simplified way to compile against dependency libraries without messing up your system.
19 19
 
20 20
 %prep
21
-%setup -q -c -T
21
+%autosetup -c -T
22 22
 %build
23 23
 
24 24
 %install
... ...
@@ -29,6 +29,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
29 29
 %{gemdir}
30 30
 
31 31
 %changelog
32
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 2.8.0-1
33
+-   Automatic Version Bump
32 34
 *   Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 2.5.0-1
33 35
 -   Automatic Version Bump
34 36
 *   Tue Sep 11 2018 srinidhira0 <srinidhir@vmware.com> 2.3.0-1
... ...
@@ -3,15 +3,18 @@
3 3
 %global gem_name msgpack
4 4
 
5 5
 Name: rubygem-msgpack
6
-Version:        1.3.3
6
+Version:        1.6.0
7 7
 Release:        1%{?dist}
8 8
 Summary:        A binary-based efficient object serialization library
9 9
 Group:          Development/Languages
10 10
 License:        Apache 2.0
11
+Distribution:   Photon
12
+Vendor:         VMware, Inc.
11 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
12 14
 Source0:        https://rubygems.org/downloads/msgpack-%{version}.gem
13
-%define sha1    msgpack=2f24b39cb4a42cc1d5405eeb46c5ebe21b5a9e27
15
+%define sha512  msgpack=9aaa01a5ba3782cf8a6170b055c6d6914260ad4303a029d3fb0efe6a64eb415f3ff6bda34449444fe102c767ec892256fa9b568abc9c45f5713e94bbab86b92c
14 16
 BuildRequires:  ruby
17
+Requires:       ruby
15 18
 Provides: rubygem-msgpack = %{version}
16 19
 
17 20
 %description
... ...
@@ -20,7 +23,7 @@ It enables to exchange structured objects between many languages like JSON.
20 20
 But unlike JSON, it is very fast and small.
21 21
 
22 22
 %prep
23
-%setup -q -c -T
23
+%autosetup -c -T
24 24
 
25 25
 %build
26 26
 
... ...
@@ -32,6 +35,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
32 32
 %{gemdir}
33 33
 
34 34
 %changelog
35
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.6.0-1
36
+-   Automatic Version Bump
35 37
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 1.3.3-1
36 38
 -   Automatic Version Bump
37 39
 *   Tue Jul 24 2018 Srinidhi Rao <srinidhir@vmware.com> 1.2.4-1
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name nio4r
4 4
 
5 5
 Name: rubygem-nio4r
6
-Version:        2.5.4
6
+Version:        2.5.8
7 7
 Release:        1%{?dist}
8 8
 Summary:        Cross-platform asynchronous I/O primitives for scalable network clients and servers.
9 9
 Group:          Development/Libraries
... ...
@@ -12,16 +12,17 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    nio4r=bbdc75e235865a739ed525a8dbe98b62204f0308
15
+%define sha512  nio4r=3942403147882380b86f42c54a6d4e92c4e85dd3c0b5b9f473a05fcf98c041853e21d11d0481d1973342b5a4bfb59e02cfd523a44e9e45c3740627a45f7f99c7
16 16
 BuildRequires:  gmp-devel
17 17
 BuildRequires:  ruby >= 2.3.0
18
+Requires:       ruby
18 19
 
19 20
 %description
20 21
 Cross-platform asynchronous I/O primitives for scalable network clients and servers.
21 22
 Inspired by the Java NIO API, but simplified for ease-of-use.
22 23
 
23 24
 %prep
24
-%setup -q -c -T
25
+%autosetup -c -T
25 26
 
26 27
 %build
27 28
 
... ...
@@ -33,6 +34,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
33 33
 %{gemdir}
34 34
 
35 35
 %changelog
36
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 2.5.8-1
37
+-   Automatic Version Bump
36 38
 *   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 2.5.4-1
37 39
 -   Automatic Version Bump
38 40
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 2.5.2-1
... ...
@@ -4,23 +4,20 @@
4 4
 
5 5
 Summary:        Nokogiri is an HTML, XML, SAX, and Reader parser.
6 6
 Name:           rubygem-nokogiri
7
-Version:        1.10.9
8
-Release:        4%{?dist}
7
+Version:        1.13.9
8
+Release:        1%{?dist}
9 9
 License:        MIT
10 10
 Group:          Development/Languages
11 11
 Vendor:         VMware, Inc.
12 12
 Distribution:   Photon
13
-URL:            https://rubygems.org/gems/nokogiri
14
-
15
-Source0: https://rubygems.org/downloads/nokogiri-%{version}.gem
16
-%define sha512 %{gem_name}=2833efb389399001c75a63bfd71afa85edd6ced07bde8b8be899f0c39016c813a4d04ff358e467d594e609db51d151ecab4561aaa20f293c58608ba3d2f7206b
17
-
13
+URL:            https://rubygems.org/gems/nokogiri/
14
+Source0:        https://rubygems.org/downloads/nokogiri-%{version}.gem
15
+%define sha512  nokogiri=207161fcf74aa1d1550841765268746e72d74b7516b34daf61cc5e7dc6af8fec4866f2734cd53afaf17fc546c92c3709a72f9e72da13071f65465855abf89bfa
18 16
 BuildRequires:  ruby >= 2.4.0
19 17
 BuildRequires:  rubygem-mini_portile2
20 18
 BuildRequires:  libxml2-devel
21 19
 BuildRequires:  libxslt-devel
22
-
23
-Requires:       ruby >= 2.4.0
20
+Requires:       ruby
24 21
 Requires:       rubygem-mini_portile2
25 22
 Requires:       libxml2
26 23
 Requires:       libxslt
... ...
@@ -44,27 +41,27 @@ rm -rf %{buildroot}/*
44 44
 %{gemdir}
45 45
 
46 46
 %changelog
47
-* Fri Oct 07 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.10.9-4
48
-- Bump version as a part of libxslt upgrade
49
-* Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 1.10.9-3
50
-- Bump version as a part of libxslt upgrade
51
-* Wed Nov 17 2021 Nitesh Kumar <kunitesh@vmware.com> 1.10.9-2
52
-- Release bump up to use libxml2 2.9.12-1.
53
-* Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 1.10.9-1
54
-- Automatic Version Bump
55
-* Tue Sep 11 2018 srinidhira0 <srinidhir@vmware.com> 1.8.4-1
56
-- Update to version 1.8.4
57
-* Thu Apr 13 2017 Siju Maliakkal <smaliakkal@vmware.com> 1.7.1-2
58
-- Change ruby version in buildrequires and requires
59
-* Wed Mar 22 2017 Xiaolin Li <xiaolinl@vmware.com> 1.7.1-1
60
-- Updated to version 1.7.1.
61
-* Wed Jan 25 2017 Anish Swaminathan <anishs@vmware.com> 1.6.7.2-4
62
-- Bump up release number to reflect ruby upgrade
63
-* Thu Oct 27 2016 Anish Swaminathan <anishs@vmware.com> 1.6.7.2-3
64
-- Use SYSTEM_LIBRARIES for nokogiri
65
-* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.6.7.2-2
66
-- GA - Bump release of all rpms
67
-* Wed Jan 20 2016 Anish Swaminathan <anishs@vmware.com> 1.6.7.2-1
68
-- Upgrade version.
69
-* Wed Nov 11 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.6.6.2-1
70
-- Initial build
47
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.13.9-1
48
+-   Automatic Version Bump
49
+*   Thu Jun 16 2022 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 1.10.9-3
50
+-   Bump version as a part of libxslt upgrade
51
+*   Wed Nov 17 2021 Nitesh Kumar <kunitesh@vmware.com> 1.10.9-2
52
+-   Release bump up to use libxml2 2.9.12-1.
53
+*   Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 1.10.9-1
54
+-   Automatic Version Bump
55
+*   Tue Sep 11 2018 srinidhira0 <srinidhir@vmware.com> 1.8.4-1
56
+-   Update to version 1.8.4
57
+*   Thu Apr 13 2017 Siju Maliakkal <smaliakkal@vmware.com> 1.7.1-2
58
+-   Change ruby version in buildrequires and requires
59
+*   Wed Mar 22 2017 Xiaolin Li <xiaolinl@vmware.com> 1.7.1-1
60
+-   Updated to version 1.7.1.
61
+*   Wed Jan 25 2017 Anish Swaminathan <anishs@vmware.com> 1.6.7.2-4
62
+-   Bump up release number to reflect ruby upgrade
63
+*   Thu Oct 27 2016 Anish Swaminathan <anishs@vmware.com> 1.6.7.2-3
64
+-   Use SYSTEM_LIBRARIES for nokogiri
65
+*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.6.7.2-2
66
+-   GA - Bump release of all rpms
67
+*   Wed Jan 20 2016 Anish Swaminathan <anishs@vmware.com> 1.6.7.2-1
68
+-   Upgrade version.
69
+*   Wed Nov 11 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.6.6.2-1
70
+-   Initial build
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name oj
4 4
 
5 5
 Name: rubygem-oj
6
-Version:        3.10.14
6
+Version:        3.13.21
7 7
 Release:        1%{?dist}
8 8
 Summary:        The fastest JSON parser and object serializer.
9 9
 Group:          Development/Libraries
... ...
@@ -12,15 +12,16 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    oj=eed328faf3ed92a81d80b64d92c1f6e3cc0f2f50
15
+%define sha512  oj=9a1429cf6197a1ab7b679185dc48570d17bc387e1d62bf0758b36797976ba60c9fca0680af3b64c0b4e1c8e873fe4a892018f571644650fa32bd67a4d03a0c05
16 16
 BuildRequires:  ruby >= 2.0
17 17
 BuildRequires:  gmp-devel
18
+Requires:       ruby
18 19
 
19 20
 %description
20 21
 The fastest JSON parser and object serializer.
21 22
 
22 23
 %prep
23
-%setup -q -c -T
24
+%autosetup -c -T
24 25
 
25 26
 %build
26 27
 
... ...
@@ -32,6 +33,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
32 32
 %{gemdir}
33 33
 
34 34
 %changelog
35
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 3.13.21-1
36
+-   Automatic Version Bump
35 37
 *   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 3.10.14-1
36 38
 -   Automatic Version Bump
37 39
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 3.10.13-1
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name protocol-http
4 4
 
5 5
 Name: rubygem-protocol-http
6
-Version:        0.20.1
6
+Version:        0.23.12
7 7
 Release:        1%{?dist}
8 8
 Summary:        Provides abstractions to handle HTTP protocols.
9 9
 Group:          Development/Libraries
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    protocol-http=e653648353a4046db1665d86e668747cf9d7866c
15
+%define sha512  protocol-http=7a26795352661c040ff6d59e1f0af91d6ddf4f1e7e41b810cb0dc66e355f71290c3ed54b5cbcbee48916906228370ae03d2d13a1dac2b45b01648b547636bb59
16 16
 BuildRequires:  ruby >= 2.3.0
17 17
 
18 18
 BuildArch: noarch
... ...
@@ -21,7 +21,7 @@ BuildArch: noarch
21 21
 Provides abstractions for working with the HTTP protocol.
22 22
 
23 23
 %prep
24
-%setup -q -c -T
24
+%autosetup -c -T
25 25
 
26 26
 %build
27 27
 
... ...
@@ -33,6 +33,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
33 33
 %{gemdir}
34 34
 
35 35
 %changelog
36
+*   Sun Aug 21 2022 Gerrit Photon <photon-checkins@vmware.com> 0.23.12-1
37
+-   Automatic Version Bump
36 38
 *   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 0.20.1-1
37 39
 -   Automatic Version Bump
38 40
 *   Wed Sep 02 2020 Sujay G <gsujay@vmware.com> 0.12.1-2
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name protocol-http1
4 4
 
5 5
 Name: rubygem-protocol-http1
6
-Version:        0.13.1
6
+Version:        0.14.6
7 7
 Release:        1%{?dist}
8 8
 Summary:        A low level implementation of the HTTP/1 protocol.
9 9
 Group:          Development/Libraries
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    protocol-http1=63c3b770e4f1f1a2c15a02fe1c1b859b7c5410e9
15
+%define sha512    protocol-http1=e9a47a559576e90b3770bac421e043e37c3697f447d2d3d8ee1531be19d8ddc2203f59bfc7baf212fe10cb90656cbdc6470e1061125ab64dd74e84484885ec48
16 16
 BuildRequires:  ruby
17 17
 
18 18
 Requires: rubygem-protocol-http >= 0.5.0, rubygem-protocol-http < 1.0.0
... ...
@@ -23,7 +23,7 @@ BuildArch: noarch
23 23
 Provides a low-level implementation of the HTTP/1 protocol.
24 24
 
25 25
 %prep
26
-%setup -q -c -T
26
+%autosetup -c -T
27 27
 
28 28
 %build
29 29
 
... ...
@@ -35,6 +35,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
35 35
 %{gemdir}
36 36
 
37 37
 %changelog
38
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 0.14.6-1
39
+-   Automatic Version Bump
38 40
 *   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 0.13.1-1
39 41
 -   Automatic Version Bump
40 42
 *   Wed Sep 02 2020 Sujay G <gsujay@vmware.com> 0.9.0-2
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name protocol-http2
4 4
 
5 5
 Name: rubygem-protocol-http2
6
-Version:        0.14.1
6
+Version:        0.14.2
7 7
 Release:        1%{?dist}
8 8
 Summary:        A low level implementation of the HTTP/2 protocol.
9 9
 Group:          Development/Libraries
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    protocol-http2=2b80d60044084a983929265c603cadca2dca647b
15
+%define sha512    protocol-http2=4ab78fdf626939a1e95b2c231da50f449ab53889204cd5bfbf0316b8ed28eb0c8046c5805c23962594abe0959d5f743ee60efd42e093ff822eaf81e74f62bb10
16 16
 BuildRequires:  ruby
17 17
 
18 18
 Requires: rubygem-protocol-hpack >= 1.4.0, rubygem-protocol-hpack < 2.0.0
... ...
@@ -24,7 +24,7 @@ BuildArch: noarch
24 24
 Provides a low-level implementation of the HTTP/2 protocol.
25 25
 
26 26
 %prep
27
-%setup -q -c -T
27
+%autosetup -c -T
28 28
 
29 29
 %build
30 30
 
... ...
@@ -36,6 +36,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
36 36
 %{gemdir}
37 37
 
38 38
 %changelog
39
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 0.14.2-1
40
+-   Automatic Version Bump
39 41
 *   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 0.14.1-1
40 42
 -   Automatic Version Bump
41 43
 *   Wed Sep 2 2020 Sujay G <gsujay@vmware.com> 0.9.5-2
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name public_suffix
4 4
 
5 5
 Name: rubygem-public_suffix
6
-Version:        4.0.6
6
+Version:        5.0.0
7 7
 Release:        1%{?dist}
8 8
 Summary:        PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains.
9 9
 Group:          Development/Libraries
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    public_suffix=49a74818d2831eeee54499a90f855276c9acd936
15
+%define sha512    public_suffix=89dc076e6c55790b1459ceb0b0587d20b80d8a681bab6db2dd213e06f9bf9e55200e86cf891c92b310e691e7b0e1bb5ae95e28e3a3307541c2f020e5f69abeb5
16 16
 BuildRequires:  ruby >= 2.1.0
17 17
 
18 18
 BuildArch: noarch
... ...
@@ -21,7 +21,7 @@ BuildArch: noarch
21 21
 PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains.
22 22
 
23 23
 %prep
24
-%setup -q -c -T
24
+%autosetup -c -T
25 25
 
26 26
 %build
27 27
 
... ...
@@ -33,6 +33,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
33 33
 %{gemdir}
34 34
 
35 35
 %changelog
36
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 5.0.0-1
37
+-   Automatic Version Bump
36 38
 *   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 4.0.6-1
37 39
 -   Automatic Version Bump
38 40
 *   Wed Sep 02 2020 Sujay G <gsujay@vmware.com> 3.1.1-2
... ...
@@ -3,17 +3,18 @@
3 3
 %global gem_name rdiscount
4 4
 
5 5
 Name: rubygem-rdiscount
6
-Version:        2.2.0.2
6
+Version:        2.2.7
7 7
 Release:        1%{?dist}
8 8
 Summary:        Fast Implementation of Gruber's Markdown in C
9 9
 Group:          Development/Languages
10 10
 License:        BSD-3-CLAUSE
11 11
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
12 12
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
13
-%define sha1    rdiscount=efbb7aee19ffff763a47a9c9b21d8ec901a3499e
13
+%define sha512  rdiscount=4f60dc0dbfb6b8f95f80d577c872c2a747d7d15e9fc1f1bd3640f1207a5d262068754dcb6d7b53348fd69de20b85534a390aace35d1eff31112bfbe0f77569d1
14 14
 Vendor:         VMware, Inc.
15 15
 Distribution:   Photon
16 16
 BuildRequires:  ruby > 1.9.2
17
+Requires:       ruby
17 18
 
18 19
 %description
19 20
 RDiscount converts documents in Markdown syntax to HTML.
... ...
@@ -21,7 +22,7 @@ It uses the excellent Discount processor by David Loren Parsons for this purpose
21 21
 and thereby inherits Discount’s numerous useful extensions to the Markdown language.
22 22
 
23 23
 %prep
24
-%setup -q -c -T
24
+%autosetup -c -T
25 25
 
26 26
 %build
27 27
 
... ...
@@ -33,5 +34,7 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
33 33
 %{gemdir}
34 34
 
35 35
 %changelog
36
+*   Mon Oct 31 2022 Gerrit Photon <photon-checkins@vmware.com> 2.2.7-1
37
+-   Automatic Version Bump
36 38
 *   Thu Sep 17 2020 Him Kalyan Bordoloi <bordoloih@vmware.com> 2.2.0.2-1
37 39
 -   Initial build
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name recursive-open-struct
4 4
 
5 5
 Name: rubygem-recursive-open-struct
6
-Version:        1.1.2
6
+Version:        1.1.3
7 7
 Release:        1%{?dist}
8 8
 Summary:        A subclass of OpenStruct that allows nested hashes to be treated in a recursive fashion
9 9
 Group:          Development/Libraries
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    recursive-open-struct=2d729e8deb64931eecba2f29301f8b7ceb9fa983
15
+%define sha512    recursive-open-struct=f092c87a321a36eef2fff947383126f1da5865ab557c6cc359f91b1fe7e265d1cf7fa476d88ce5d2947bbfa63c8c956ac9a9487f249ef04977c94af04b8af8e3
16 16
 BuildRequires:  ruby
17 17
 
18 18
 BuildArch: noarch
... ...
@@ -22,7 +22,7 @@ RecursiveOpenStruct is a subclass of OpenStruct. It differs from OpenStruct
22 22
 in that it allows nested hashes to be treated in a recursive fashion.
23 23
 
24 24
 %prep
25
-%setup -q -c -T
25
+%autosetup -c -T
26 26
 
27 27
 %build
28 28
 
... ...
@@ -34,6 +34,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
34 34
 %{gemdir}
35 35
 
36 36
 %changelog
37
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.1.3-1
38
+-   Automatic Version Bump
37 39
 *   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 1.1.2-1
38 40
 -   Automatic Version Bump
39 41
 *   Wed Sep 02 2020 Sujay G <gsujay@vmware.com> 1.0.0-2
40 42
deleted file mode 100644
... ...
@@ -1,32 +0,0 @@
1
-From 415b50d910f73e97eac0082cc6b7c2fa57a4094f Mon Sep 17 00:00:00 2001
2
-From: Nikolay Stanchev <nstanchev@vmware.com>
3
-Date: Wed, 25 Mar 2020 15:02:13 +0200
4
-Subject: [PATCH] Prevent error raising when verify mode is VERIFY_NONE
5
-
6
-As stated in documentation of OpenSSL found here:
7
-https://www.openssl.org/docs/man1.0.2/man3/SSL_CTX_set_verify.html
8
-The SSL_VERIFY_NONE client mode is currently not possible.
9
-This leads to not having the possiblity to use TCP with SSL and
10
-always trust on the certificate provided by the remote server,
11
-for example for dev purposes.
12
-
13
-Signed-off-by: Nikolay Stanchev <nstanchev@vmware.com>
14
- lib/remote_syslog_sender/tcp_sender.rb | 2 +-
15
- 1 file changed, 1 insertion(+), 1 deletion(-)
16
-
17
-diff --git a/lib/remote_syslog_sender/tcp_sender.rb b/lib/remote_syslog_sender/tcp_sender.rb
18
-index fb1a258..026a2d5 100644
19
-+++ b/lib/remote_syslog_sender/tcp_sender.rb
20
-@@ -70,7 +70,7 @@ def connect
21
-             @socket = OpenSSL::SSL::SSLSocket.new(@tcp_socket, context)
22
-             @socket.connect
23
-             @socket.post_connection_check(@remote_hostname)
24
--            raise "verification error" if @socket.verify_result != OpenSSL::X509::V_OK
25
-+            raise "verification error" if @socket.verify_result != OpenSSL::X509::V_OK and context.verify_mode != OpenSSL::SSL::VERIFY_NONE
26
-           else
27
-             @socket = @tcp_socket
28
-           end
29
-
30
-
... ...
@@ -4,17 +4,16 @@
4 4
 
5 5
 Name:           rubygem-remote_syslog_sender
6 6
 Summary:        Message sender that sends directly to a remote syslog endpoint (Support UDP, TCP, TCP+TLS)
7
-Version:        1.2.1
8
-Release:        3%{?dist}
7
+Version:        1.2.2
8
+Release:        1%{?dist}
9 9
 License:        MIT
10 10
 Group:          Development/Libraries
11 11
 Vendor:         VMware, Inc.
12 12
 Distribution:   Photon
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-Patch0:         remote_syslog_sender-pr4.patch
16 15
 BuildArch:      noarch
17
-%define sha1    remote_syslog_sender=ee57147e8f597ab45126655078a1df93568f0792
16
+%define sha512  remote_syslog_sender=f79af93c5fea6814ef03ba3d343205b3e3380bd1e6247b2fbd7881506df1dd219c47de992130e5666a3ac8fff753645e1c737b76f5f66b2e1c160c3d204de6b8
18 17
 BuildRequires:  ruby >= 2.1
19 18
 Requires:       rubygem-syslog_protocol >= 0
20 19
 
... ...
@@ -22,21 +21,23 @@ Requires:       rubygem-syslog_protocol >= 0
22 22
 Message sender that sends directly to a remote syslog endpoint (Support UDP, TCP, TCP+TLS)
23 23
 
24 24
 %prep
25
-%setup -q -c -T
25
+%autosetup -c -T
26 26
 
27 27
 %build
28 28
 
29 29
 %install
30 30
 gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
31
-patch -d %{buildroot}/%{gemdir}/gems/%{gem_name}-%{version} -p1 < %{PATCH0}
32 31
 
33 32
 %files
34 33
 %defattr(-,root,root,-)
35 34
 %{gemdir}
36 35
 
37 36
 %changelog
37
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.2.2-1
38
+-   Automatic Version Bump
38 39
 *   Wed Sep 02 2020 Sujay G <gsujay@vmware.com> 1.2.1-3
39 40
 -   Rebuilt using ruby-2.7.1
40 41
 *   Wed Mar 11 2020 Nikolay Stanchev <nstanchev@vmware.com> 1.2.1-2
42
+-   Add patch to prevent error raising when verify mode is VERIFY_NONE
41 43
 *   Mon Jan 27 2020 Nikolay Stanchev <nstanchev@vmware.com> 1.2.1-1
42 44
 -   Initial build
... ...
@@ -4,7 +4,7 @@
4 4
 
5 5
 Name: rubygem-rest-client
6 6
 Version:        2.1.0
7
-Release:        2%{?dist}
7
+Release:        3%{?dist}
8 8
 Summary:        A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.
9 9
 Group:          Development/Libraries
10 10
 Vendor:         VMware, Inc.
... ...
@@ -12,10 +12,10 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    rest-client=169e6f1d6a55ae58e066ec37ec899eef14fde9a4
15
+%define sha512  rest-client=fe5d44409dfe607566b4c0324441d9a3981776699027bfbc92283b1cd425f204211fc872593cb0784e0ca7a5e061e98793540eedfeb1891d9a8afd53a5ce01de
16 16
 BuildRequires:  ruby >= 2.0.0
17 17
 
18
-Requires: rubygem-http-accept >= 1.7.0, rubygem-http-accept < 2.0.0
18
+Requires: rubygem-http-accept >= 1.7.0, rubygem-http-accept < 2.2.1
19 19
 Requires: rubygem-http-cookie >= 1.0.2, rubygem-http-cookie < 2.0.0
20 20
 Requires: rubygem-mime-types >= 1.16.0, rubygem-mime-types < 4.0.0
21 21
 Requires: rubygem-netrc >= 0.8.0, rubygem-netrc < 1.0.0
... ...
@@ -25,7 +25,7 @@ BuildArch: noarch
25 25
 A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.
26 26
 
27 27
 %prep
28
-%setup -q -c -T
28
+%autosetup -c -T
29 29
 
30 30
 %build
31 31
 
... ...
@@ -37,6 +37,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
37 37
 %{gemdir}
38 38
 
39 39
 %changelog
40
+*   Tue Nov 29 2022 Gerrit Photon <photon-checkins@vmware.com> 2.1.0-3
41
+-   Version bump to build with rubygem-http-accept-2.2.0
40 42
 *   Wed Sep 02 2020 Sujay G <gsujay@vmware.com> 2.1.0-2
41 43
 -   rebuilt with ruby-2.7.1
42 44
 *   Thu Aug 22 2019 Stanislav Hadjiiski <hadjiiskis@vmware.com> 2.1.0-1
... ...
@@ -4,13 +4,13 @@
4 4
 
5 5
 Name: rubygem-ronn
6 6
 Version:        0.7.3
7
-Release:        1%{?dist}
7
+Release:        2%{?dist}
8 8
 Summary:        manual authoring tool
9 9
 Group:          Development/Languages
10 10
 License:        MIT
11 11
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
12 12
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
13
-%define sha1    ronn=e30936a7e93204a81dd84fc0bff283b645fa1c29
13
+%define sha512  ronn=885418c88d5a1073f9457ea11e29d82d3bb40ad12506589ccfab83ad447445e41282c9688aba5646082ae5ecc6a047fa9439ffae14561152fc61a136474f611c
14 14
 Vendor:         VMware, Inc.
15 15
 Distribution:   Photon
16 16
 BuildRequires:  ruby
... ...
@@ -23,7 +23,7 @@ Requires:       rubygem-rdiscount
23 23
 Ronn converts textfiles to standard roff-formatted UNIX manpages or HTML
24 24
 
25 25
 %prep
26
-%setup -q -c -T
26
+%autosetup -c -T
27 27
 
28 28
 %build
29 29
 
... ...
@@ -35,5 +35,7 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
35 35
 %{gemdir}
36 36
 
37 37
 %changelog
38
+*   Fri Nov 25 2022 Shivani Agarwal <shivania2@vmware.com> 0.7.3-2
39
+-   Version bump to build with new ruby
38 40
 *   Thu Sep 17 2020 Him Kalyan Bordoloi <bordoloih@vmware.com> 0.7.3-1
39 41
 -   Initial build
... ...
@@ -3,14 +3,16 @@
3 3
 %global gem_name serverengine
4 4
 
5 5
 Name: rubygem-serverengine
6
-Version:        2.2.1
6
+Version:        2.3.0
7 7
 Release:        1%{?dist}
8 8
 Summary:        A framework to implement robust multiprocess servers like Unicorn
9 9
 Group:          Development/Languages
10 10
 License:        Apache 2
11
+Vendor:         VMware, Inc.
12
+Distribution:   Photon
11 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
12 14
 Source0:        https://rubygems.org/downloads/serverengine-%{version}.gem
13
-%define sha1    serverengine=d6f704b8ce4d05c029a548f28783086828c8fc84
15
+%define sha512    serverengine=0887ac556f9f4faa7d8e25743b2f79694153c0e7e39666c8ea02d0313c17835e0e5697da498ad1b23612ec938d8d9f430cfb9699711479ae088011c5a7fee4c4
14 16
 BuildRequires:  ruby > 2.1.0
15 17
 Provides: rubygem-serverengine = %{version}
16 18
 
... ...
@@ -18,7 +20,7 @@ Provides: rubygem-serverengine = %{version}
18 18
 A framework to implement robust multiprocess servers like Unicorn.
19 19
 
20 20
 %prep
21
-%setup -q -c -T
21
+%autosetup -c -T
22 22
 
23 23
 %build
24 24
 
... ...
@@ -30,6 +32,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
30 30
 %{gemdir}
31 31
 
32 32
 %changelog
33
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 2.3.0-1
34
+-   Automatic Version Bump
33 35
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 2.2.1-1
34 36
 -   Automatic Version Bump
35 37
 *   Tue Jul 24 2018 Srinidhi Rao <srinidhir@vmware.com> 2.0.7-1
... ...
@@ -4,21 +4,24 @@
4 4
 
5 5
 Name: rubygem-strptime
6 6
 Version:        0.2.5
7
-Release:        1%{?dist}
7
+Release:        2%{?dist}
8 8
 Summary:        a fast strptime/strftime engine which uses VM
9 9
 Group:          Development/Languages
10 10
 License:        BSD 2
11
+Vendor:         VMware, Inc.
12
+Distribution:   Photon
11 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
12 14
 Source0:        https://rubygems.org/downloads/strptime-%{version}.gem
13
-%define sha1    strptime=1df8c13eeb5f4071a514cc2f59c91ca967497ebb
15
+%define sha512  strptime=2f4493c6143f4984d7410c5b5270b8f93db211ae758ba3d5ca6f9e198733ad7e6d4d6996d9599f691b34d3329a242b99bd326767e52df0721b944e299ab03140
14 16
 BuildRequires:  ruby
17
+Requires:       ruby
15 18
 Provides: rubygem-strptime = %{version}
16 19
 
17 20
 %description
18 21
 a fast strptime/strftime engine which uses VM
19 22
 
20 23
 %prep
21
-%setup -q -c -T
24
+%autosetup -c -T
22 25
 
23 26
 %build
24 27
 
... ...
@@ -30,6 +33,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
30 30
 %{gemdir}
31 31
 
32 32
 %changelog
33
+*   Fri Nov 25 2022 Shivani Agarwal <shivania2@vmware.com> 0.2.5-2
34
+-   Version bump to build with new ruby
33 35
 *   Sat Sep 26 2020 Gerrit Photon <photon-checkins@vmware.com> 0.2.5-1
34 36
 -   Automatic Version Bump
35 37
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 0.2.4-1
... ...
@@ -2,8 +2,8 @@
2 2
 %global gemdir %(IFS=: R=($(gem env gempath)); echo ${R[${#R[@]}-1]})
3 3
 %define gem_name terminal-table
4 4
 Name:           rubygem-terminal-table
5
-Version:        1.8.0
6
-Release:        2%{?dist}
5
+Version:        3.0.2
6
+Release:        1%{?dist}
7 7
 Summary:        Simple, feature rich ascii table generation library
8 8
 Group:          Applications/Programming
9 9
 Vendor:         VMware, Inc.
... ...
@@ -11,7 +11,7 @@ Distribution:   Photon
11 11
 License:        BSD
12 12
 URL:            https://rubygems.org/gems/%{gem_name}
13 13
 Source0:        https://rubygems.org/downloads/terminal-table-%{version}.gem
14
-%define sha1    terminal-table=e5d8ae048471029bd8991152c7e8c20aafb8b935
14
+%define sha512    terminal-table=9d625a5903c7511f59f2e083ed2db72d337405019c41461b97590411a5028a061ce4a42eeb75c19b0e6deb2ef81f18ad80bb74d4ebdb9eca9ff6004631ddd994
15 15
 BuildRequires:  ruby
16 16
 Requires:       ruby
17 17
 Requires:       rubygem-unicode-display_width
... ...
@@ -20,7 +20,7 @@ Requires:       rubygem-unicode-display_width
20 20
 Simple, feature rich ascii table generation library
21 21
 
22 22
 %prep
23
-%setup -q -c -T
23
+%autosetup -c -T
24 24
 
25 25
 %build
26 26
 %install
... ...
@@ -31,6 +31,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
31 31
 %{gemdir}
32 32
 
33 33
 %changelog
34
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 3.0.2-1
35
+-   Automatic Version Bump
34 36
 *   Wed Sep 02 2020 Sujay G <gsujay@vmware.com> 1.8.0-2
35 37
 -   Rebuilt using ruby-2.7.1
36 38
 *   Tue Sep 11 2018 srinidhira0 <srinidhir@vmware.com> 1.8.0-1
... ...
@@ -45,4 +47,3 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
45 45
 -   GA - Bump release of all rpms
46 46
 *   Wed Nov 11 2015 Alexey Makhalov <amakhalov@vmware.com> 1.5.2-1
47 47
 -   Initial build
48
-
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name timers
4 4
 
5 5
 Name: rubygem-timers
6
-Version:        4.3.2
6
+Version:        4.3.5
7 7
 Release:        1%{?dist}
8 8
 Summary:        Schedule procs to run after a certain time, or at periodic intervals, using any API that accepts a timeout.
9 9
 Group:          Development/Libraries
... ...
@@ -12,7 +12,7 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    timers=10ac6c7525d5f44a124a19657a7afe0dfdf6a618
15
+%define sha512  timers=075b9c530b62e91ec4de995d1fc88667aac71372ef455343059294f075d57d6bcd52a36e182bd6b735852c9bfd8f0319d676ae377aaf060b857f5f3060b9e7c2
16 16
 BuildRequires:  ruby >= 2.2.1
17 17
 
18 18
 BuildArch: noarch
... ...
@@ -21,7 +21,7 @@ BuildArch: noarch
21 21
 Schedule procs to run after a certain time, or at periodic intervals, using any API that accepts a timeout.
22 22
 
23 23
 %prep
24
-%setup -q -c -T
24
+%autosetup -c -T
25 25
 
26 26
 %build
27 27
 
... ...
@@ -33,6 +33,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
33 33
 %{gemdir}
34 34
 
35 35
 %changelog
36
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 4.3.5-1
37
+-   Automatic Version Bump
36 38
 *   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 4.3.2-1
37 39
 -   Automatic Version Bump
38 40
 *   Wed Sep 02 2020 Sujay G <gsujay@vmware.com> 4.3.0-2
... ...
@@ -3,14 +3,16 @@
3 3
 %global gem_name tzinfo-data
4 4
 
5 5
 Name: rubygem-tzinfo-data
6
-Version:        1.2020.1
6
+Version:        1.2022.6
7 7
 Release:        1%{?dist}
8 8
 Summary:        data from the IANA Time Zone database packaged as Ruby modules
9 9
 Group:          Development/Languages
10 10
 License:        MIT
11
+Vendor:         VMware, Inc.
12
+Distribution:   Photon
11 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
12 14
 Source0:        https://rubygems.org/downloads/tzinfo-data-%{version}.gem
13
-%define sha1    tzinfo-data=ef368779f674bbdc4ea68f9c2e3fa2c49e847a2d
15
+%define sha512  tzinfo-data=fd3929465df1c6ee88133743c932f559995d6c6ac9317b5d044d1f24ab5b618f936ba4d6c9689198adffb8b8fea8f38faf85f644d4617d38665b95b6cc3129ed
14 16
 BuildRequires:  ruby
15 17
 Provides: rubygem-tzinfo-data = %{version}
16 18
 
... ...
@@ -19,7 +21,7 @@ TZInfo::Data contains data from the IANA Time Zone database packaged as
19 19
 Ruby modules for use with TZInfo.
20 20
 
21 21
 %prep
22
-%setup -q -c -T
22
+%autosetup -c -T
23 23
 
24 24
 %build
25 25
 
... ...
@@ -31,6 +33,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
31 31
 %{gemdir}
32 32
 
33 33
 %changelog
34
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.2022.6-1
35
+-   Automatic Version Bump
34 36
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 1.2020.1-1
35 37
 -   Automatic Version Bump
36 38
 *   Tue Jul 24 2018 Srinidhi Rao <srinidhir@vmware.com> 1.2018.5-1
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name tzinfo
4 4
 
5 5
 Name: rubygem-tzinfo
6
-Version:        2.0.2
6
+Version:        2.0.5
7 7
 Release:        1%{?dist}
8 8
 Summary:        Timezone related support for Ruby.
9 9
 Group:          Development/Languages
... ...
@@ -12,14 +12,14 @@ Vendor:         VMware, Inc.
12 12
 Distribution:   Photon
13 13
 URL:            https://rubygems.org/gems/tzinfo/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/tzinfo-%{version}.gem
15
-%define sha1    tzinfo=24f7381a309ebc405803aa3c05be659982c3c4ae
15
+%define sha512    tzinfo=d3248d9226b974095392c17916701c7318df895fb1d5581d3bafd73672fbb1ec30f4c1bac690379c714df66856558011c27bcedf2d53beb51031441f7bfee0ae
16 16
 BuildRequires:  ruby
17 17
 
18 18
 %description
19 19
 TZInfo provides daylight savings aware transformations between times in different time zones.
20 20
 
21 21
 %prep
22
-%setup -q -c -T
22
+%autosetup -c -T
23 23
 
24 24
 %build
25 25
 
... ...
@@ -36,6 +36,8 @@ rake test
36 36
 %{gemdir}
37 37
 
38 38
 %changelog
39
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 2.0.5-1
40
+-   Automatic Version Bump
39 41
 *   Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 2.0.2-1
40 42
 -   Automatic Version Bump
41 43
 *   Tue Nov 27 2018 Sujay G <gsujay@vmware.com> 1.2.5-2
... ...
@@ -3,7 +3,7 @@
3 3
 %global gem_name unf_ext
4 4
 
5 5
 Name: rubygem-unf_ext
6
-Version:        0.0.7.7
6
+Version:        0.0.8.2
7 7
 Release:        1%{?dist}
8 8
 Summary:        Unicode Normalization Form support library for CRuby.
9 9
 Group:          Development/Libraries
... ...
@@ -12,15 +12,16 @@ Distribution:   Photon
12 12
 License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 Source0:        https://rubygems.org/downloads/%{gem_name}-%{version}.gem
15
-%define sha1    unf_ext=d0d10680d5bb965d1186ccefb6c01a35e31c4a56
15
+%define sha512  unf_ext=c9d3e54c96a525031d3b2fe349b5ffa1d03e3f28f74c3a2715af299e5274c7514526d07be5d7244a2cf9561c11e170b15c75d34c5e2a7143cef1ee25d32d2137
16 16
 BuildRequires:  ruby
17 17
 BuildRequires:  gmp-devel
18
+Requires:       ruby
18 19
 
19 20
 %description
20 21
 Unicode Normalization Form support library for CRuby.
21 22
 
22 23
 %prep
23
-%setup -q -c -T
24
+%autosetup -c -T
24 25
 
25 26
 %build
26 27
 
... ...
@@ -32,6 +33,8 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
32 32
 %{gemdir}
33 33
 
34 34
 %changelog
35
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 0.0.8.2-1
36
+-   Automatic Version Bump
35 37
 *   Thu Jul 16 2020 Gerrit Photon <photon-checkins@vmware.com> 0.0.7.7-1
36 38
 -   Automatic Version Bump
37 39
 *   Wed Sep 4 2019 Stanislav Hadjiiski <hadjiiskis@vmware.com> 0.0.7.6-2
... ...
@@ -4,7 +4,7 @@
4 4
 
5 5
 Summary:        Unicode::DisplayWidth.
6 6
 Name:           rubygem-unicode-display_width
7
-Version:        1.7.0
7
+Version:        2.3.0
8 8
 Release:        1%{?dist}
9 9
 Group:          Development/Languages
10 10
 License:        MIT
... ...
@@ -12,7 +12,7 @@ Vendor:         VMware, Inc.
12 12
 Distribution:   Photon
13 13
 URL:            https://github.com/janlelis/unicode-display_width
14 14
 Source0:        http://rubygems.org/gems/unicode-display_width-%{version}.gem
15
-%define sha1    unicode-display_width=6d743a99b24181c979b99f09df161fb2a2d983bf
15
+%define sha512  unicode-display_width=5c8b5cad378baee9a449d1f06edccbea12f26f8d269ba39ef500dfc6bd5c0b478aa9e0a7262ac07ad3f3e75ee66bbcd4b2d450eae78ac67a3c912804ae9ae1ec
16 16
 BuildRequires:  ruby
17 17
 Requires:       ruby
18 18
 
... ...
@@ -20,7 +20,7 @@ Requires:       ruby
20 20
 Determines the monospace display width of a string in Ruby. Implementation based on EastAsianWidth.txt and other data, 100% in Ruby. Other than wcwidth(), which fulfills a similar purpose, it does not rely on the OS vendor to provide an up-to-date method for measuring string width.
21 21
 
22 22
 %prep
23
-%setup -q -c -T
23
+%autosetup -c -T
24 24
 
25 25
 %build
26 26
 
... ...
@@ -37,6 +37,8 @@ rake test
37 37
 %{gemdir}
38 38
 
39 39
 %changelog
40
+*   Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 2.3.0-1
41
+-   Automatic Version Bump
40 42
 *   Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 1.7.0-1
41 43
 -   Automatic Version Bump
42 44
 *   Thu Nov 22 2018 Sujay G <gsujay@vmware.com> 1.4.0-2
... ...
@@ -3,8 +3,8 @@
3 3
 %global gem_name yajl-ruby
4 4
 
5 5
 Name:           rubygem-yajl-ruby
6
-Version:        1.4.1
7
-Release:        2%{?dist}
6
+Version:        1.4.3
7
+Release:        1%{?dist}
8 8
 Summary:        Ruby C bindings to the excellent Yajl JSON stream-based parser library.
9 9
 Group:          Development/Languages
10 10
 Vendor:         VMware, Inc.
... ...
@@ -13,11 +13,13 @@ License:        MIT
13 13
 URL:            https://rubygems.org/gems/%{gem_name}/versions/%{version}
14 14
 
15 15
 Source0:        https://rubygems.org/downloads/yajl-ruby-%{version}.gem
16
-%define sha512 yajl-ruby=24cd82380658d784bbf0a7a16d4048125cc5a856b0e0b4d3bdec29a550a9131d3959f9a75eba0d18d5db8d0a23158fb7ef6ea6f60d221a7bc3d8efc437d52df5
16
+%define sha512  yajl-ruby=8cfde677f11ad80a468dce7876b97aa87fa35d78fcd727d4542e00c09cc28d1cca3301cf7c4e1f773edf2192262ec8d6ffab93b11d488d2b048d8013f6c7645a
17 17
 
18 18
 BuildRequires:  ruby
19 19
 
20
-Provides: rubygem-yajl-ruby = %{version}
20
+Requires:       ruby
21
+
22
+Provides:       rubygem-yajl-ruby = %{version}
21 23
 
22 24
 %description
23 25
 Ruby C bindings to the excellent Yajl JSON stream-based parser library.
... ...
@@ -35,6 +37,8 @@ gem install -V --local --force --install-dir %{buildroot}%{gemdir} %{SOURCE0}
35 35
 %{gemdir}
36 36
 
37 37
 %changelog
38
+* Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 1.4.3-1
39
+- Automatic Version Bump
38 40
 * Wed Sep 02 2020 Sujay G <gsujay@vmware.com> 1.4.1-2
39 41
 - Rebuilt using ruby-2.7.1
40 42
 * Tue Sep 11 2018 srinidhira0 <srinidhir@vmware.com> 1.4.1-1