Skip to content

Commit feda9a2

Browse files
committed
refresh patches
1 parent b9e4da5 commit feda9a2

7 files changed

+8
-290
lines changed

debian/patches/0007-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch renamed to debian/patches/0006-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Bug: #954293
99
1 file changed, 3 insertions(+)
1010

1111
diff --git a/configure.ac b/configure.ac
12-
index 6766df2..429c35b 100644
12+
index af170ef..da22ab6 100644
1313
--- a/configure.ac
1414
+++ b/configure.ac
15-
@@ -2312,6 +2312,9 @@ AS_CASE([$rb_cv_coroutine], [yes|''], [
15+
@@ -2322,6 +2322,9 @@ AS_CASE([$rb_cv_coroutine], [yes|''], [
1616
[arm64-darwin*], [
1717
rb_cv_coroutine=arm64
1818
],

debian/patches/0006-Fix-priority-order-of-paths-in-I-option.patch

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

debian/patches/0009-Dont-use-relative-path.patch renamed to debian/patches/0007-Make-lib-and-test-more-independent-from-each-other.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
From: =?utf-8?q?David_Rodr=C3=ADguez?= <[email protected]>
22
Date: Tue, 6 Oct 2020 19:11:05 +0200
3-
Subject: [PATCH] Make lib/ and test/ more independent from each other
3+
Subject: Make lib/ and test/ more independent from each other
44

55
---
66
lib/rubygems/test_case.rb | 2 --
@@ -9,7 +9,7 @@ Subject: [PATCH] Make lib/ and test/ more independent from each other
99
3 files changed, 5 insertions(+), 7 deletions(-)
1010

1111
diff --git a/lib/rubygems/test_case.rb b/lib/rubygems/test_case.rb
12-
index 8940320..53ba84a 100644
12+
index c6f5f29..1410b34 100644
1313
--- a/lib/rubygems/test_case.rb
1414
+++ b/lib/rubygems/test_case.rb
1515
@@ -96,8 +96,6 @@ class Gem::TestCase < (defined?(Minitest::Test) ? Minitest::Test : MiniTest::Uni

debian/patches/0008-Fix-IRBTestIRBHistory-tests.patch

Lines changed: 0 additions & 237 deletions
This file was deleted.
File renamed without changes.

debian/patches/0011-TestProcess-disable-gems-to-disable-rubygems_integra.patch renamed to debian/patches/0009-TestProcess-disable-gems-to-disable-rubygems_integra.patch

File renamed without changes.

debian/patches/series

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
0003-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
44
0004-Make-gemspecs-reproducible.patch
55
0005-exclude-several-tests-unstable-in-Docker.patch
6-
0006-Fix-priority-order-of-paths-in-I-option.patch
7-
0007-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch
8-
0008-Fix-IRBTestIRBHistory-tests.patch
9-
0009-Dont-use-relative-path.patch
10-
0010-Fix-getcwd-ENOENT.patch
11-
0011-TestProcess-disable-gems-to-disable-rubygems_integra.patch
6+
0006-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch
7+
0007-Make-lib-and-test-more-independent-from-each-other.patch
8+
0008-Rescue-getcwd-ENOENT-error.patch
9+
0009-TestProcess-disable-gems-to-disable-rubygems_integra.patch

0 commit comments

Comments
 (0)