diff --git a/File-Fetch-1.04.tar.gz b/File-Fetch-1.04.tar.gz deleted file mode 100644 index 43a942d..0000000 --- a/File-Fetch-1.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:804d49fed7516304b41180efca5fb5adf974ec2358fed1880088f2c8e9d78b0f -size 21026 diff --git a/File-Fetch-1.08.tar.gz b/File-Fetch-1.08.tar.gz new file mode 100644 index 0000000..96503a1 --- /dev/null +++ b/File-Fetch-1.08.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1de94ab9977d347afd22d9f864dd9efcb40e749dcba69e8307141cb1b075ae4 +size 21593 diff --git a/perl-File-Fetch.changes b/perl-File-Fetch.changes index b4eac76..a9263bf 100644 --- a/perl-File-Fetch.changes +++ b/perl-File-Fetch.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Apr 29 05:34:28 UTC 2025 - Tina Müller + +- updated to 1.08 + see /usr/share/doc/packages/perl-File-Fetch/CHANGES + + 1.08 Mon Apr 28 17:06:58 2025 + * Switched from httpbin.org to httpbingo.org + 1.06 Mon Apr 28 16:49:13 2025 + * httpbin.org is being a bit unreliable at the moment + and highlighted that lftp is like the little engine + that could and it will keep trying and trying. Added + restrictions to how many times it will retry. + ------------------------------------------------------------------- Wed Jan 19 03:06:10 UTC 2022 - Tina Müller diff --git a/perl-File-Fetch.spec b/perl-File-Fetch.spec index fc62540..861660b 100644 --- a/perl-File-Fetch.spec +++ b/perl-File-Fetch.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Fetch # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,12 @@ %define cpan_name File-Fetch Name: perl-File-Fetch -Version: 1.40.0 +Version: 1.08 Release: 0 -# 1.04 -> normalize -> 1.40.0 -%define cpan_version 1.04 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Generic file fetching code URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{cpan_version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl @@ -49,7 +47,7 @@ It allows you to fetch any file pointed to by a 'ftp', 'http', 'file', See the 'HOW IT WORKS' section further down for details. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor