Skip to content

Commit 53cd32c

Browse files
committed
refresh patches
1 parent 6240557 commit 53cd32c

4 files changed

+8
-8
lines changed

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
@@ -9,10 +9,10 @@ Bug: #954293
99
1 file changed, 3 insertions(+)
1010

1111
diff --git a/configure.ac b/configure.ac
12-
index c143c23..19533b8 100644
12+
index 2dcebdd..abd1c59 100644
1313
--- a/configure.ac
1414
+++ b/configure.ac
15-
@@ -2403,6 +2403,9 @@ AS_CASE([$rb_cv_coroutine], [yes|''], [
15+
@@ -2433,6 +2433,9 @@ AS_CASE([$rb_cv_coroutine], [yes|''], [
1616
[arm64-darwin*], [
1717
rb_cv_coroutine=arm64
1818
],

debian/patches/Make-gemspecs-reproducible.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ index a47f795..5141413 100644
3737
3838

3939
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec
40-
index 743e5e9..3751ceb 100644
40+
index 8a0df83..b370b73 100644
4141
--- a/ext/io/console/io-console.gemspec
4242
+++ b/ext/io/console/io-console.gemspec
43-
@@ -4,6 +4,7 @@ _VERSION = "0.5.6"
43+
@@ -4,6 +4,7 @@ _VERSION = "0.5.7"
4444
Gem::Specification.new do |s|
4545
s.name = "io-console"
4646
s.version = _VERSION
@@ -61,7 +61,7 @@ index 5187f3b..9e83268 100644
6161
6262

6363
diff --git a/lib/rdoc/rdoc.gemspec b/lib/rdoc/rdoc.gemspec
64-
index fd222d4..fe8f39b 100644
64+
index 7725e40..79698f5 100644
6565
--- a/lib/rdoc/rdoc.gemspec
6666
+++ b/lib/rdoc/rdoc.gemspec
6767
@@ -7,6 +7,7 @@ end

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 d59f57c..b51038e 100644
15+
index 2b3792e..a612bf7 100644
1616
--- a/lib/rubygems/specification.rb
1717
+++ b/lib/rubygems/specification.rb
18-
@@ -1695,7 +1695,9 @@ class Gem::Specification < Gem::BasicSpecification
18+
@@ -1692,7 +1692,9 @@ class Gem::Specification < Gem::BasicSpecification
1919
raise(Gem::InvalidSpecificationException,
2020
"invalid date format in specification: #{date.inspect}")
2121
end

debian/patches/lib-mkmf.rb-sort-list-of-object-files-in-generated-Makefi.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Signed-off-by: Reiner Herrmann <[email protected]>
1414
1 file changed, 1 insertion(+), 1 deletion(-)
1515

1616
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
17-
index 672c544..def8476 100644
17+
index 9468a2c..516fa1e 100644
1818
--- a/lib/mkmf.rb
1919
+++ b/lib/mkmf.rb
2020
@@ -2315,7 +2315,7 @@ LOCAL_LIBS = #{$LOCAL_LIBS}

0 commit comments

Comments
 (0)