Hello community, here is the log from the commit of package perl-Path-FindDev for openSUSE:Factory checked in at 2015-04-16 14:12:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Path-FindDev (Old) and /work/SRC/openSUSE:Factory/.perl-Path-FindDev.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Path-FindDev" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Path-FindDev/perl-Path-FindDev.changes 2013-10-21 15:14:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Path-FindDev.new/perl-Path-FindDev.changes 2015-04-16 14:12:41.000000000 +0200 @@ -1,0 +2,86 @@ +Tue Apr 14 21:10:13 UTC 2015 - [email protected] + +- updated to 0.5.2 + see /usr/share/doc/packages/perl-Path-FindDev/Changes + + 0.5.2 2014-08-16T04:12:22Z + [00 Trivial] + - CPANDAY! + - No code changes. + - metadata updated. + - tests updated. + - whitespace reduced. + + [Dependencies::Noteworthy] + - use newer Path::Tiny to avoid bug GH #7 ( Thanks Chorny ) + + [Dependencies::Stats] + - Dependencies changed since 0.5.1, see misc/*.deps* for details + - configure: ↓1 + - develop: +1 (suggests: ↑1) + - runtime: ↑1 + - test: +1 -3 (recommends: ↑1 -1) + + [Metadata] + - move to kentnl org. + - Show 2x contributors + + [Misc] + - Improve source side POD to reduce build side whitespace. + + [Tests] + - updated Test::ReportPrereqs + + 0.5.1 2014-07-13T17:54:11Z + [00 Trivial] + - Misc packaging updates. + + [Dependencies::Stats] + - Dependencies changed since 0.5.0, see misc/*.deps* for details + - configure: (recommends: ↑1) + - develop: +3 -3 (suggests: +2 -1) + - test: (recommends: ↑2) + + 0.5.0 2014-03-04T11:03:22Z + [00 Tooling release] + - Toolkit switched to EUMM + - No other noteworthy changes + - Still as broken as always + + [Dependencies::Aggregate] + - 5.008 - 49 → 44 + - 5.010 - 32 → 33 + - 5.019 - 18 → 17 + + [Dependencies::Stats] + - Dependencies changed since 0.4.2, see misc/*.deps* for details + - build: -1 + - configure: +1 -1 (recommends: +1) + - develop: +8 ↑1 -10 + - runtime: +1 ↑1 + - test: +4 ↓1 -3 (recommends: +4) + + 0.4.2 2013-11-09T16:06:27Z + [00 Bugfix] + - Minimum perl declared is now 5.8, and tested to work on 5.8 + - However, the version scheme is x.y.z still, which means if you want to depend on a specific version in Perl code, + you'll need a recent enough version.pm to make it work. + + [Dependencies::Stats] + - Dependencies changed since 0.4.1, see misc/*.deps* for details + - build: ↑1 + - configure: ↑1 + - develop: +42 ↑1 + - runtime: ↓1 + - test: ↑1 + + 0.4.1 2013-10-23T19:08:22Z + [00 Bugfix] + - System path test added in 0.4.0 disabled due to potential security risks ( fixes #4 ) + + [Dependencies::Stats] + - Dependencies changed since 0.4.0, see misc/*.deps* for details + - develop: ↑2 + - test: ↑1 + +------------------------------------------------------------------- Old: ---- Path-FindDev-0.4.0.tar.gz New: ---- Path-FindDev-0.5.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Path-FindDev.spec ++++++ --- /var/tmp/diff_new_pack.apWuP6/_old 2015-04-16 14:12:41.000000000 +0200 +++ /var/tmp/diff_new_pack.apWuP6/_new 2015-04-16 14:12:41.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Path-FindDev # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,10 +17,10 @@ Name: perl-Path-FindDev -Version: 0.4.0 +Version: 0.5.2 Release: 0 %define cpan_name Path-FindDev -Summary: Find a development path somewhere in an upper hierarchy. +Summary: Find a development path somewhere in an upper hierarchy License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Path-FindDev/ @@ -30,22 +30,15 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Class::Tiny) >= 0.010 -BuildRequires: perl(Module::Build) >= 0.4007 -BuildRequires: perl(Path::IsDev) >= v0.2.2 +BuildRequires: perl(Path::IsDev) >= 0.2.2 BuildRequires: perl(Path::IsDev::Object) -BuildRequires: perl(Path::Tiny) >= 0.038 +BuildRequires: perl(Path::Tiny) >= 0.054 BuildRequires: perl(Sub::Exporter) -BuildRequires: perl(Test::More) >= 0.98 -#BuildRequires: perl(Data::Dump) -#BuildRequires: perl(Path::FindDev) -#BuildRequires: perl(Path::FindDev::Object) -#BuildRequires: perl(Test::Kwalitee) -#BuildRequires: perl(YAML::Dumper) -#BuildRequires: perl(YAML::Loader) +BuildRequires: perl(Test::More) >= 0.89 Requires: perl(Class::Tiny) >= 0.010 -Requires: perl(Path::IsDev) >= v0.2.2 +Requires: perl(Path::IsDev) >= 0.2.2 Requires: perl(Path::IsDev::Object) -Requires: perl(Path::Tiny) >= 0.038 +Requires: perl(Path::Tiny) >= 0.054 Requires: perl(Sub::Exporter) %{perl_requires} @@ -65,18 +58,19 @@ %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -./Build test +%{__make} test %install -./Build install destdir=%{buildroot} create_packlist=0 +%perl_make_install +%perl_process_packlist %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE perlcritic.rc README weaver.ini +%doc Changes LICENSE README %changelog ++++++ Path-FindDev-0.4.0.tar.gz -> Path-FindDev-0.5.2.tar.gz ++++++ ++++ 4871 lines of diff (skipped)
