From 4c55a18af5348fc3ef5eb978b6f42bdbedb4ebc3af342063b049ef30fd16d4b4 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 15 Apr 2015 05:01:54 +0000 Subject: [PATCH] Accepting request 296289 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/296289 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-File-ShareDir?expand=0&rev=7 --- Test-File-ShareDir-1.000005.tar.gz | 3 --- Test-File-ShareDir-1.001001.tar.gz | 3 +++ perl-Test-File-ShareDir.changes | 26 ++++++++++++++++++++++++++ perl-Test-File-ShareDir.spec | 24 ++++++++++++++++++------ 4 files changed, 47 insertions(+), 9 deletions(-) delete mode 100644 Test-File-ShareDir-1.000005.tar.gz create mode 100644 Test-File-ShareDir-1.001001.tar.gz diff --git a/Test-File-ShareDir-1.000005.tar.gz b/Test-File-ShareDir-1.000005.tar.gz deleted file mode 100644 index 89aabef..0000000 --- a/Test-File-ShareDir-1.000005.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcd9bbae9fb1df70ca55cf38d542cb8f3f1c9ace4397f1aa9a3d37bd05599914 -size 60541 diff --git a/Test-File-ShareDir-1.001001.tar.gz b/Test-File-ShareDir-1.001001.tar.gz new file mode 100644 index 0000000..c08499a --- /dev/null +++ b/Test-File-ShareDir-1.001001.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8815ee3644949ad6419616c2706a04b3c22d709bfb610ad5c4cfe78884a8658 +size 64508 diff --git a/perl-Test-File-ShareDir.changes b/perl-Test-File-ShareDir.changes index d00b24f..b65941c 100644 --- a/perl-Test-File-ShareDir.changes +++ b/perl-Test-File-ShareDir.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Apr 14 18:04:53 UTC 2015 - coolo@suse.com + +- updated to 1.001001 + see /usr/share/doc/packages/perl-Test-File-ShareDir/Changes + + 1.001001 2015-03-01T05:44:37Z a89c745 + [TestFixes] + - Try to guard against accidentally failing if a test distdir does in fact exist in the "Expect not to exist" test. + + 1.001000 2015-02-28T11:09:38Z d703dd2 + [Dependencies::Stats] + - Dependencies changed since 1.000005, see misc/*.deps* for details + - configure: +1 (recommends: -1, suggests: +1) + - develop: +10 ↑3 -2 (suggests: +1 ↑2) + - runtime: +3 (suggests: +1) + - test: +1 (recommends: -2, suggests: +2) + + [Deprecations] + - OO interfaces have a ->add_to_inc method which is being replaced with the more generic ->register, which wil retain + meaning when the interface no longer actually uses @INC + + [Features] + - OO interfaces now all have a ->register and a ->clear method. + - Now supports exporting with_dist_dir and with_module_dir functions from Test::File::ShareDir + ------------------------------------------------------------------- Mon Sep 15 12:52:33 UTC 2014 - coolo@suse.com diff --git a/perl-Test-File-ShareDir.spec b/perl-Test-File-ShareDir.spec index cc9aadb..6d4cf99 100644 --- a/perl-Test-File-ShareDir.spec +++ b/perl-Test-File-ShareDir.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-File-ShareDir # -# Copyright (c) 2014 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-Test-File-ShareDir -Version: 1.000005 +Version: 1.001001 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/ @@ -33,17 +33,29 @@ BuildRequires: perl(Class::Tiny) BuildRequires: perl(File::Copy::Recursive) BuildRequires: perl(File::ShareDir) >= 1.00 BuildRequires: perl(Path::Tiny) >= 0.018 +BuildRequires: perl(Scope::Guard) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.96 +BuildRequires: perl(parent) Requires: perl(Class::Tiny) Requires: perl(File::Copy::Recursive) Requires: perl(File::ShareDir) >= 1.00 Requires: perl(Path::Tiny) >= 0.018 +Requires: perl(Scope::Guard) +Requires: perl(parent) %{perl_requires} %description -This module only has support for creating 'new' style share dirs and are -NOT compatible with old File::ShareDirs. +'Test::File::ShareDir' is some low level plumbing to enable a distribution +to perform tests while consuming its own 'share' directories in a manner +similar to how they will be once installed. + +This allows 'File::ShareDir' to see the _latest_ version of content instead +of simply whatever is installed on whichever target system you happen to be +testing on. + +*Note:* This module only has support for creating 'new' style share dirs +and are NOT compatible with old File::ShareDirs. For this reason, unless you have File::ShareDir 1.00 or later installed, this module will not be usable by you. @@ -65,6 +77,6 @@ this module will not be usable by you. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes dist.ini.meta LICENSE perlcritic.rc README weaver.ini +%doc Changes LICENSE README %changelog