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