From 119660e812c8c724f9a2293e7b92bf3c72efc414 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:33:02 +0100 Subject: [PATCH] automatic version update by autodist [release 280-1mamba;Thu Dec 16 2021] --- perl-REST-Client.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/perl-REST-Client.spec b/perl-REST-Client.spec index 534238d..7745ec1 100644 --- a/perl-REST-Client.spec +++ b/perl-REST-Client.spec @@ -1,15 +1,15 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-REST-Client -Version: 273 +Version: 280 Release: 1mamba Summary: A simple client for interacting with RESTful http/https resources Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/K/KK/KKANE/REST-Client-%{version}.tar.gz +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/modules/by-module/REST/REST-Client-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: perl-URI @@ -18,7 +18,6 @@ BuildRequires: perl-libwww ## AUTOBUILDREQ-END BuildRequires: perl-devel Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A simple client for interacting with RESTful http/https resources. @@ -53,5 +52,8 @@ done %defattr(-,root,root) %changelog +* Thu Dec 16 2021 Automatic Build System 280-1mamba +- automatic version update by autodist + * Sun Nov 20 2016 Silvan Calarco 273-1mamba - package created using the webbuild interface