Accepting request 655763 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/655763 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-Slurp?expand=0&rev=22
This commit is contained in:
commit
bc9ed7c9ac
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fd480c3d474f477580940b26e0bce900ca5cb92c143c3bb3549882c1d7f823cf
|
|
||||||
size 34801
|
|
3
File-Slurp-9999.25.tar.gz
Normal file
3
File-Slurp-9999.25.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c7ea97bae61bc68404476ce69277f6f796d31ab58c9c40ee390d9d5a1c5ce3c1
|
||||||
|
size 38260
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 6 15:41:21 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- 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 <jengelh@inai.de>
|
Fri Nov 9 09:38:01 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-File-Slurp
|
Name: perl-File-Slurp
|
||||||
Version: 9999.24
|
Version: 9999.25
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name File-Slurp
|
%define cpan_name File-Slurp
|
||||||
Summary: Perl module for reading/writing/modifying complete files
|
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
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user