Accepting request 970710 from devel:languages:perl:autoupdate

- updated to 6.15
   see /usr/share/doc/packages/perl-File-Listing/Changes
  6.15      2022-04-17 04:09:58 -0600
    - Main git repository has now been detached from the original
      repository (originally it was a fork).  The old repository
      can be found at https://github.com/gisle/file-listing
    - Adjust test suite to handle systems that cannot handle
      year 2038+ dates (gh#24)

OBS-URL: https://build.opensuse.org/request/show/970710
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Listing?expand=0&rev=16
This commit is contained in:
Tina Müller 2022-04-26 10:57:45 +00:00 committed by Git OBS Bridge
parent ca2305e0bb
commit 36416fe66f
4 changed files with 23 additions and 13 deletions

View File

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

BIN
File-Listing-6.15.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Apr 18 03:13:16 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 6.15
see /usr/share/doc/packages/perl-File-Listing/Changes
6.15 2022-04-17 04:09:58 -0600
- Main git repository has now been detached from the original
repository (originally it was a fork). The old repository
can be found at https://github.com/gisle/file-listing
- Adjust test suite to handle systems that cannot handle
year 2038+ dates (gh#24)
-------------------------------------------------------------------
Tue Dec 1 03:10:24 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-File-Listing
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,18 +16,16 @@
#
Name: perl-File-Listing
Version: 6.14
Release: 0
%define cpan_name File-Listing
Summary: Parse directory listing
Name: perl-File-Listing
Version: 6.15
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Summary: Parse directory listing
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTTP::Date)
@ -40,12 +38,12 @@ This module exports a single function called 'parse_dir', which can be used
to parse directory listings.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@ -56,7 +54,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc author.yml Changes Changes.original README
%license LICENSE