Hello community,

here is the log from the commit of package perl-Path-Tiny for openSUSE:Factory 
checked in at 2013-09-27 17:56:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Path-Tiny (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Path-Tiny"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Path-Tiny/perl-Path-Tiny.changes    
2013-08-01 15:58:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new/perl-Path-Tiny.changes       
2013-09-27 17:56:55.000000000 +0200
@@ -1,0 +2,32 @@
+Wed Sep 25 07:34:04 UTC 2013 - [email protected]
+
+- update to 0.035
+    [INCOMPATIBLE CHANGE]
+    - Exceptions are now Path::Tiny::Error objects, not autodie exceptions;
+      this removes the last dependency on autodie, which allows us to
+      support Perls as far back as v5.8.1
+
+    - Fixed flock warning on BSD that was broken with the autodie
+      removal; now also applies to all BSD flavors
+    - BSD/NFS flock fix was not backwards compatible before v5.14.  This
+      fixes it harder.
+    - dropped autodie
+    - lowered ExtUtils::MakeMaker configure_requires version to 6.17
+    - Perl on BSD may not support locking on an NFS filesystem.  If this is
+      detected, Path::Tiny warns and continues in an unsafe mode.  The
+      'flock' warning category may be fatalized to die instead.
+    - Added 'iterator' example showing defaults
+    - Removed several test dependencies.  Path::Tiny now only needs
+      core modules, though some must be upgraded on old Perls
+    - parent() on paths with internal double dots (e.g. /foo..bar.txt) now 
works
+      correctly
+    - t/zzz-spec.t used getcwd() instead of getdcwd(), which breaks
+      on Windows if the build directory isn't on the 'C' drive
+    - On Win32, "C:/" no longer is changed to "C:".  Also, "C:" is
+      converted to the absolute path of cwd on the "C:" volume.  UNC paths
+      ("//server/share/") now retain their trailing slash to correctly
+      distinguish volume and directory paths when split
+    - The 'children()' method now takes an optional regular expression to
+      filter the results
+
+-------------------------------------------------------------------

Old:
----
  Path-Tiny-0.027.tar.gz

New:
----
  Path-Tiny-0.035.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Path-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.Jsrzd7/_old  2013-09-27 17:56:55.000000000 +0200
+++ /var/tmp/diff_new_pack.Jsrzd7/_new  2013-09-27 17:56:56.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Path-Tiny
-Version:        0.027
+Version:        0.035
 Release:        0
 %define cpan_name Path-Tiny
 Summary:        File path utility
@@ -39,15 +39,11 @@
 BuildRequires:  perl(Test::FailWarnings)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
-BuildRequires:  perl(autodie::exception) >= 2.14
-#BuildRequires: perl(Path::Class)
-#BuildRequires: perl(Path::Tiny)
-#BuildRequires: perl(Unicode::UTF8) >= 0.58
 Requires:       perl(Digest::SHA) >= 5.45
+Requires:       perl(File::Copy)
 Requires:       perl(File::Path) >= 2.07
 Requires:       perl(File::Spec) >= 3.40
 Requires:       perl(File::Temp) >= 0.18
-Requires:       perl(autodie::exception) >= 2.14
 Recommends:     perl(Unicode::UTF8) >= 0.58
 %{perl_requires}
 

++++++ Path-Tiny-0.027.tar.gz -> Path-Tiny-0.035.tar.gz ++++++
++++ 2653 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to