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

This commit is contained in:
Sdk Build System 2024-01-06 09:13:26 +01:00
parent 1757482e3d
commit 4fa4f386aa

View File

@ -2,25 +2,25 @@
Name: perl-JSON-WebToken Name: perl-JSON-WebToken
Version: 0.10 Version: 0.10
Release: 1mamba Release: 2mamba
Summary: JSON::WebToken - JSON Web Token (JWT) implementation Summary: JSON::WebToken - JSON Web Token (JWT) implementation
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org/
Source: https://cpan.metacpan.org/authors/id/X/XA/XAICRON/JSON-WebToken-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/X/XA/XAICRON/JSON-WebToken-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libperl BuildRequires: libperl
BuildRequires: perl-Crypt-OpenSSL-RSA BuildRequires: perl(Crypt::OpenSSL::RSA)
BuildRequires: perl-JSON BuildRequires: perl-JSON
BuildRequires: perl-Module-Runtime BuildRequires: perl-Module-Runtime
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
BuildRequires: perl-devel BuildRequires: perl-devel
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
JSON::WebToken - JSON Web Token (JWT) implementation. JSON::WebToken - JSON Web Token (JWT) implementation.
@ -58,5 +58,8 @@ done
# %doc README.md # %doc README.md
%changelog %changelog
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 0.10-2mamba
- rebuilt with perl 5.36.0
* Thu Oct 31 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10-1mamba * Thu Oct 31 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10-1mamba
- package created using the webbuild interface - package created using the webbuild interface