Accepting request 818578 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/818578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-Slurp?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2020-07-06 14:18:47 +00:00 committed by Git OBS Bridge
commit ace19b7ece
4 changed files with 21 additions and 7 deletions

View File

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

BIN
File-Slurp-9999.32.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jul 1 03:08:04 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 9999.32
see /usr/share/doc/packages/perl-File-Slurp/Changes
9999.32 2020-06-30
- Re-release after fixing MANIFEST
9999.31 2020-06-28
- Remove TravisCI and AppVeyor
- Test using GitHub Actions/workflows on Windows, Mac, and Linux
- Add See Also section to the docs. (PR#24 Thanks, Dan Book)
- Add file existence and size checks (RT 132900 - Thanks, Bao Haojun)
-------------------------------------------------------------------
Tue Mar 10 03:11:44 UTC 2020 - <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-File-Slurp
#
# Copyright (c) 2020 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
@ -17,13 +17,13 @@
Name: perl-File-Slurp
Version: 9999.30
Version: 9999.32
Release: 0
%define cpan_name File-Slurp
Summary: Perl module for reading/writing/modifying complete files
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@ -40,7 +40,6 @@ a sub to read in all the files in a directory.
%prep
%setup -q -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