From 484c656eed10c4aa51082a70da0611428be728a1777c52b387a16deafd6ab605 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 10 Mar 2020 10:37:58 +0000 Subject: [PATCH] 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 --- File-Slurp-9999.29.tar.gz | 3 --- File-Slurp-9999.30.tar.gz | 3 +++ perl-File-Slurp.changes | 10 ++++++++++ perl-File-Slurp.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 File-Slurp-9999.29.tar.gz create mode 100644 File-Slurp-9999.30.tar.gz diff --git a/File-Slurp-9999.29.tar.gz b/File-Slurp-9999.29.tar.gz deleted file mode 100644 index 771f3c1..0000000 --- a/File-Slurp-9999.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e6e47e0bba639e37e51fdc7a43b187cd90ac642e4baa13a7185bc6c223e19c7 -size 37830 diff --git a/File-Slurp-9999.30.tar.gz b/File-Slurp-9999.30.tar.gz new file mode 100644 index 0000000..fe977ff --- /dev/null +++ b/File-Slurp-9999.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a37163db0b9454e48eb308dac1fc27571be086e0864c9083bed88d9c4e93747 +size 37889 diff --git a/perl-File-Slurp.changes b/perl-File-Slurp.changes index 985de99..3d55e12 100644 --- a/perl-File-Slurp.changes +++ b/perl-File-Slurp.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 10 03:11:44 UTC 2020 - + +- 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 - diff --git a/perl-File-Slurp.spec b/perl-File-Slurp.spec index 9f7ee47..8c85a15 100644 --- a/perl-File-Slurp.spec +++ b/perl-File-Slurp.spec @@ -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