diff --git a/File-Fetch-0.56.tar.gz b/File-Fetch-0.56.tar.gz deleted file mode 100644 index fead89e..0000000 --- a/File-Fetch-0.56.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b08575705916bbc7ae79c4966709549575a7a2be98e7bb6a1d85e67d5226dea1 -size 21056 diff --git a/File-Fetch-1.00.tar.gz b/File-Fetch-1.00.tar.gz new file mode 100644 index 0000000..7e04b54 --- /dev/null +++ b/File-Fetch-1.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f92fc7baa40186674657956c2cf46d0a288e22999b4afdd8c88024f644a43e +size 20875 diff --git a/perl-File-Fetch.changes b/perl-File-Fetch.changes index 2dedbcc..2a6c897 100644 --- a/perl-File-Fetch.changes +++ b/perl-File-Fetch.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Nov 12 03:08:31 UTC 2020 - Tina Müller + +- updated to 1.00 + see /usr/share/doc/packages/perl-File-Fetch/CHANGES + + 1.00 Wed Nov 11 12:49:58 2020 + + * Fixed the mitigations for CVE-2016-1238 + * Mentioned https support in CHANGES file + ------------------------------------------------------------------- Fri Dec 1 06:21:03 UTC 2017 - coolo@suse.com diff --git a/perl-File-Fetch.spec b/perl-File-Fetch.spec index 83bd378..2621f0b 100644 --- a/perl-File-Fetch.spec +++ b/perl-File-Fetch.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Fetch # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-File-Fetch -Version: 0.56 +Version: 1.00 Release: 0 %define cpan_name File-Fetch -Summary: Generic File Fetching Mechanism -License: Artistic-1.0 or GPL-1.0+ +Summary: Generic file fetching mechanism +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/File-Fetch/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -52,11 +52,11 @@ See the 'HOW IT WORKS' section further down for details. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install