diff --git a/Test-File-1.443.tar.gz b/Test-File-1.443.tar.gz deleted file mode 100644 index 23fe7a5..0000000 --- a/Test-File-1.443.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61b4a6ab8f617c8c7b5975164cf619468dc304b6baaaea3527829286fa58bcd5 -size 27065 diff --git a/Test-File-1.444.tar.gz b/Test-File-1.444.tar.gz new file mode 100644 index 0000000..ff25af7 --- /dev/null +++ b/Test-File-1.444.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8719aa7c53bb456408c92753435e2f01cf23478b92194edfe2f0f6ceb76d2505 +size 28773 diff --git a/perl-Test-File.changes b/perl-Test-File.changes index d2cc83b..c4c1e54 100644 --- a/perl-Test-File.changes +++ b/perl-Test-File.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Jan 7 03:10:03 UTC 2021 - Tina Müller + +- updated to 1.444 + see /usr/share/doc/packages/perl-Test-File/Changes + + 1.444 2021-01-06T03:40:19Z + * Remove Travis, add GitHub actions + * Add file_is_symlink_not_ok + 1.443_03 2020-06-15T13:13:42Z + * Merge some test additions from Desmond Daignault (GitHub #20) + 1.443_02 2020-06-15T12:10:34Z + * Deprecated directories in tests appropriate for only plain files. + It's a diag() message now but will be a test failure later. + 1.443_01 2020-06-12T11:54:41Z + * change the file_writeable_ok tests to file_writable_ok, which + is the correct spelling. The old names work but now warn to use + the new name. + * Some updates to refresh the tests. + * Start mirroring Test2::Tools::File so we support the same names. + Thanks to Torbjørn Lindahl for spotting rough edges. + ------------------------------------------------------------------- Tue Apr 18 06:44:51 UTC 2017 - coolo@suse.com diff --git a/perl-Test-File.spec b/perl-Test-File.spec index fddc6e9..a0f6cc6 100644 --- a/perl-Test-File.spec +++ b/perl-Test-File.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-File # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,27 +12,25 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -Name: perl-Test-File -Version: 1.443 -Release: 0 %define cpan_name Test-File -Summary: Test File Attributes -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Test-File/ +Name: perl-Test-File +Version: 1.444 +Release: 0 +Summary: Test file attributes +License: Artistic-2.0 +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Builder) >= 1.001006 BuildRequires: perl(Test::Builder::Tester) >= 1.04 -BuildRequires: perl(Test::More) >= 0.95 +BuildRequires: perl(Test::More) >= 1 BuildRequires: perl(Test::utf8) %{perl_requires} @@ -55,14 +53,14 @@ 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. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -70,7 +68,6 @@ for the test. If not supplied, a reasonable default will be generated. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes examples %license LICENSE