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,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