Hello community, here is the log from the commit of package perl-Test-EOL for openSUSE:Factory checked in at 2020-12-12 20:28:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-EOL (Old) and /work/SRC/openSUSE:Factory/.perl-Test-EOL.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-EOL" Sat Dec 12 20:28:19 2020 rev:15 rq:854824 version:2.02 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-EOL/perl-Test-EOL.changes 2017-05-16 14:38:01.643218606 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-EOL.new.2328/perl-Test-EOL.changes 2020-12-12 20:30:28.905734186 +0100 @@ -1,0 +2,15 @@ +Tue Dec 8 03:06:42 UTC 2020 - Tina Müller <timueller+p...@suse.de> + +- 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) + +------------------------------------------------------------------- Old: ---- Test-EOL-2.00.tar.gz New: ---- Test-EOL-2.02.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-EOL.spec ++++++ --- /var/tmp/diff_new_pack.Aesp62/_old 2020-12-12 20:30:29.673734988 +0100 +++ /var/tmp/diff_new_pack.Aesp62/_new 2020-12-12 20:30:29.673734988 +0100 @@ -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 @@ %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 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING LICENCE README +%doc Changes CONTRIBUTING README +%license LICENCE %changelog ++++++ Test-EOL-2.00.tar.gz -> Test-EOL-2.02.tar.gz ++++++ ++++ 2696 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org