Accepting request 1278629 from devel:languages:perl:autoupdate

- updated to 1.08
   see /usr/share/doc/packages/perl-File-Fetch/CHANGES
  1.08        
  * Switched from httpbin.org to httpbingo.org
  1.06        
  * 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.

OBS-URL: https://build.opensuse.org/request/show/1278629
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Fetch?expand=0&rev=18
This commit is contained in:
2025-05-24 14:53:57 +00:00
committed by Git OBS Bridge
parent eea4e083dd
commit 0211ff00e2
4 changed files with 21 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:804d49fed7516304b41180efca5fb5adf974ec2358fed1880088f2c8e9d78b0f
size 21026

3
File-Fetch-1.08.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1de94ab9977d347afd22d9f864dd9efcb40e749dcba69e8307141cb1b075ae4
size 21593

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Apr 29 05:34:28 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de> Wed Jan 19 03:06:10 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-File-Fetch # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,12 @@
%define cpan_name File-Fetch %define cpan_name File-Fetch
Name: perl-File-Fetch Name: perl-File-Fetch
Version: 1.40.0 Version: 1.08
Release: 0 Release: 0
# 1.04 -> normalize -> 1.40.0
%define cpan_version 1.04
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Generic file fetching code Summary: Generic file fetching code
URL: https://metacpan.org/release/%{cpan_name} 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 Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRequires: perl 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. See the 'HOW IT WORKS' section further down for details.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor