From 41313a6a250408daa3d51620cad366fa8144c58783e31aa998b45dabe0c971f9 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Fri, 13 Sep 2019 08:06:22 +0000 Subject: [PATCH] Accepting request 730581 from devel:languages:perl:autoupdate - updated to 9999.28 see /usr/share/doc/packages/perl-File-Slurp/Changes 9999.28 2019-04-05 - Stop testing with Taint mode. Taint was a terrible practice that should have never ever ever been a thing. OBS-URL: https://build.opensuse.org/request/show/730581 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Slurp?expand=0&rev=29 --- File-Slurp-9999.27.tar.gz | 3 --- File-Slurp-9999.28.tar.gz | 3 +++ perl-File-Slurp.changes | 10 ++++++++++ perl-File-Slurp.spec | 3 +-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 File-Slurp-9999.27.tar.gz create mode 100644 File-Slurp-9999.28.tar.gz diff --git a/File-Slurp-9999.27.tar.gz b/File-Slurp-9999.27.tar.gz deleted file mode 100644 index 5a3f14d..0000000 --- a/File-Slurp-9999.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a9d884f664c37946adb58f76b7708bf48c8b3fa9c34244f8cdb451ce41c43f4 -size 37734 diff --git a/File-Slurp-9999.28.tar.gz b/File-Slurp-9999.28.tar.gz new file mode 100644 index 0000000..d2f0066 --- /dev/null +++ b/File-Slurp-9999.28.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0587ce010bcb79db9e744f14b5498be97bf2c7f2474d971916d92f0a10827cee +size 36049 diff --git a/perl-File-Slurp.changes b/perl-File-Slurp.changes index adb1a8e..1852f06 100644 --- a/perl-File-Slurp.changes +++ b/perl-File-Slurp.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Sep 13 07:30:49 UTC 2019 - + +- updated to 9999.28 + see /usr/share/doc/packages/perl-File-Slurp/Changes + + 9999.28 2019-04-05 + - Stop testing with Taint mode. Taint was a terrible practice that should + have never ever ever been a thing. + ------------------------------------------------------------------- Sat Apr 6 05:09:09 UTC 2019 - Stephan Kulow diff --git a/perl-File-Slurp.spec b/perl-File-Slurp.spec index 7829e5f..f5f478d 100644 --- a/perl-File-Slurp.spec +++ b/perl-File-Slurp.spec @@ -17,7 +17,7 @@ Name: perl-File-Slurp -Version: 9999.27 +Version: 9999.28 Release: 0 %define cpan_name File-Slurp Summary: Perl module for reading/writing/modifying complete files @@ -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 ! -name \*.pl -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor