From 350e981fea6b26e96e500e16fce161626e084932f0a2cf1c6420c2d2f19ac7ea Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 6 Dec 2018 15:52:10 +0000 Subject: [PATCH] Accepting request 655751 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/655751 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Slurp?expand=0&rev=23 --- File-Slurp-9999.24.tar.gz | 3 --- File-Slurp-9999.25.tar.gz | 3 +++ perl-File-Slurp.changes | 17 +++++++++++++++++ perl-File-Slurp.spec | 7 ++++--- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 File-Slurp-9999.24.tar.gz create mode 100644 File-Slurp-9999.25.tar.gz diff --git a/File-Slurp-9999.24.tar.gz b/File-Slurp-9999.24.tar.gz deleted file mode 100644 index bb015f8..0000000 --- a/File-Slurp-9999.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd480c3d474f477580940b26e0bce900ca5cb92c143c3bb3549882c1d7f823cf -size 34801 diff --git a/File-Slurp-9999.25.tar.gz b/File-Slurp-9999.25.tar.gz new file mode 100644 index 0000000..dbee4a0 --- /dev/null +++ b/File-Slurp-9999.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ea97bae61bc68404476ce69277f6f796d31ab58c9c40ee390d9d5a1c5ce3c1 +size 38260 diff --git a/perl-File-Slurp.changes b/perl-File-Slurp.changes index f4dde01..298c4fe 100644 --- a/perl-File-Slurp.changes +++ b/perl-File-Slurp.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Dec 6 15:41:21 UTC 2018 - Stephan Kulow + +- updated to 9999.25 + see /usr/share/doc/packages/perl-File-Slurp/Changes + + 9999.25 2018-10-29 + - The previous release contained nothing but a documentation update. That + updated documentation errantly mentioned pseudo-files. Pseudo-files + are perfectly fine to use with File::Slurp. + - Add regression test for GLOB refs being slurped in. Thank you, James Keenan! + https://github.com/perhunter/slurp/pull/17#issuecomment-437174592 + - Refactor read_file to use open and read rather than sysopen and sysread. + - Add a bugwards compatible feature to keep track of the cursor when + dealing with the DATA handle (https://github.com/perhunter/slurp/pull/17) + - Fix a typo in the docs. + ------------------------------------------------------------------- Fri Nov 9 09:38:01 UTC 2018 - Jan Engelhardt diff --git a/perl-File-Slurp.spec b/perl-File-Slurp.spec index 78bfd0b..c882d46 100644 --- a/perl-File-Slurp.spec +++ b/perl-File-Slurp.spec @@ -17,7 +17,7 @@ Name: perl-File-Slurp -Version: 9999.24 +Version: 9999.25 Release: 0 %define cpan_name File-Slurp Summary: Perl module for reading/writing/modifying complete files @@ -40,13 +40,14 @@ a sub to read in all the files in a directory. %prep %setup -q -n %{cpan_name}-%{version} +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install