Hello community, here is the log from the commit of package perl-Test-PerlTidy for openSUSE:Factory checked in at 2019-04-02 09:20:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-PerlTidy (Old) and /work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-PerlTidy" Tue Apr 2 09:20:28 2019 rev:4 rq:684902 version:20190309.001 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-PerlTidy/perl-Test-PerlTidy.changes 2017-10-11 23:02:52.248913327 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.25356/perl-Test-PerlTidy.changes 2019-04-02 09:20:29.860609971 +0200 @@ -1,0 +2,6 @@ +Wed Mar 13 16:44:37 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 20190309.001 + see /usr/share/doc/packages/perl-Test-PerlTidy/Changes + +------------------------------------------------------------------- Old: ---- Test-PerlTidy-20130104.tar.gz New: ---- Test-PerlTidy-20190309.001.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-PerlTidy.spec ++++++ --- /var/tmp/diff_new_pack.rOw2oq/_old 2019-04-02 09:20:30.452610526 +0200 +++ /var/tmp/diff_new_pack.rOw2oq/_new 2019-04-02 09:20:30.456610530 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-PerlTidy # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,33 +12,35 @@ # 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/ # -%define cpan_name Test-PerlTidy Name: perl-Test-PerlTidy -Version: 20130104 +Version: 20190309.001 Release: 0 -Summary: Check That All Your Files Are Tidy -License: Artistic-1.0 OR GPL-1.0+ +%define cpan_name Test-PerlTidy +Summary: Check that all your files are tidy +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Test-PerlTidy/ -Source0: https://cpan.metacpan.org/authors/id/L/LA/LARRYL/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(File::Finder) -BuildRequires: perl(File::Slurp) -BuildRequires: perl(Perl::Tidy) >= 20121207 +BuildRequires: perl(Module::Build) >= 0.280000 +BuildRequires: perl(Path::Tiny) +BuildRequires: perl(Perl::Tidy) >= 20181120 +BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::Perl::Critic) BuildRequires: perl(Text::Diff) BuildRequires: perl(parent) -Requires: perl(File::Finder) -Requires: perl(File::Slurp) -Requires: perl(Perl::Tidy) >= 20121207 +Requires: perl(Path::Tiny) +Requires: perl(Perl::Tidy) >= 20181120 Requires: perl(Text::Diff) Requires: perl(parent) -BuildArch: noarch %{perl_requires} %description @@ -53,18 +55,18 @@ %setup -q -n %{cpan_name}-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +perl Build.PL installdirs=vendor +./Build build flags=%{?_smp_mflags} %check -make %{?_smp_mflags} test +./Build test %install -%perl_make_install -%perl_process_packlist +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist %files -f %{name}.files -%doc CHANGES README +%defattr(-,root,root,755) +%doc Changes README %changelog ++++++ Test-PerlTidy-20130104.tar.gz -> Test-PerlTidy-20190309.001.tar.gz ++++++ ++++ 1762 lines of diff (skipped)
