[packages/perl-EV] Up to 4.36

arekm arekm at pld-linux.org
Sat Jan 3 20:17:06 CET 2026


commit 45df17b982364be7cb6164827678d59e8cf6c46e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Jan 3 20:16:47 2026 +0100

    Up to 4.36

 perl-EV.spec  |  8 +++-----
 typemap.patch | 17 -----------------
 2 files changed, 3 insertions(+), 22 deletions(-)
---
diff --git a/perl-EV.spec b/perl-EV.spec
index 5e7aad4..97ff9a8 100644
--- a/perl-EV.spec
+++ b/perl-EV.spec
@@ -6,15 +6,14 @@
 Summary:	EV - Perl interface to libev, a high performance full-featured event loop
 Summary(pl.UTF-8):	EV - perlowy interfejs do libev - wydajnej pętli zdarzeń
 Name:		perl-EV
-Version:	4.34
-Release:	3
+Version:	4.36
+Release:	1
 Epoch:		1
 # same as Perl, libev: BSD-like
 License:	GPL v1+ or Artistic (Perl module), BSD-like (embedded libev)
 Group:		Development/Languages/Perl
 Source0:	https://www.cpan.org/modules/by-authors/id/M/ML/MLEHMANN/%{pdir}-%{version}.tar.gz
-# Source0-md5:	de739e773a995d8ad8602fa4f9f21ff2
-Patch0:		typemap.patch
+# Source0-md5:	fab37571524ae2acd87e34c55cabf136
 URL:		https://metacpan.org/dist/EV
 BuildRequires:	perl-Canary-Stability
 BuildRequires:	perl-ExtUtils-MakeMaker >= 6.52
@@ -47,7 +46,6 @@ pętle zdarzeń dostępne z poziomu Perla.
 
 %prep
 %setup -q -n %{pdir}-%{version}
-%patch -P0 -p0
 
 %build
 %{__perl} Makefile.PL \
diff --git a/typemap.patch b/typemap.patch
deleted file mode 100644
index aa94471..0000000
--- a/typemap.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git typemap.old typemap
-index f30badc..663f769 100644
---- typemap.old
-+++ typemap
-@@ -37,9 +37,9 @@ T_LOOP
- 
- T_WATCHER
- 	if (!(SvROK ($arg) && SvOBJECT (SvRV ($arg))
--              && (SvSTASH (SvRV ($arg)) == stash_" . ($type =~ /ev_(\S+)/, "$1") . "
--                  || sv_derived_from ($arg, \"EV::" . ($type =~ /ev_(\S+)/, ucfirst "$1") . "\"))))
--          croak (\"object is not of type EV::" . ($type =~ /ev_(\S+)/, ucfirst "$1") . "\");
-+              && (SvSTASH (SvRV ($arg)) == stash_${ ($type =~ /ev_(\S+)/, \qq{$1}) }
-+                  || sv_derived_from ($arg, \"EV::${ ($type =~ /ev_(\S+)/, \ucfirst qq{$1}) }\"))))
-+          croak (\"object is not of type EV::${ ($type =~ /ev_(\S+)/, \ucfirst qq{$1}) }\");
- 	$var = ($type)SvPVX (SvRV ($arg));
- 
- OUTPUT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-EV.git/commitdiff/45df17b982364be7cb6164827678d59e8cf6c46e



More information about the pld-cvs-commit mailing list