automatic version update by autodist [release 280-1mamba;Thu Dec 16 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:33:02 +01:00
parent bba26c2d1d
commit 119660e812

View File

@ -1,15 +1,15 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-REST-Client Name: perl-REST-Client
Version: 273 Version: 280
Release: 1mamba Release: 1mamba
Summary: A simple client for interacting with RESTful http/https resources Summary: A simple client for interacting with RESTful http/https resources
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: http://search.cpan.org/CPAN/authors/id/K/KK/KKANE/REST-Client-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/REST/REST-Client-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-URI BuildRequires: perl-URI
@ -18,7 +18,6 @@ BuildRequires: perl-libwww
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl-devel BuildRequires: perl-devel
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
A simple client for interacting with RESTful http/https resources. A simple client for interacting with RESTful http/https resources.
@ -53,5 +52,8 @@ done
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Thu Dec 16 2021 Automatic Build System <autodist@mambasoft.it> 280-1mamba
- automatic version update by autodist
* Sun Nov 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 273-1mamba * Sun Nov 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 273-1mamba
- package created using the webbuild interface - package created using the webbuild interface