Github messages for voidlinux
 help / color / mirror / Atom feed
From: leahneukirchen <leahneukirchen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Ruby 3.2
Date: Wed, 17 May 2023 14:20:36 +0200	[thread overview]
Message-ID: <20230517122036.6N0lvlqyXcQVmfi_7QMCYzA7h-lPsFgWx45VmYtQRrk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41439@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1325 bytes --]

There is an updated pull request by leahneukirchen against master on the void-packages repository

https://github.com/leahneukirchen/void-packages ruby32
https://github.com/void-linux/void-packages/pull/41439

Ruby 3.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

Still missing:
- [x] vagrant https://github.com/hashicorp/vagrant/issues/13028

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/41439.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby32-41439.patch --]
[-- Type: text/x-diff, Size: 41306 bytes --]

From 684db5bbbec5a21c622234f2f0b3b9f5baf0ccf4 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:28:54 +0100
Subject: [PATCH 01/53] ruby: update to 3.2.0.

---
 common/shlibs         | 2 +-
 srcpkgs/ruby/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 512268d5030f..fb04697b083f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -445,7 +445,7 @@ libKScreenLocker.so.5 kscreenlocker-5.8.4_1
 libparted.so.2 libparted-3.1_1
 libparted-fs-resize.so.0 libparted-3.1_1
 libntfs-3g.so.89 ntfs-3g-2021.8.22_1
-libruby.so.3.1 ruby-3.1.0_1
+libruby.so.3.2 ruby-3.2.0_1
 librw.so.0 rankwidth-0.9_1
 libprocessui.so.9 libksysguard-5.18.90_1
 libksignalplotter.so.9 libksysguard-5.18.90_1
diff --git a/srcpkgs/ruby/template b/srcpkgs/ruby/template
index 8ae5c53e8993..bb5d73fbf21b 100644
--- a/srcpkgs/ruby/template
+++ b/srcpkgs/ruby/template
@@ -1,8 +1,8 @@
 # Template file for 'ruby'
-_ruby_abiver=3.1.0
+_ruby_abiver=3.2.0
 
 pkgname=ruby
-version=3.1.4
+version=3.2.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-shared --disable-rpath
@@ -16,7 +16,7 @@ homepage="http://www.ruby-lang.org/en/"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Ruby, BSD-2-Clause"
 distfiles="https://cache.ruby-lang.org/pub/ruby/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=1b6d6010e76036c937b9671f4752f065aeca800a6c664f71f6c9a699453af94f
+checksum=d2f4577306e6dd932259693233141e5c3ec13622c95b75996541b8d5b68b28b4
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)	# Broken on the builders but successfully built locally

From 56ac372d823fb15255e18303bccc2544c87506b1 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:19:03 +0100
Subject: [PATCH 02/53] vim: rebuild for ruby-3.2.0.

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index e2f7207a51a8..ae29330a050c 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=9.0.1321
-revision=2
+revision=3
 create_wrksrc=required
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel ncurses-devel

From fa17a9fc0f687d78e7181f2d73c31708128aac8b Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:41:13 +0100
Subject: [PATCH 03/53] ruby-asciidoctor: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-asciidoctor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-asciidoctor/template b/srcpkgs/ruby-asciidoctor/template
index e9e7669f0f6c..d6ffcd4a750c 100644
--- a/srcpkgs/ruby-asciidoctor/template
+++ b/srcpkgs/ruby-asciidoctor/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-asciidoctor'
 pkgname=ruby-asciidoctor
 version=2.0.15
-revision=3
+revision=4
 build_style=gem
 short_desc="Ruby implementation of AsciiDoc"
 maintainer="Orphaned <orphan@voidlinux.org>"

From ac3b12424d040003cd467ce4812f5d76216bacb4 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:25:54 +0100
Subject: [PATCH 04/53] weechat: rebuild for ruby-3.2.0.

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 168df2814c4a..30b08a1534c2 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=3.8
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From 0bf400f8a93168629335eb53466fcc0ae8f89528 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:29:20 +0100
Subject: [PATCH 05/53] ruby-clocale: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-clocale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-clocale/template b/srcpkgs/ruby-clocale/template
index 61691785300f..3a205ebcd55b 100644
--- a/srcpkgs/ruby-clocale/template
+++ b/srcpkgs/ruby-clocale/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-clocale'
 pkgname=ruby-clocale
 version=0.0.4
-revision=5
+revision=6
 build_style=gemspec
 short_desc="Ruby gem that wraps C locale functions"
 maintainer="Orphaned <orphan@voidlinux.org>"

From b67fff9da3fb860072b123c3bdf429645421babd Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:29:36 +0100
Subject: [PATCH 06/53] ruby-ffi: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-ffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-ffi/template b/srcpkgs/ruby-ffi/template
index 20bb95e2e7a6..1643673e9773 100644
--- a/srcpkgs/ruby-ffi/template
+++ b/srcpkgs/ruby-ffi/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-ffi'
 pkgname=ruby-ffi
 version=1.11.3
-revision=6
+revision=7
 build_style=gemspec
 hostmakedepends="libffi-devel"
 makedepends="libffi-devel"

From 2a8d6eefd4046ed1f62218a65684faea6a62aa04 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:30:20 +0100
Subject: [PATCH 07/53] ruby-hpricot: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-hpricot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-hpricot/template b/srcpkgs/ruby-hpricot/template
index 54a19f4d8cf9..814307a54c8d 100644
--- a/srcpkgs/ruby-hpricot/template
+++ b/srcpkgs/ruby-hpricot/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-hpricot'
 pkgname=ruby-hpricot
 version=0.8.6
-revision=7
+revision=8
 build_style=gemspec
 makedepends="ruby-devel"
 short_desc="Swift, liberal HTML parser"

From 73bf2b9e24d94a4bd40886c2afae8abdbcf6aed0 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:30:43 +0100
Subject: [PATCH 08/53] ruby-rdiscount: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-rdiscount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-rdiscount/template b/srcpkgs/ruby-rdiscount/template
index 5c23f6a0ed3e..f35697923c3d 100644
--- a/srcpkgs/ruby-rdiscount/template
+++ b/srcpkgs/ruby-rdiscount/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-rdiscount'
 pkgname=ruby-rdiscount
 version=2.2.0.1
-revision=9
+revision=10
 build_style=gemspec
 makedepends="ruby-devel"
 short_desc="Fast implementation of Gruber's Markdown in C"

From 5ae22fbd76cae4677d25ba2f999413bf86a61807 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:31:07 +0100
Subject: [PATCH 09/53] rrdtool: rebuild for ruby-3.2.0.

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 50b6aee29f6d..d2b38f2300dd 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=14
+revision=15
 build_style=gnu-configure
 # configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1;
 # until this is fixed upstream, manually define am_cv_python_version to circumvent

From dad61f13286d54c47a5891207986d4f4a3d37424 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:32:30 +0100
Subject: [PATCH 10/53] subtle: rebuild for ruby-3.2.0.

---
 srcpkgs/subtle/patches/ruby32.patch | 34 +++++++++++++++++++++++++++++
 srcpkgs/subtle/template             |  2 +-
 2 files changed, 35 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/subtle/patches/ruby32.patch

diff --git a/srcpkgs/subtle/patches/ruby32.patch b/srcpkgs/subtle/patches/ruby32.patch
new file mode 100644
index 000000000000..23a3303215bd
--- /dev/null
+++ b/srcpkgs/subtle/patches/ruby32.patch
@@ -0,0 +1,34 @@
+--- a/src/shared/shared.h
++++ b/src/shared/shared.h
+@@ -18,6 +18,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <stdarg.h>
++#include <stdint.h>
+ #include <signal.h>
+ #include <errno.h>
+ #include <assert.h>
+--- a/data/sur/server.rb
++++ b/data/sur/server.rb
+@@ -148,8 +148,8 @@
+         #DataMapper::Model.raise_on_save_failure = true
+ 
+         # Create database and store
+-        DataMapper.auto_migrate!  unless File.exists?(DATABASE)
+-        Dir.mkdir(REPOSITORY)     unless File.exists?(REPOSITORY)
++        DataMapper.auto_migrate!  unless File.exist?(DATABASE)
++        Dir.mkdir(REPOSITORY)     unless File.exist?(REPOSITORY)
+ 
+         # Configure sinatra application
+         set :port, port
+--- a/Rakefile
++++ b/Rakefile
+@@ -288,7 +288,7 @@
+     end
+ 
+     # Get revision
+-    if File.exists?(".hg") and (hg = find_executable0("hg"))
++    if File.exist?(".hg") and (hg = find_executable0("hg"))
+       match = `#{hg} tip`.match(/^[^:]+:\s*(\d+).*/)
+ 
+       if !match.nil? and 2 == match.size
diff --git a/srcpkgs/subtle/template b/srcpkgs/subtle/template
index 1f41155a11ad..32b13cb1d561 100644
--- a/srcpkgs/subtle/template
+++ b/srcpkgs/subtle/template
@@ -18,7 +18,7 @@ if [ "$CROSS_BUILD" ]; then
 		broken="Word size must match"
 	fi
 	hostmakedepends+=" $makedepends"
-	CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/ruby-3.1.0/"
+	CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/ruby-3.2.0/"
 	export CFLAGS
 fi
 

From a3ed5cb3663ad10faba056351b077125ef592675 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:39:43 +0100
Subject: [PATCH 11/53] notmuch: rebuild for ruby-3.2.0.

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 4f51aeb872ac..a59f33f98c4f 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.35
-revision=2
+revision=3
 build_style=configure
 configure_args="--prefix=/usr
  --emacslispdir=/usr/share/emacs/site-lisp/notmuch

From a8b9358632cfb9c0aa91f40d7bb0e1043bff1c9d Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:20 +0100
Subject: [PATCH 12/53] ruby-sync: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-sync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-sync/template b/srcpkgs/ruby-sync/template
index 6df66104b6bf..0a1d70c9a99b 100644
--- a/srcpkgs/ruby-sync/template
+++ b/srcpkgs/ruby-sync/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-sync'
 pkgname=ruby-sync
 version=0.5.0
-revision=4
+revision=5
 build_style=gemspec
 hostmakedepends="ruby"
 depends="ruby"

From 4463fb800df9d27a54ff473d2572b37da7beb88d Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:20 +0100
Subject: [PATCH 13/53] ruby-concurrent-ruby: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-concurrent-ruby/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-concurrent-ruby/template b/srcpkgs/ruby-concurrent-ruby/template
index b758fcda8711..0b9a1bbf9cb0 100644
--- a/srcpkgs/ruby-concurrent-ruby/template
+++ b/srcpkgs/ruby-concurrent-ruby/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-concurrent-ruby'
 pkgname=ruby-concurrent-ruby
 version=1.1.7
-revision=3
+revision=4
 build_style=gem
 hostmakedepends="ruby"
 depends="ruby"

From 2dd884cdaff4bac1d5a7ecba1471e02acaa9d9fd Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:21 +0100
Subject: [PATCH 14/53] ruby-rubysl-singleton: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-rubysl-singleton/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-rubysl-singleton/template b/srcpkgs/ruby-rubysl-singleton/template
index 47b678bb2ae3..3b7b88d44d78 100644
--- a/srcpkgs/ruby-rubysl-singleton/template
+++ b/srcpkgs/ruby-rubysl-singleton/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-rubysl-singleton'
 pkgname=ruby-rubysl-singleton
 version=2.0.0
-revision=5
+revision=6
 build_style=gemspec
 hostmakedepends="ruby"
 depends="ruby"

From 74717a7549a6848797599b43174d6898a3c91fad Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:21 +0100
Subject: [PATCH 15/53] ruby-deep_merge: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-deep_merge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-deep_merge/template b/srcpkgs/ruby-deep_merge/template
index dbb7b1c5db62..3b98341b36aa 100644
--- a/srcpkgs/ruby-deep_merge/template
+++ b/srcpkgs/ruby-deep_merge/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-deep_merge'
 pkgname=ruby-deep_merge
 version=1.2.1
-revision=5
+revision=6
 build_style=gemspec
 hostmakedepends="ruby"
 depends="ruby"

From c85ed14e85883a0844a96e15cb67c372ad93af77 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:21 +0100
Subject: [PATCH 16/53] ruby-addressable: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-addressable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-addressable/template b/srcpkgs/ruby-addressable/template
index 13097fcfe0be..d12783ec7768 100644
--- a/srcpkgs/ruby-addressable/template
+++ b/srcpkgs/ruby-addressable/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-addressable'
 pkgname=ruby-addressable
 version=2.7.0
-revision=6
+revision=7
 build_style=gem
 depends="ruby-public_suffix>=2.0.2 ruby-public_suffix<5.0"
 short_desc="Replacement for Ruby's standard library URI implementation"

From fa43e445e4f07d1ab576f4e0738a8b4b92744d24 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:22 +0100
Subject: [PATCH 17/53] ruby-backports: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-backports/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-backports/template b/srcpkgs/ruby-backports/template
index 355a40cfad75..27bf81754d7d 100644
--- a/srcpkgs/ruby-backports/template
+++ b/srcpkgs/ruby-backports/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-backports'
 pkgname=ruby-backports
 version=3.15.0
-revision=5
+revision=6
 build_style=gem
 short_desc="Essential backports that enable many of the nice features of Ruby"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 8ea2b86ae8879a51e7cd42ada2f6c3719128caf9 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:22 +0100
Subject: [PATCH 18/53] ruby-connection_pool: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-connection_pool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-connection_pool/template b/srcpkgs/ruby-connection_pool/template
index a83d37b84ed5..0304cf0ee6df 100644
--- a/srcpkgs/ruby-connection_pool/template
+++ b/srcpkgs/ruby-connection_pool/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-connection_pool'
 pkgname=ruby-connection_pool
 version=2.2.2
-revision=6
+revision=7
 build_style=gem
 short_desc="Generic connection pool for Ruby"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 9398efc24873c2e58f3422eefd31c3a9de6ec917 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:22 +0100
Subject: [PATCH 19/53] ruby-erubis: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-erubis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-erubis/template b/srcpkgs/ruby-erubis/template
index 5cc96909679e..f5f8bb1d3a61 100644
--- a/srcpkgs/ruby-erubis/template
+++ b/srcpkgs/ruby-erubis/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-erubis'
 pkgname=ruby-erubis
 version=2.7.0
-revision=6
+revision=7
 build_style=gem
 short_desc="Erubis is an implementation of eRuby"
 maintainer="Orphaned <orphan@voidlinux.org>"

From ae95524fe2883481e036b32c8443eca41e675f0d Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:23 +0100
Subject: [PATCH 20/53] ruby-ethon: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-ethon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-ethon/template b/srcpkgs/ruby-ethon/template
index a3184cb3fc47..3cdfa9410b92 100644
--- a/srcpkgs/ruby-ethon/template
+++ b/srcpkgs/ruby-ethon/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-ethon'
 pkgname=ruby-ethon
 version=0.12.0
-revision=5
+revision=6
 build_style=gem
 depends="ruby-ffi>=1.3.0"
 short_desc="Lightweight wrapper around libcurl"

From 83df037ca8b72d517e0f07c5495a6f7cf5096f07 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:23 +0100
Subject: [PATCH 21/53] ruby-faraday: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-faraday/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-faraday/template b/srcpkgs/ruby-faraday/template
index 6b8997a6425d..510af9f7bd68 100644
--- a/srcpkgs/ruby-faraday/template
+++ b/srcpkgs/ruby-faraday/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-faraday'
 pkgname=ruby-faraday
 version=1.0.1
-revision=4
+revision=5
 build_style=gem
 depends="ruby-multipart-post>=1.2 ruby-multipart-post<3"
 short_desc="HTTP/REST API client library"

From 7fd1675635d5716a50c2ba3f15e56601b8d5cc92 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:23 +0100
Subject: [PATCH 22/53] ruby-faraday_middleware: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-faraday_middleware/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-faraday_middleware/template b/srcpkgs/ruby-faraday_middleware/template
index b819c537ba5f..becc0ec6ec32 100644
--- a/srcpkgs/ruby-faraday_middleware/template
+++ b/srcpkgs/ruby-faraday_middleware/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-faraday_middleware'
 pkgname=ruby-faraday_middleware
 version=1.0.0
-revision=4
+revision=5
 build_style=gem
 depends="ruby-faraday>=1.0"
 short_desc="Various middleware for Faraday"

From 95a34fca7644845ac0919d5ae343eb927a20954e Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:24 +0100
Subject: [PATCH 23/53] ruby-filesize: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-filesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-filesize/template b/srcpkgs/ruby-filesize/template
index 1a9939136b77..844207dcc69d 100644
--- a/srcpkgs/ruby-filesize/template
+++ b/srcpkgs/ruby-filesize/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-filesize'
 pkgname=ruby-filesize
 version=0.2.0
-revision=6
+revision=7
 build_style=gem
 short_desc="Small class for handling filesizes"
 maintainer="Orphaned <orphan@voidlinux.org>"

From bc15b808c97ab8035c33ebedfca51651295be941 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:24 +0100
Subject: [PATCH 24/53] ruby-gh: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-gh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-gh/template b/srcpkgs/ruby-gh/template
index 5758f646973d..bf5c801507b3 100644
--- a/srcpkgs/ruby-gh/template
+++ b/srcpkgs/ruby-gh/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-gh'
 pkgname=ruby-gh
 version=0.15.1
-revision=6
+revision=7
 build_style=gem
 depends="ruby-addressable>=2.4.0 ruby-backports ruby-faraday>=0.8
  ruby-multi_json>=1.0 ruby-net-http-persistent>=2.9 ruby-net-http-pipeline"

From 29152ca45a70e90f7ccfaa856ed142dd886d6e73 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:24 +0100
Subject: [PATCH 25/53] ruby-highline: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-highline/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-highline/template b/srcpkgs/ruby-highline/template
index 7e7e9bdd80ea..637f5251e652 100644
--- a/srcpkgs/ruby-highline/template
+++ b/srcpkgs/ruby-highline/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-highline'
 pkgname=ruby-highline
 version=2.0.3
-revision=5
+revision=6
 build_style=gem
 short_desc="High-level IO library for comamndline interfaces"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 8b4765b8caa236bc129a2e99fe3f5285dcbab669 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:25 +0100
Subject: [PATCH 26/53] ruby-httparty: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-httparty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-httparty/template b/srcpkgs/ruby-httparty/template
index 4b286f65f329..79df8676af9b 100644
--- a/srcpkgs/ruby-httparty/template
+++ b/srcpkgs/ruby-httparty/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-httparty'
 pkgname=ruby-httparty
 version=0.17.1
-revision=5
+revision=6
 build_style=gem
 depends="ruby-mime-types>=3.0 ruby-multi_xml>=0.5.2"
 short_desc="Makes http fun! Also, makes consuming restful web services dead easy"

From 05e34b8f0703aa06574c478605b1c30ff4cb551d Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:25 +0100
Subject: [PATCH 27/53] ruby-launchy: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-launchy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-launchy/template b/srcpkgs/ruby-launchy/template
index f8890626158c..89a71603a7ed 100644
--- a/srcpkgs/ruby-launchy/template
+++ b/srcpkgs/ruby-launchy/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-launchy'
 pkgname=ruby-launchy
 version=2.4.3
-revision=6
+revision=7
 build_style=gem
 depends="ruby-addressable>=2.3 ruby-addressable<3.0"
 short_desc="Helper class for launching cross-platform applications"

From 4e7d5c0738426f617690c7b4da5f6171f745fa23 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:25 +0100
Subject: [PATCH 28/53] ruby-manpages: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-manpages/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-manpages/template b/srcpkgs/ruby-manpages/template
index 927f16b7068c..4cde07f0e89e 100644
--- a/srcpkgs/ruby-manpages/template
+++ b/srcpkgs/ruby-manpages/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-manpages'
 pkgname=ruby-manpages
 version=0.6.1
-revision=6
+revision=7
 build_style=gem
 short_desc="Gem to add man pages support to ruby gems"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 504fe48dc657118b10e15adb68c4d829574a4855 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:26 +0100
Subject: [PATCH 29/53] ruby-mime-types: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-mime-types/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-mime-types/template b/srcpkgs/ruby-mime-types/template
index c8c52b52d4a3..bab84b54e56a 100644
--- a/srcpkgs/ruby-mime-types/template
+++ b/srcpkgs/ruby-mime-types/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-mime-types'
 pkgname=ruby-mime-types
 version=3.4.1
-revision=1
+revision=2
 build_style=gem
 depends="ruby-mime-types-data>=3.2015"
 short_desc="Library for registry and information about MIME types"

From 5906926c271d98ea6e46c6dfbc69cbeea963645e Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:26 +0100
Subject: [PATCH 30/53] ruby-mime-types-data: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-mime-types-data/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-mime-types-data/template b/srcpkgs/ruby-mime-types-data/template
index 5bf165506ad2..fd6da7ef3a8a 100644
--- a/srcpkgs/ruby-mime-types-data/template
+++ b/srcpkgs/ruby-mime-types-data/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-mime-types-data'
 pkgname=ruby-mime-types-data
 version=3.2022.0105
-revision=1
+revision=2
 build_style=gem
 short_desc="Registry for MIME media type definitions"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 05d38bb8db327de4f56cadd7854f912e9a83e2ec Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:26 +0100
Subject: [PATCH 31/53] ruby-mini_portile2: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-mini_portile2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-mini_portile2/template b/srcpkgs/ruby-mini_portile2/template
index f7c225545dc9..1828dc1eed67 100644
--- a/srcpkgs/ruby-mini_portile2/template
+++ b/srcpkgs/ruby-mini_portile2/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-mini_portile2'
 pkgname=ruby-mini_portile2
 version=2.4.0
-revision=5
+revision=6
 build_style=gem
 short_desc="Simplistic port-like solution for developers"
 maintainer="Orphaned <orphan@voidlinux.org>"

From ecd4cb71f437b5daf715fbe731b29a3b2b856f84 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:26 +0100
Subject: [PATCH 32/53] ruby-multi_json: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-multi_json/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-multi_json/template b/srcpkgs/ruby-multi_json/template
index 006d7d578a16..bda0db82272e 100644
--- a/srcpkgs/ruby-multi_json/template
+++ b/srcpkgs/ruby-multi_json/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-multi_json'
 pkgname=ruby-multi_json
 version=1.14.1
-revision=5
+revision=6
 build_style=gem
 short_desc="Common interface for multiple JSON parsing libraries"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 290f6d030dbd744143208f33b274bf1ed72416ee Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:27 +0100
Subject: [PATCH 33/53] ruby-multi_xml: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-multi_xml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-multi_xml/template b/srcpkgs/ruby-multi_xml/template
index fd23fbc227f5..a16499ccc777 100644
--- a/srcpkgs/ruby-multi_xml/template
+++ b/srcpkgs/ruby-multi_xml/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-multi_xml'
 pkgname=ruby-multi_xml
 version=0.6.0
-revision=6
+revision=7
 build_style=gem
 short_desc="Swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 91693c85a9e6b340a83451f59602303659d0cc43 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:27 +0100
Subject: [PATCH 34/53] ruby-multipart-post: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-multipart-post/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-multipart-post/template b/srcpkgs/ruby-multipart-post/template
index c6baa24adf70..2fa50e4a990f 100644
--- a/srcpkgs/ruby-multipart-post/template
+++ b/srcpkgs/ruby-multipart-post/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-multipart-post'
 pkgname=ruby-multipart-post
 version=2.1.1
-revision=5
+revision=6
 build_style=gem
 short_desc="Use with Net::HTTP to do multipart form posts"
 maintainer="Orphaned <orphan@voidlinux.org>"

From a2f83a715ed55342ba9f5b7ad18ba120e99a6bc0 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:27 +0100
Subject: [PATCH 35/53] ruby-mustache: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-mustache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-mustache/template b/srcpkgs/ruby-mustache/template
index cf10ae6f107f..8c6b5a1f1364 100644
--- a/srcpkgs/ruby-mustache/template
+++ b/srcpkgs/ruby-mustache/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-mustache'
 pkgname=ruby-mustache
 version=1.1.1
-revision=5
+revision=6
 build_style=gem
 short_desc="Framework-agnostic way to render logic-free views"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 80ce4cdc5725499f0947b22f8f9b21f3d01ae1f3 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:28 +0100
Subject: [PATCH 36/53] ruby-net-http-persistent: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-net-http-persistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-net-http-persistent/template b/srcpkgs/ruby-net-http-persistent/template
index 943562acf325..2959ebdbda7a 100644
--- a/srcpkgs/ruby-net-http-persistent/template
+++ b/srcpkgs/ruby-net-http-persistent/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-net-http-persistent'
 pkgname=ruby-net-http-persistent
 version=4.0.1
-revision=2
+revision=3
 build_style=gem
 depends="ruby-connection_pool>=2.2 ruby-connection_pool<3.0"
 short_desc="Manages persistent connections using Net::HTTP"

From 7aa5531c58619714222e8339b20d58cce41f0b08 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:28 +0100
Subject: [PATCH 37/53] ruby-net-http-pipeline: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-net-http-pipeline/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-net-http-pipeline/template b/srcpkgs/ruby-net-http-pipeline/template
index a071ee510449..062c85a7cfb6 100644
--- a/srcpkgs/ruby-net-http-pipeline/template
+++ b/srcpkgs/ruby-net-http-pipeline/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-net-http-pipeline'
 pkgname=ruby-net-http-pipeline
 version=1.0.1
-revision=6
+revision=7
 build_style=gem
 short_desc="HTTP/1.1 pipelining implementation atop Net::HTTP"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 2aedfdaf6ac5b606b5c90597d577032de2671e0d Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:28 +0100
Subject: [PATCH 38/53] ruby-pkg-config: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-pkg-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-pkg-config/template b/srcpkgs/ruby-pkg-config/template
index 8c53cce12f49..69ec4b2671f9 100644
--- a/srcpkgs/ruby-pkg-config/template
+++ b/srcpkgs/ruby-pkg-config/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-pkg-config'
 pkgname=ruby-pkg-config
 version=1.4.0
-revision=5
+revision=6
 build_style=gem
 short_desc="Properly detect need libraries for compiling Ruby native extensions"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 8577a514b46319ca7fb77502fc84a07de45ea1e1 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:29 +0100
Subject: [PATCH 39/53] ruby-public_suffix: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-public_suffix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-public_suffix/template b/srcpkgs/ruby-public_suffix/template
index 0e4eed0e0f02..98d33cc0ca3b 100644
--- a/srcpkgs/ruby-public_suffix/template
+++ b/srcpkgs/ruby-public_suffix/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-public_suffix'
 pkgname=ruby-public_suffix
 version=4.0.2
-revision=5
+revision=6
 build_style=gem
 short_desc="Parse domain names into top level domain, domain and subdomains"
 maintainer="Orphaned <orphan@voidlinux.org>"

From fb7e5380e423c39eb29c04a50a7e73b5b2d5cfe8 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:29 +0100
Subject: [PATCH 40/53] ruby-pusher-client: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-pusher-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-pusher-client/template b/srcpkgs/ruby-pusher-client/template
index 2d4e3c021e57..e543f05010a3 100644
--- a/srcpkgs/ruby-pusher-client/template
+++ b/srcpkgs/ruby-pusher-client/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-pusher-client'
 pkgname=ruby-pusher-client
 version=0.6.2
-revision=6
+revision=7
 build_style=gem
 depends="ruby-websocket>=1.0 ruby-websocket<2.0"
 short_desc="Client for consuming WebSockets from http://pusher.com"

From e0f741fa16ee9886fe933a5825e0eec70caa3e25 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:29 +0100
Subject: [PATCH 41/53] ruby-rainbow: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-rainbow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-rainbow/template b/srcpkgs/ruby-rainbow/template
index e9a41a7cf61f..537112639b4c 100644
--- a/srcpkgs/ruby-rainbow/template
+++ b/srcpkgs/ruby-rainbow/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-rainbow'
 pkgname=ruby-rainbow
 version=3.0.0
-revision=6
+revision=7
 build_style=gem
 short_desc="Colorize printed text on ANSI terminals"
 maintainer="Orphaned <orphan@voidlinux.org>"

From cbbe5277551cd5284a13fd6cd0aa7aac7a7442b3 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:30 +0100
Subject: [PATCH 42/53] ruby-rb-readline: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-rb-readline/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-rb-readline/template b/srcpkgs/ruby-rb-readline/template
index 15beb60005a5..b4fc1b8225e5 100644
--- a/srcpkgs/ruby-rb-readline/template
+++ b/srcpkgs/ruby-rb-readline/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-rb-readline'
 pkgname=ruby-rb-readline
 version=0.5.5
-revision=6
+revision=7
 build_style=gem
 depends="ruby"
 short_desc="Pure Ruby implementation of GNU readline library"

From fcaeb3abfe011b39a74eab94cddc6429c7cd0a79 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:30 +0100
Subject: [PATCH 43/53] ruby-ronn: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-ronn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-ronn/template b/srcpkgs/ruby-ronn/template
index d6a74ac864b6..7ea76a006877 100644
--- a/srcpkgs/ruby-ronn/template
+++ b/srcpkgs/ruby-ronn/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-ronn'
 pkgname=ruby-ronn
 version=0.7.3
-revision=6
+revision=7
 build_style=gem
 depends="ruby-hpricot ruby-mustache ruby-rdiscount groff"
 short_desc="Strick markdown-like format for manpages"

From e3aff99d756453c92b11401e5e03246d6c50dcec Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:30 +0100
Subject: [PATCH 44/53] ruby-thor: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-thor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-thor/template b/srcpkgs/ruby-thor/template
index 7344c73e1839..85f4a52caeec 100644
--- a/srcpkgs/ruby-thor/template
+++ b/srcpkgs/ruby-thor/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-thor'
 pkgname=ruby-thor
 version=1.2.1
-revision=1
+revision=2
 build_style=gem
 short_desc="Toolkit for building powerful command-line interfaces"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 95cdff7bb0b26b854e4d33ccdf95f962c31c5f53 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:31 +0100
Subject: [PATCH 45/53] ruby-tmuxinator: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-tmuxinator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template
index b5327b5ca889..092a44eb8620 100644
--- a/srcpkgs/ruby-tmuxinator/template
+++ b/srcpkgs/ruby-tmuxinator/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-tmuxinator'
 pkgname=ruby-tmuxinator
 version=3.0.5
-revision=1
+revision=2
 build_style=gemspec
 depends="ruby-erubis>=2.6 ruby-thor>=1.2.1 ruby-xdg>=4.3.0 tmux"
 short_desc="Create and manage complex tmux sessions easily"

From cef3a5cce324de2d48fa1c8997c17d855a32f8c5 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:31 +0100
Subject: [PATCH 46/53] ruby-travis: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-travis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-travis/template b/srcpkgs/ruby-travis/template
index 3743358bb37f..60a84ec3608d 100644
--- a/srcpkgs/ruby-travis/template
+++ b/srcpkgs/ruby-travis/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-travis'
 pkgname=ruby-travis
 version=1.9.0
-revision=4
+revision=5
 build_style=gem
 depends="ruby-backports ruby-faraday>=1.0 ruby-faraday_middleware>=1.0
  ruby-gh>=0.13 ruby-highline>=2.0 ruby-launchy>=2.1 ruby-pusher-client>=0.4

From cab3171e192fb5b0877c43045c83f9719d3bd190 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:31 +0100
Subject: [PATCH 47/53] ruby-typhoeus: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-typhoeus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-typhoeus/template b/srcpkgs/ruby-typhoeus/template
index 4b4bd3a2ccfc..aaf4e5ce7ac1 100644
--- a/srcpkgs/ruby-typhoeus/template
+++ b/srcpkgs/ruby-typhoeus/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-typhoeus'
 pkgname=ruby-typhoeus
 version=1.3.1
-revision=6
+revision=7
 build_style=gem
 depends="ruby-ethon>=0.9.0"
 short_desc="Parallel HTTP requests runner"

From 733319f68a697ff0e9025d2a48c9c1cfe8ade1b8 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:32 +0100
Subject: [PATCH 48/53] ruby-websocket: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-websocket/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-websocket/template b/srcpkgs/ruby-websocket/template
index 95d7cd3f07f4..a24b60717890 100644
--- a/srcpkgs/ruby-websocket/template
+++ b/srcpkgs/ruby-websocket/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-websocket'
 pkgname=ruby-websocket
 version=1.2.8
-revision=6
+revision=7
 build_style=gem
 short_desc="Universal Ruby library to handle WebSocket protocol"
 maintainer="Orphaned <orphan@voidlinux.org>"

From c1c017fce8fad874ed4d9e1d84664a32152ef6d0 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:43:32 +0100
Subject: [PATCH 49/53] ruby-xdg: rebuild for ruby-3.2.0.

---
 srcpkgs/ruby-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-xdg/template b/srcpkgs/ruby-xdg/template
index 68cead47762a..d7f571f9ad3b 100644
--- a/srcpkgs/ruby-xdg/template
+++ b/srcpkgs/ruby-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'ruby-xdg'
 pkgname=ruby-xdg
 version=6.5.0
-revision=1
+revision=2
 build_style=gem
 short_desc="Module for supporting the XDG Base Directory Standard"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 64f5c4079bcc52c3f657668d632a8de8559ea8a1 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:48:25 +0100
Subject: [PATCH 50/53] hivex: rebuild for ruby-3.2.0.

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 5f5591fc9230..6325c5086637 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.23
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From 7245ad07ff156bc623c1671db6869203076272ea Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 4 Jan 2023 14:50:11 +0100
Subject: [PATCH 51/53] libguestfs: rebuild for ruby-3.2.0.

---
 srcpkgs/libguestfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libguestfs/template b/srcpkgs/libguestfs/template
index d5450c051cb9..1e03cc5da606 100644
--- a/srcpkgs/libguestfs/template
+++ b/srcpkgs/libguestfs/template
@@ -1,7 +1,7 @@
 # Template file for 'libguestfs'
 pkgname=libguestfs
 version=1.50.1
-revision=1
+revision=2
 _version_short=${version%.*}
 build_style=gnu-configure
 make_install_args="INSTALLDIRS=vendor"

From 29faa2c87f838a00007c3ec55c094b688fc03760 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 17 May 2023 13:29:55 +0200
Subject: [PATCH 52/53] vagrant: rebuild for ruby-3.2.0.

---
 srcpkgs/vagrant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vagrant/template b/srcpkgs/vagrant/template
index 015dc02f25c3..e252887b10d6 100644
--- a/srcpkgs/vagrant/template
+++ b/srcpkgs/vagrant/template
@@ -1,7 +1,7 @@
 # Template file for 'vagrant'
 pkgname=vagrant
 version=2.3.5
-revision=1
+revision=2
 archs="i686 x86_64*"
 build_style=gemspec
 depends="bsdtar curl openssh rsync"

From baba53d954acce4f6f736078447b2da49fe13424 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 17 May 2023 13:39:54 +0200
Subject: [PATCH 53/53] ruby: update to 3.2.2.

---
 srcpkgs/ruby/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ruby/template b/srcpkgs/ruby/template
index bb5d73fbf21b..23a9fdd17ebb 100644
--- a/srcpkgs/ruby/template
+++ b/srcpkgs/ruby/template
@@ -2,7 +2,7 @@
 _ruby_abiver=3.2.0
 
 pkgname=ruby
-version=3.2.0
+version=3.2.2
 revision=1
 build_style=gnu-configure
 configure_args="--enable-shared --disable-rpath
@@ -16,7 +16,7 @@ homepage="http://www.ruby-lang.org/en/"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Ruby, BSD-2-Clause"
 distfiles="https://cache.ruby-lang.org/pub/ruby/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=d2f4577306e6dd932259693233141e5c3ec13622c95b75996541b8d5b68b28b4
+checksum=4b352d0f7ec384e332e3e44cdbfdcd5ff2d594af3c8296b5636c710975149e23
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)	# Broken on the builders but successfully built locally

  parent reply	other threads:[~2023-05-17 12:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-04 14:08 [PR PATCH] " leahneukirchen
2023-04-05  1:45 ` github-actions
2023-05-17 11:40 ` [PR PATCH] [Updated] " leahneukirchen
2023-05-17 12:20 ` leahneukirchen [this message]
2023-05-17 14:28 ` leahneukirchen
2023-06-18 16:40 ` leahneukirchen
2023-06-18 16:40 ` [PR PATCH] [Closed]: " leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230517122036.6N0lvlqyXcQVmfi_7QMCYzA7h-lPsFgWx45VmYtQRrk@z \
    --to=leahneukirchen@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).