From 3b37f81b78b5ddbc8bc8f07f8a21717d89f74736 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 08:56:50 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 1.10-2mamba;Mon Apr 17 2023] --- perl-Event-RPC.spec | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/perl-Event-RPC.spec b/perl-Event-RPC.spec index aa57234..8f58121 100644 --- a/perl-Event-RPC.spec +++ b/perl-Event-RPC.spec @@ -2,23 +2,28 @@ Name: perl-Event-RPC Version: 1.10 -Release: 1mamba +Release: 2mamba Summary: Event::RPC - Event based transparent Client/Server RPC framework Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Automatic Build System -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/J/JR/JRED/Event-RPC-%{version}.tar.gz License: Artistic, GPL Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN -BuildRequires: perl-devel +BuildRequires: libperl +BuildRequires: perl-AnyEvent +BuildRequires: perl-CBOR-XS BuildRequires: perl-Event BuildRequires: perl-Glib +BuildRequires: perl-JSON-XS +BuildRequires: perl-Sereal +BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 BuildRequires: perl-IO-Socket-SSL -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Event::RPC consists of a server and a client library. The server exports a list of classes and methods, which are allowed to be called over the network. More specific it acts as a proxy for objects created on the server side (on demand of the connected clients) which handles client side methods calls with transport of method arguments and return values. @@ -61,6 +66,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Mon Apr 17 2023 Sdk Build System 1.10-2mamba +- rebuilt with perl 5.36.0 + * Fri Aug 02 2019 Automatic Build System 1.10-1mamba - automatic update by autodist