diff --git a/Test-File-1.43.tar.gz b/Test-File-1.43.tar.gz deleted file mode 100644 index 059f6e1..0000000 --- a/Test-File-1.43.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:580f812deb5dd767d433882eea36069f400ca6f3d9a74dae2980c6176ee4eef2 -size 26332 diff --git a/Test-File-1.44.tar.gz b/Test-File-1.44.tar.gz new file mode 100644 index 0000000..de67c8a --- /dev/null +++ b/Test-File-1.44.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a48354de3e9ebf1c4e155f7d8bd045c2251bc56cad3b9afc2c9ee7404b6cc9 +size 26498 diff --git a/perl-Test-File.changes b/perl-Test-File.changes index 0033022..71da92e 100644 --- a/perl-Test-File.changes +++ b/perl-Test-File.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 7 09:23:56 UTC 2015 - coolo@suse.com + +- updated to 1.44 + see /usr/share/doc/packages/perl-Test-File/Changes + + 1.44 2015-07-06T00:29:56Z + * Fix file_has_* tests to work on Windows (RJBS) GitHub #13 + + 1.43_02 2015-06-24T15:21:57Z + * check file_mode_has tests for Windows + ------------------------------------------------------------------- Tue Jun 23 08:47:25 UTC 2015 - coolo@suse.com diff --git a/perl-Test-File.spec b/perl-Test-File.spec index dc7d47c..da337b0 100644 --- a/perl-Test-File.spec +++ b/perl-Test-File.spec @@ -17,7 +17,7 @@ Name: perl-Test-File -Version: 1.43 +Version: 1.44 Release: 0 %define cpan_name Test-File Summary: Test File Attributes @@ -32,12 +32,8 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Builder) >= 1.001006 BuildRequires: perl(Test::Builder::Tester) >= 1.04 -BuildRequires: perl(Test::More) >= 0.94 +BuildRequires: perl(Test::More) >= 0.95 BuildRequires: perl(Test::utf8) -Requires: perl(Test::Builder) >= 1.001006 -Requires: perl(Test::Builder::Tester) >= 1.04 -Requires: perl(Test::More) >= 0.95 -Requires: perl(Test::utf8) %{perl_requires} %description @@ -51,7 +47,9 @@ 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. :) +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. The optional NAME parameter for every function allows you to specify a name for the test. If not supplied, a reasonable default will be generated.