Accepting request 861011 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/861011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-File?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2021-01-08 16:33:59 +00:00 committed by Git OBS Bridge
commit c922fe73db
4 changed files with 38 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61b4a6ab8f617c8c7b5975164cf619468dc304b6baaaea3527829286fa58bcd5
size 27065

3
Test-File-1.444.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8719aa7c53bb456408c92753435e2f01cf23478b92194edfe2f0f6ceb76d2505
size 28773

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Jan 7 03:10:03 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- 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 Tue Apr 18 06:44:51 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-File # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 %define cpan_name Test-File
Summary: Test File Attributes Name: perl-Test-File
License: Artistic-1.0 or GPL-1.0+ Version: 1.444
Group: Development/Libraries/Perl Release: 0
Url: http://search.cpan.org/dist/Test-File/ 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 Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Test::Builder) >= 1.001006 BuildRequires: perl(Test::Builder) >= 1.001006
BuildRequires: perl(Test::Builder::Tester) >= 1.04 BuildRequires: perl(Test::Builder::Tester) >= 1.04
BuildRequires: perl(Test::More) >= 0.95 BuildRequires: perl(Test::More) >= 1
BuildRequires: perl(Test::utf8) BuildRequires: perl(Test::utf8)
%{perl_requires} %{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. for the test. If not supplied, a reasonable default will be generated.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@ -70,7 +68,6 @@ for the test. If not supplied, a reasonable default will be generated.
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples %doc Changes examples
%license LICENSE %license LICENSE