diff --git a/Test-File-1.448.tar.gz b/Test-File-1.448.tar.gz deleted file mode 100644 index 2e2fe03..0000000 --- a/Test-File-1.448.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:084152680a2cecc10f1a06b8a2a41f166d8d9311eb12022b53d36ccb50716a34 -size 29914 diff --git a/Test-File-1.991.tar.gz b/Test-File-1.991.tar.gz new file mode 100644 index 0000000..f538117 --- /dev/null +++ b/Test-File-1.991.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea380adca40bfa1379b500f35cfdecfc053cf02e89c77d087cfb6f2a85e1c9de +size 30420 diff --git a/perl-Test-File.changes b/perl-Test-File.changes index 66bb611..cc15d83 100644 --- a/perl-Test-File.changes +++ b/perl-Test-File.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jan 21 03:09:23 UTC 2022 - Tina Müller + +- updated to 1.991 + see /usr/share/doc/packages/perl-Test-File/Changes + + 1.991 2022-01-21T01:37:36Z + * Enforce text files in some functions, as warned in #18. + * Change up some diag messages: 1) lowercase first letter 2) not ! at + end, and 3) use "file" instead of "filename". If you were matching on + those, you may need to update your patterns. + ------------------------------------------------------------------- Sat Mar 6 03:08:19 UTC 2021 - Tina Müller diff --git a/perl-Test-File.spec b/perl-Test-File.spec index d5f3e37..83711d3 100644 --- a/perl-Test-File.spec +++ b/perl-Test-File.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-File # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name Test-File Name: perl-Test-File -Version: 1.448 +Version: 1.991 Release: 0 Summary: Test file attributes License: Artistic-2.0 @@ -28,10 +28,10 @@ Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 BuildRequires: perl(Test::Builder) >= 1.001006 BuildRequires: perl(Test::Builder::Tester) >= 1.04 BuildRequires: perl(Test::More) >= 1 -BuildRequires: perl(Test::utf8) %{perl_requires} %description @@ -45,7 +45,7 @@ permissions. Some attributes don't make sense outside of Unix, either, so some tests automatically skip if they think they won't work on the platform. If you have a way to make these functions work on Windows, for instance, please -send me a patch. :) IF you want to pretend to be Windows on a non-Windows +send me a patch. :) If you want to pretend to be Windows on a non-Windows machine (for instance, to test 'skip()'), you can set the 'PRETEND_TO_BE_WINDOWS' environment variable.