diff --git a/File-Fetch-1.04.tar.gz b/File-Fetch-1.04.tar.gz deleted file mode 100644 index 6c5ab947eb797f2633c63c48708766202cfb193a..0000000000000000000000000000000000000000 Binary files a/File-Fetch-1.04.tar.gz and /dev/null differ diff --git a/File-Fetch-1.08.tar.gz b/File-Fetch-1.08.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fc9fa72ed02f1f31410985a1ae7137f47b87ab18 Binary files /dev/null and b/File-Fetch-1.08.tar.gz differ diff --git a/perl-File-Fetch.spec b/perl-File-Fetch.spec index 100c05ccbc16d310a2e5a40263ae912a18f4744b..fca61071f26677127d1c9049b9ffb2440b123f8c 100644 --- a/perl-File-Fetch.spec +++ b/perl-File-Fetch.spec @@ -1,6 +1,6 @@ Name: perl-File-Fetch -Version: 1.04 -Release: 2 +Version: 1.08 +Release: 1 Summary: A generic file fetching mechanism License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://perldoc.perl.org/File/Fetch.html @@ -47,6 +47,10 @@ make test %{_mandir}/man3/* %changelog +* Mon May 12 2025 openeuler_bot - 1.08-1 +- 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. (version:1.06) +- Switched from httpbin.org to httpbingo.org (version:1.08) + * Sat Jan 18 2025 Funda Wang - 1.04-2 - drop useless perl(:MODULE_COMPAT) requirement