Accepting request 783280 from devel:languages:perl:autoupdate

- updated to 9999.30
   see /usr/share/doc/packages/perl-File-Slurp/Changes
  9999.30
      - Altered the atomic version of write_file to use temporary files that
        are also hidden files. (RT #132064)

OBS-URL: https://build.opensuse.org/request/show/783280
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Slurp?expand=0&rev=33
This commit is contained in:
Pedro Monreal Gonzalez 2020-03-10 10:37:58 +00:00 committed by Git OBS Bridge
parent 64773991c4
commit 484c656eed
4 changed files with 16 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 10 03:11:44 UTC 2020 - <timueller+perl@suse.de>
- updated to 9999.30
see /usr/share/doc/packages/perl-File-Slurp/Changes
9999.30
- Altered the atomic version of write_file to use temporary files that
are also hidden files. (RT #132064)
-------------------------------------------------------------------
Thu Nov 28 03:02:05 UTC 2019 - <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-File-Slurp
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-File-Slurp
Version: 9999.29
Version: 9999.30
Release: 0
%define cpan_name File-Slurp
Summary: Perl module for reading/writing/modifying complete files
@ -40,7 +40,7 @@ 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" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor