rebuilt with perl 5.36.0 [release 1.10-2mamba;Mon Apr 17 2023]

This commit is contained in:
Sdk Build System 2024-01-06 08:56:50 +01:00
parent b07c38d121
commit 3b37f81b78

View File

@ -2,23 +2,28 @@
Name: perl-Event-RPC Name: perl-Event-RPC
Version: 1.10 Version: 1.10
Release: 1mamba Release: 2mamba
Summary: Event::RPC - Event based transparent Client/Server RPC framework Summary: Event::RPC - Event based transparent Client/Server RPC framework
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it> Packager: Automatic Build System <autodist@mambasoft.it>
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 Source: http://search.cpan.org/CPAN/authors/id/J/JR/JRED/Event-RPC-%{version}.tar.gz
License: Artistic, GPL License: Artistic, GPL
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel BuildRequires: libperl
BuildRequires: perl-AnyEvent
BuildRequires: perl-CBOR-XS
BuildRequires: perl-Event BuildRequires: perl-Event
BuildRequires: perl-Glib BuildRequires: perl-Glib
BuildRequires: perl-JSON-XS
BuildRequires: perl-Sereal
BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
BuildRequires: perl-IO-Socket-SSL BuildRequires: perl-IO-Socket-SSL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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. 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) %defattr(-,root,root)
%changelog %changelog
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 1.10-2mamba
- rebuilt with perl 5.36.0
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 1.10-1mamba * Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 1.10-1mamba
- automatic update by autodist - automatic update by autodist