[libcoro-perl] 03/07: drop coro-5.24.patch, applied upstream
Damyan Ivanov
dmn at moszumanska.debian.org
Sat Oct 28 21:06:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libcoro-perl.
commit 59f0ef416e4a80cd4a16c0315896b7c6a5864c0a
Author: Damyan Ivanov <dmn at debian.org>
Date: Sat Oct 28 20:49:22 2017 +0000
drop coro-5.24.patch, applied upstream
---
debian/patches/coro-5.24.patch | 22 ----------------------
debian/patches/series | 1 -
2 files changed, 23 deletions(-)
diff --git a/debian/patches/coro-5.24.patch b/debian/patches/coro-5.24.patch
deleted file mode 100644
index f8a1239..0000000
--- a/debian/patches/coro-5.24.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: fix for Coro with 5.24
-Origin: https://paste.debian.net/688072
-Bug-Debian: https://bugs.debian.org/838851
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=114708
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114708
-Author: Anonymous
-Last-Update: 2016-09-26
-
---- a/Coro/State.xs
-+++ b/Coro/State.xs
-@@ -1412,7 +1412,11 @@
- PUSHMARK (SP);
- PUSHs (&PL_sv_yes);
- PUSHs (fullname);
-+# if PERL_VERSION_ATLEAST(5,24,0)
-+ PUSHs (CxHASARGS (cx) ? sv_2mortal (newRV_inc (PL_curpad[0])) : &PL_sv_undef);
-+#else
- PUSHs (CxHASARGS (cx) ? sv_2mortal (newRV_inc ((SV *)cx->blk_sub.argarray)) : &PL_sv_undef);
-+#endif
- PUTBACK;
- cb = hv_fetch ((HV *)SvRV (coro_current), "_trace_sub_cb", sizeof ("_trace_sub_cb") - 1, 0);
- if (cb) call_sv (*cb, G_KEEPERR | G_EVAL | G_VOID | G_DISCARD);
diff --git a/debian/patches/series b/debian/patches/series
index 5d89e33..5a49126 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
fix-wrong-path-for-interpreter.patch
whatis.patch
spelling.patch
-coro-5.24.patch
coro-5.26.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcoro-perl.git
More information about the Pkg-perl-cvs-commits
mailing list