diff --git a/File-Slurp-9999.30.tar.gz b/File-Slurp-9999.30.tar.gz deleted file mode 100644 index fe977ff..0000000 --- a/File-Slurp-9999.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a37163db0b9454e48eb308dac1fc27571be086e0864c9083bed88d9c4e93747 -size 37889 diff --git a/File-Slurp-9999.32.tar.gz b/File-Slurp-9999.32.tar.gz new file mode 100644 index 0000000..bb2183d --- /dev/null +++ b/File-Slurp-9999.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3c21992a9d42be3a79dd74a3c83d27d38057269d65509a2f555ea0fb2bc5b0 +size 34574 diff --git a/perl-File-Slurp.changes b/perl-File-Slurp.changes index 3d55e12..ec5c276 100644 --- a/perl-File-Slurp.changes +++ b/perl-File-Slurp.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jul 1 03:08:04 UTC 2020 - Tina Müller + +- updated to 9999.32 + see /usr/share/doc/packages/perl-File-Slurp/Changes + + 9999.32 2020-06-30 + - Re-release after fixing MANIFEST + + 9999.31 2020-06-28 + - Remove TravisCI and AppVeyor + - Test using GitHub Actions/workflows on Windows, Mac, and Linux + - Add See Also section to the docs. (PR#24 Thanks, Dan Book) + - Add file existence and size checks (RT 132900 - Thanks, Bao Haojun) + ------------------------------------------------------------------- Tue Mar 10 03:11:44 UTC 2020 - diff --git a/perl-File-Slurp.spec b/perl-File-Slurp.spec index 8c85a15..4de26f5 100644 --- a/perl-File-Slurp.spec +++ b/perl-File-Slurp.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Slurp # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: perl-File-Slurp -Version: 9999.30 +Version: 9999.32 Release: 0 %define cpan_name File-Slurp Summary: Perl module for reading/writing/modifying complete files License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -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 ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor