Skip to content

Commit cb9b249

Browse files
committed
releng 3.3.3-0nkmi1
1 parent bdba45d commit cb9b249

6 files changed

+12
-32
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
ruby3.3 (3.3.3-0nkmi1~dist) unstable; urgency=medium
2+
3+
* 3.3.3
4+
* Drop early backport
5+
6+
-- Sorah Fukumori <[email protected]> Thu, 13 Jun 2024 06:33:46 +0900
7+
18
ruby3.3 (3.3.2-0nkmi1~dist) unstable; urgency=medium
29

310
* 3.3.2

debian/patches/Ensure-Integer-GMP_VERSION-exists.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packaging
99
1 file changed, 4 insertions(+)
1010

1111
diff --git a/test/ruby/test_bignum.rb b/test/ruby/test_bignum.rb
12-
index 065a944..fe4bcfb 100644
12+
index 1b705b0..988de63 100644
1313
--- a/test/ruby/test_bignum.rb
1414
+++ b/test/ruby/test_bignum.rb
1515
@@ -634,6 +634,10 @@ class TestBignum < Test::Unit::TestCase

debian/patches/Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Updated by John Paul Adrian Glaubitz <[email protected]> on
1212
1 file changed, 3 insertions(+)
1313

1414
diff --git a/configure.ac b/configure.ac
15-
index 5165735..ddbfe0f 100644
15+
index b77cbea..a13cb4c 100644
1616
--- a/configure.ac
1717
+++ b/configure.ac
18-
@@ -2657,6 +2657,9 @@ AS_CASE([$coroutine_type], [yes|''], [
18+
@@ -2659,6 +2659,9 @@ AS_CASE([$coroutine_type], [yes|''], [
1919
[powerpc64-darwin*|ppc64-darwin*], [
2020
coroutine_type=ppc64
2121
],

debian/patches/Mark-Gemspec-reproducible-change-fixing-784225-too.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Signed-off-by: Christian Hofstaedtler <[email protected]>
1212
1 file changed, 3 insertions(+), 1 deletion(-)
1313

1414
diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
15-
index 61ea3fc..15dda62 100644
15+
index 05ce483..5f2dbd1 100644
1616
--- a/lib/rubygems/specification.rb
1717
+++ b/lib/rubygems/specification.rb
18-
@@ -1770,7 +1770,9 @@ class Gem::Specification < Gem::BasicSpecification
18+
@@ -1698,7 +1698,9 @@ class Gem::Specification < Gem::BasicSpecification
1919
raise(Gem::InvalidSpecificationException,
2020
"invalid date format in specification: #{date.inspect}")
2121
end

debian/patches/RUBY_CHECK_HEADER-didn-t-define-HAVE_-header-file.patch

Lines changed: 0 additions & 26 deletions
This file was deleted.

debian/patches/series

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ extract-gems-sequential-Keep-using-RUNRUBY.patch
99
Test_SyncDefaultGems-Fail-when-editor-run.patch
1010
sync_default_gems-git-2.32-ignores-no-edit-in-cherry-pick.patch
1111
YJIT-Let-RubyVM-YJIT.enable-respect-yjit-stats.patch
12-
RUBY_CHECK_HEADER-didn-t-define-HAVE_-header-file.patch
1312
Ensure-Integer-GMP_VERSION-exists.patch

0 commit comments

Comments
 (0)