diff --git a/README.md b/README.md index 797be89..892f9fd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # perl-Authen-Radius -This is RadiusPerl version 0.22. +This is RadiusPerl version 0.32. RadiusPerl is a Perl 5 module (Radius.pm) which allows you to communicate with a Radius server from Perl. You can just authenticate usernames/passwords via Radius, or comletely imitate AAA requests and process server response. diff --git a/perl-Authen-Radius.spec b/perl-Authen-Radius.spec index af06b23..2d3cf68 100644 --- a/perl-Authen-Radius.spec +++ b/perl-Authen-Radius.spec @@ -1,20 +1,23 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Authen-Radius -Version: 0.22 +Version: 0.32 Release: 1mamba Summary: Authen::Radius - Provide simple Radius client facilities Group: Development/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/RadiusPerl-%{version}.tar.gz +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/modules/by-module/Authen/Authen-Radius-%{version}.tar.gz License: Artistic -Requires: perl >= %perl_major_ver -BuildRequires: perl-devel >= %perl_major_ver +## AUTOBUILDREQ-BEGIN +BuildRequires: libperl BuildRequires: perl-Data-HexDump -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: perl-Net-IP +BuildRequires: perl-devel +## AUTOBUILDREQ-END +Requires: perl >= %perl_major_ver %description This is RadiusPerl version %{version}. @@ -50,6 +53,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Jan 09 2022 Silvan Calarco 0.32-1mamba +- update to 0.32 + * Sat Apr 27 2013 Automatic Build System 0.22-1mamba - update to 0.22