diff --git a/REST-Client-273.tar.gz b/REST-Client-273.tar.gz deleted file mode 100644 index f8ecbcc..0000000 --- a/REST-Client-273.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8652a2214308faff2c68be5ce64c904dcccc5e86be7f32376c1590869d01844 -size 20405 diff --git a/REST-Client-281.tar.gz b/REST-Client-281.tar.gz new file mode 100644 index 0000000..c0a9ad5 --- /dev/null +++ b/REST-Client-281.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa10d21a0037e682601efe66738a758ff7521094aa01229e93c888a679b2c8f6 +size 10292 diff --git a/perl-REST-Client.changes b/perl-REST-Client.changes index f1fb4a6..a250ede 100644 --- a/perl-REST-Client.changes +++ b/perl-REST-Client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 18 03:09:28 UTC 2021 - Tina Müller + +- updated to 281 + see /usr/share/doc/packages/perl-REST-Client/Changes + ------------------------------------------------------------------- Tue Oct 15 20:45:51 UTC 2019 - Tina Mueller diff --git a/perl-REST-Client.spec b/perl-REST-Client.spec index a4170b4..26efb4d 100644 --- a/perl-REST-Client.spec +++ b/perl-REST-Client.spec @@ -1,7 +1,7 @@ # # spec file for package perl-REST-Client # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,23 +16,21 @@ # -Name: perl-REST-Client -Version: 273 -Release: 0 %define cpan_name REST-Client +Name: perl-REST-Client +Version: 281 +Release: 0 Summary: Simple client for interacting with RESTful http/https resources License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/K/KK/KKANE/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/A/AK/AKHUETTEL/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(HTTP::Server::Simple) BuildRequires: perl(LWP::Protocol::https) BuildRequires: perl(LWP::UserAgent) -BuildRequires: perl(Test::More) >= 0.8 BuildRequires: perl(URI) Requires: perl(LWP::Protocol::https) Requires: perl(LWP::UserAgent) @@ -43,11 +41,11 @@ Requires: perl(URI) REST::Client provides a simple way to interact with HTTP RESTful resources. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check make test @@ -58,7 +56,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc CHANGES README.md +%doc Changes README.md %changelog