From 026799c080a5606742a0c7c087d1e41b73f5cfd03dadd84b88e9c6bae1d80e81 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 11 Dec 2020 09:16:31 +0000 Subject: [PATCH] Accepting request 854519 from devel:languages:perl:autoupdate - updated to 2.02 see /usr/share/doc/packages/perl-Test-EOL/Changes 2.02 2020-12-07 07:08:39Z - fix failing test on MSWin32 2.01 2020-12-06 00:39:19Z - better matching on files, directories to be ignored (e.g. no longer confuses directory "vincent" for "inc") - closes RT#133862, PR #1 - handle long @INC lines by passing through $PERL5LIB (Father Chrysostomos, RT#123448) OBS-URL: https://build.opensuse.org/request/show/854519 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-EOL?expand=0&rev=18 --- Test-EOL-2.00.tar.gz | 3 --- Test-EOL-2.02.tar.gz | 3 +++ perl-Test-EOL.changes | 15 +++++++++++++++ perl-Test-EOL.spec | 20 +++++++++++--------- 4 files changed, 29 insertions(+), 12 deletions(-) delete mode 100644 Test-EOL-2.00.tar.gz create mode 100644 Test-EOL-2.02.tar.gz diff --git a/Test-EOL-2.00.tar.gz b/Test-EOL-2.00.tar.gz deleted file mode 100644 index d349031..0000000 --- a/Test-EOL-2.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e7f7e5d07d3be0f1d7d51bcda8af0962767eb2897fd48994df274c0f5ed6b50 -size 29987 diff --git a/Test-EOL-2.02.tar.gz b/Test-EOL-2.02.tar.gz new file mode 100644 index 0000000..a6165a0 --- /dev/null +++ b/Test-EOL-2.02.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283199d7fb27807fe2226af7b12571c6dc2508d8e5c0feb505d089d31720afc4 +size 32739 diff --git a/perl-Test-EOL.changes b/perl-Test-EOL.changes index dfe3458..b6add14 100644 --- a/perl-Test-EOL.changes +++ b/perl-Test-EOL.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Dec 8 03:06:42 UTC 2020 - Tina Müller + +- updated to 2.02 + see /usr/share/doc/packages/perl-Test-EOL/Changes + + 2.02 2020-12-07 07:08:39Z + - fix failing test on MSWin32 + + 2.01 2020-12-06 00:39:19Z + - better matching on files, directories to be ignored (e.g. no longer + confuses directory "vincent" for "inc") - closes RT#133862, PR #1 + - handle long @INC lines by passing through $PERL5LIB (Father Chrysostomos, + RT#123448) + ------------------------------------------------------------------- Thu May 4 06:47:52 UTC 2017 - coolo@suse.com diff --git a/perl-Test-EOL.spec b/perl-Test-EOL.spec index b7eff5f..089d033 100644 --- a/perl-Test-EOL.spec +++ b/perl-Test-EOL.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-EOL # -# Copyright (c) 2017 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 @@ -12,24 +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-EOL -Version: 2.00 +Version: 2.02 Release: 0 %define cpan_name Test-EOL Summary: Check the correct line endings in your project -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Test-EOL/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Test::More) >= 0.88 %{perl_requires} %description @@ -40,11 +41,11 @@ modules, etc) for the presence of windows line endings. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -53,6 +54,7 @@ modules, etc) for the presence of windows line endings. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING LICENCE README +%doc Changes CONTRIBUTING README +%license LICENCE %changelog