Accepting request 848085 from devel:languages:perl:autoupdate
- updated to 1.00 see /usr/share/doc/packages/perl-File-Fetch/CHANGES 1.00 * Fixed the mitigations for CVE-2016-1238 * Mentioned https support in CHANGES file OBS-URL: https://build.opensuse.org/request/show/848085 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Fetch?expand=0&rev=14
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b08575705916bbc7ae79c4966709549575a7a2be98e7bb6a1d85e67d5226dea1
|
||||
size 21056
|
3
File-Fetch-1.00.tar.gz
Normal file
3
File-Fetch-1.00.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3f92fc7baa40186674657956c2cf46d0a288e22999b4afdd8c88024f644a43e
|
||||
size 20875
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 12 03:08:31 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user