diff --git a/Test-File-ShareDir-1.000001.tar.gz b/Test-File-ShareDir-1.000001.tar.gz deleted file mode 100644 index e6cb476..0000000 --- a/Test-File-ShareDir-1.000001.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de4a1bd445d226be6b9c8b552172e88f932e1c9d74ef2f1611f41de8b7e6ff1e -size 66766 diff --git a/Test-File-ShareDir-1.000005.tar.gz b/Test-File-ShareDir-1.000005.tar.gz new file mode 100644 index 0000000..89aabef --- /dev/null +++ b/Test-File-ShareDir-1.000005.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd9bbae9fb1df70ca55cf38d542cb8f3f1c9ace4397f1aa9a3d37bd05599914 +size 60541 diff --git a/perl-Test-File-ShareDir.changes b/perl-Test-File-ShareDir.changes index 7faa3c7..d00b24f 100644 --- a/perl-Test-File-ShareDir.changes +++ b/perl-Test-File-ShareDir.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Mon Sep 15 12:52:33 UTC 2014 - coolo@suse.com + +- updated to 1.000005 + [00 Trivial] + - CPANDAY! + - no code changes. + - tests augmented. + - whitespace greatly reduced. + + [Dependencies::Stats] + - Dependencies changed since 1.000004, see misc/*.deps* for details + - configure: ↓1 + - develop: +1 (suggests: ↑1) + - test: -4 (recommends: ↑1 -2) + + [Misc] + - Improve source side POD to reduce build side whitespace. + + [Tests] + - update Test::ReportPrereqs + + 1.000004 2014-07-22T19:29:27Z + [Doc Bugfix] + - Previous releases changelog was misleading. + - We're requiring a newer Path::Tiny to avoid a problem. ( As opposed to the impression that a newer Path::Tiny caused + the problem, grammar-- ) + + 1.000003 2014-07-22T19:02:06Z + [Bugfix] + - Attempt to avoid tempdir(CLEANUP => 1) being an error by requiring newer Path::Tiny + + [Dependencies::Stats] + - Dependencies changed since 1.000002, see misc/*.deps* for details + - runtime: ↑1 + + 1.000002 2014-07-18T16:33:36Z + [00 Trivial] + - Minor packaging cleanups shaving ~7k + + [Dependencies::Stats] + - Dependencies changed since 1.000001, see misc/*.deps* for details + - develop: (suggests: ↑2) + - test: +2 ↑1 (recommends: +1) + ------------------------------------------------------------------- Wed Jun 11 06:14:21 UTC 2014 - stephan.barth@suse.com diff --git a/perl-Test-File-ShareDir.spec b/perl-Test-File-ShareDir.spec index cd05e4c..cc9aadb 100644 --- a/perl-Test-File-ShareDir.spec +++ b/perl-Test-File-ShareDir.spec @@ -17,10 +17,10 @@ Name: perl-Test-File-ShareDir -Version: 1.000001 +Version: 1.000005 Release: 0 %define cpan_name Test-File-ShareDir -Summary: Create a Fake ShareDir for your modules for testing +Summary: Create a Fake ShareDir for your modules for testing. License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-File-ShareDir/ @@ -32,16 +32,13 @@ BuildRequires: perl-macros BuildRequires: perl(Class::Tiny) BuildRequires: perl(File::Copy::Recursive) BuildRequires: perl(File::ShareDir) >= 1.00 -BuildRequires: perl(Module::Build) >= 0.4004 -BuildRequires: perl(Path::Tiny) +BuildRequires: perl(Path::Tiny) >= 0.018 BuildRequires: perl(Test::Fatal) -BuildRequires: perl(Test::More) >= 0.98 -#BuildRequires: perl(Example) -#BuildRequires: perl(Test::File::ShareDir) -#BuildRequires: perl(Test::File::ShareDir::TempDirObject) +BuildRequires: perl(Test::More) >= 0.96 +Requires: perl(Class::Tiny) Requires: perl(File::Copy::Recursive) Requires: perl(File::ShareDir) >= 1.00 -Requires: perl(Path::Tiny) +Requires: perl(Path::Tiny) >= 0.018 %{perl_requires} %description @@ -55,11 +52,11 @@ this module will not be usable by you. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL installdirs=vendor -make +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -make test +%{__make} test %install %perl_make_install @@ -68,6 +65,6 @@ make test %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE perlcritic.rc README weaver.ini +%doc Changes dist.ini.meta LICENSE perlcritic.rc README weaver.ini %changelog