From 3b7896b7f4ef3a7c683da2fd6160ea22bc4958ac Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Thu, 8 Jan 2026 17:26:05 +0900 Subject: [PATCH 1/3] Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_4.0 --- rubygem-opengl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rubygem-opengl.spec b/rubygem-opengl.spec index b0ec5f4..1696b1c 100644 --- a/rubygem-opengl.spec +++ b/rubygem-opengl.spec @@ -14,7 +14,7 @@ Name: rubygem-%{gem_name} Version: 0.10.0 -Release: 38%{?dist} +Release: 39%{?dist} Summary: An OpenGL wrapper for Ruby # SPDX confirmed @@ -175,6 +175,9 @@ popd %doc %{gem_instdir}/utils/ %changelog +* Thu Jan 08 2026 Mamoru TASAKA - 0.10.0-39 +- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_4.0 + * Fri Jul 25 2025 Fedora Release Engineering - 0.10.0-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 4f935d0b0f5d7f5fe4716af260ac4047b8569f72 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Thu, 8 Jan 2026 17:26:30 +0900 Subject: [PATCH 2/3] once bootstrap --- rubygem-opengl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubygem-opengl.spec b/rubygem-opengl.spec index 1696b1c..81953ec 100644 --- a/rubygem-opengl.spec +++ b/rubygem-opengl.spec @@ -1,6 +1,6 @@ %global gem_name opengl -%bcond_with bootstrap +%bcond_without bootstrap # MIT-LICENSE: MIT # README.rdoc: MIT From 4e224dc7c7d9f8e62d58c0afaf60944c360a17da Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Thu, 8 Jan 2026 17:58:38 +0900 Subject: [PATCH 3/3] and kill bootstrap --- rubygem-opengl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubygem-opengl.spec b/rubygem-opengl.spec index 81953ec..1696b1c 100644 --- a/rubygem-opengl.spec +++ b/rubygem-opengl.spec @@ -1,6 +1,6 @@ %global gem_name opengl -%bcond_without bootstrap +%bcond_with bootstrap # MIT-LICENSE: MIT # README.rdoc: MIT