Accepting request 839739 from devel:languages:perl:autoupdate

- updated to 6.10
   see /usr/share/doc/packages/perl-File-Listing/Changes
  6.10      2020-10-05 15:18:30 -0600
    - Production version identical to 6.09_01
  6.09_01   2020-10-05 08:17:32 -0600
    - Remove TABs from source files and tests (gh#17)
    - Restores (theoretical, untested) support for 5.6, which was removed when
      the tests added modern file tests (gh#17)
    - Fixes or silences several minor nits reported by PerlCritic (gh#17)
  6.08_01 2020-10-01 17:28:35 -0600
    - We now only call Time::Local::timelocal with four digit years (gh#5, gh#14)

OBS-URL: https://build.opensuse.org/request/show/839739
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Listing?expand=0&rev=11
This commit is contained in:
Pedro Monreal Gonzalez 2020-10-06 09:11:19 +00:00 committed by Git OBS Bridge
parent 6f42b384e3
commit 4c4b5be29e
4 changed files with 27 additions and 7 deletions

View File

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

3
File-Listing-6.10.tar.gz Normal file
View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Oct 6 03:11:11 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 6.10
see /usr/share/doc/packages/perl-File-Listing/Changes
6.10 2020-10-05 15:18:30 -0600
- Production version identical to 6.09_01
6.09_01 2020-10-05 08:17:32 -0600
- Remove TABs from source files and tests (gh#17)
- Restores (theoretical, untested) support for 5.6, which was removed when
the tests added modern file tests (gh#17)
- Fixes or silences several minor nits reported by PerlCritic (gh#17)
6.08_01 2020-10-01 17:28:35 -0600
- We now only call Time::Local::timelocal with four digit years (gh#5, gh#14)
-------------------------------------------------------------------
Sun Oct 4 03:10:05 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -17,7 +17,7 @@
Name: perl-File-Listing
Version: 6.07
Version: 6.10
Release: 0
%define cpan_name File-Listing
Summary: Parse directory listing
@ -30,8 +30,10 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTTP::Date) >= 6.00
Requires: perl(HTTP::Date) >= 6.00
BuildRequires: perl(HTTP::Date)
BuildRequires: perl(LWP::Simple)
BuildRequires: perl(Test::More) >= 0.98
Requires: perl(HTTP::Date)
%{perl_requires}
%description
@ -56,7 +58,7 @@ make test
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes Changes.original README
%doc author.yml Changes Changes.original README
%license LICENSE
%changelog