diff --git a/perl-JSON-WebToken.spec b/perl-JSON-WebToken.spec index b96d446..5d637a3 100644 --- a/perl-JSON-WebToken.spec +++ b/perl-JSON-WebToken.spec @@ -2,25 +2,25 @@ Name: perl-JSON-WebToken Version: 0.10 -Release: 1mamba +Release: 2mamba Summary: JSON::WebToken - JSON Web Token (JWT) implementation Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -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 License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: libperl -BuildRequires: perl-Crypt-OpenSSL-RSA +BuildRequires: perl(Crypt::OpenSSL::RSA) BuildRequires: perl-JSON BuildRequires: perl-Module-Runtime BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 BuildRequires: perl-devel Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description JSON::WebToken - JSON Web Token (JWT) implementation. @@ -58,5 +58,8 @@ done # %doc README.md %changelog +* Mon Apr 17 2023 Sdk Build System 0.10-2mamba +- rebuilt with perl 5.36.0 + * Thu Oct 31 2019 Silvan Calarco 0.10-1mamba - package created using the webbuild interface