Hello community,
here is the log from the commit of package perl-Test-File-ShareDir for
openSUSE:Factory checked in at 2015-04-15 16:27:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-File-ShareDir (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-File-ShareDir.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-File-ShareDir"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-File-ShareDir/perl-Test-File-ShareDir.changes
2014-09-17 17:25:20.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-File-ShareDir.new/perl-Test-File-ShareDir.changes
2015-04-15 16:27:03.000000000 +0200
@@ -1,0 +2,26 @@
+Tue Apr 14 18:04:53 UTC 2015 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
Test-File-ShareDir-1.000005.tar.gz
New:
----
Test-File-ShareDir-1.001001.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-File-ShareDir.spec ++++++
--- /var/tmp/diff_new_pack.3ne8JJ/_old 2015-04-15 16:27:04.000000000 +0200
+++ /var/tmp/diff_new_pack.3ne8JJ/_new 2015-04-15 16:27:04.000000000 +0200
@@ -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(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 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes dist.ini.meta LICENSE perlcritic.rc README weaver.ini
+%doc Changes LICENSE README
%changelog
++++++ Test-File-ShareDir-1.000005.tar.gz -> Test-File-ShareDir-1.001001.tar.gz
++++++
++++ 4202 lines of diff (skipped)