Hello community,

here is the log from the commit of package perl-Path-Tiny for openSUSE:Factory 
checked in at 2016-04-08 09:38:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2016-03-16 10:24:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new/perl-Path-Tiny.changes       
2016-04-08 09:38:30.000000000 +0200
@@ -1,0 +2,12 @@
+Mon Apr  4 10:12:18 UTC 2016 - [email protected]
+
+- updated to 0.086
+   see /usr/share/doc/packages/perl-Path-Tiny/Changes
+
+  0.086     2016-04-03 13:49:37-04:00 America/New_York
+  
+      [Documented]
+  
+      - Improved documentation of copy and move.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Path-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.PbFIpz/_old  2016-04-08 09:38:30.000000000 +0200
+++ /var/tmp/diff_new_pack.PbFIpz/_new  2016-04-08 09:38:30.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Path-Tiny
-Version:        0.084
+Version:        0.086
 Release:        0
 %define cpan_name Path-Tiny
 Summary:        File path utility

++++++ Path-Tiny-0.084.tar.gz -> Path-Tiny-0.086.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.084/Changes new/Path-Tiny-0.086/Changes
--- old/Path-Tiny-0.084/Changes 2016-03-04 13:18:09.000000000 +0100
+++ new/Path-Tiny-0.086/Changes 2016-04-03 19:49:55.000000000 +0200
@@ -1,5 +1,11 @@
 Revision history for Path-Tiny
 
+0.086     2016-04-03 13:49:37-04:00 America/New_York
+
+    [Documented]
+
+    - Improved documentation of copy and move.
+
 0.084     2016-03-04 07:17:49-05:00 America/New_York
 
     [Fixes]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.084/META.json 
new/Path-Tiny-0.086/META.json
--- old/Path-Tiny-0.084/META.json       2016-03-04 13:18:09.000000000 +0100
+++ new/Path-Tiny-0.086/META.json       2016-04-03 19:49:55.000000000 +0200
@@ -108,11 +108,11 @@
    "provides" : {
       "Path::Tiny" : {
          "file" : "lib/Path/Tiny.pm",
-         "version" : "0.084"
+         "version" : "0.086"
       },
       "Path::Tiny::Error" : {
          "file" : "lib/Path/Tiny.pm",
-         "version" : "0.084"
+         "version" : "0.086"
       }
    },
    "release_status" : "stable",
@@ -127,7 +127,7 @@
          "web" : "https://github.com/dagolden/Path-Tiny";
       }
    },
-   "version" : "0.084",
+   "version" : "0.086",
    "x_authority" : "cpan:DAGOLDEN",
    "x_contributors" : [
       "Alex Efros <[email protected]>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.084/META.yml new/Path-Tiny-0.086/META.yml
--- old/Path-Tiny-0.084/META.yml        2016-03-04 13:18:09.000000000 +0100
+++ new/Path-Tiny-0.086/META.yml        2016-04-03 19:49:55.000000000 +0200
@@ -35,10 +35,10 @@
 provides:
   Path::Tiny:
     file: lib/Path/Tiny.pm
-    version: '0.084'
+    version: '0.086'
   Path::Tiny::Error:
     file: lib/Path/Tiny.pm
-    version: '0.084'
+    version: '0.086'
 recommends:
   Unicode::UTF8: '0.58'
 requires:
@@ -64,7 +64,7 @@
   bugtracker: https://github.com/dagolden/Path-Tiny/issues
   homepage: https://github.com/dagolden/Path-Tiny
   repository: https://github.com/dagolden/Path-Tiny.git
-version: '0.084'
+version: '0.086'
 x_authority: cpan:DAGOLDEN
 x_contributors:
   - 'Alex Efros <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.084/Makefile.PL 
new/Path-Tiny-0.086/Makefile.PL
--- old/Path-Tiny-0.084/Makefile.PL     2016-03-04 13:18:09.000000000 +0100
+++ new/Path-Tiny-0.086/Makefile.PL     2016-04-03 19:49:55.000000000 +0200
@@ -46,7 +46,7 @@
     "lib" => 0,
     "open" => 0
   },
-  "VERSION" => "0.084",
+  "VERSION" => "0.086",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.084/README new/Path-Tiny-0.086/README
--- old/Path-Tiny-0.084/README  2016-03-04 13:18:09.000000000 +0100
+++ new/Path-Tiny-0.086/README  2016-04-03 19:49:55.000000000 +0200
@@ -2,7 +2,7 @@
     Path::Tiny - File path utility
 
 VERSION
-    version 0.084
+    version 0.086
 
 SYNOPSIS
       use Path::Tiny;
@@ -316,8 +316,9 @@
   copy
         path("/tmp/foo.txt")->copy("/tmp/bar.txt");
 
-    Copies a file using File::Copy's "copy" function. Upon success, returns
-    the "Path::Tiny" object for the newly copied file.
+    Copies the current path to the given destination using File::Copy's
+    "copy" function. Upon success, returns the "Path::Tiny" object for the
+    newly copied file.
 
     Current API available since 0.070.
 
@@ -542,7 +543,8 @@
   move
         path("foo.txt")->move("bar.txt");
 
-    Just like "rename".
+    Move the current path to the given destination path using Perl's
+    built-in rename function. Returns the result of the "rename" function.
 
     Current API available since 0.001.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.084/lib/Path/Tiny.pm 
new/Path-Tiny-0.086/lib/Path/Tiny.pm
--- old/Path-Tiny-0.084/lib/Path/Tiny.pm        2016-03-04 13:18:09.000000000 
+0100
+++ new/Path-Tiny-0.086/lib/Path/Tiny.pm        2016-04-03 19:49:55.000000000 
+0200
@@ -5,7 +5,7 @@
 package Path::Tiny;
 # ABSTRACT: File path utility
 
-our $VERSION = '0.084';
+our $VERSION = '0.086';
 
 # Dependencies
 use Config;
@@ -681,9 +681,9 @@
 #pod
 #pod     path("/tmp/foo.txt")->copy("/tmp/bar.txt");
 #pod
-#pod Copies a file using L<File::Copy>'s C<copy> function. Upon
-#pod success, returns the C<Path::Tiny> object for the newly copied
-#pod file.
+#pod Copies the current path to the given destination using L<File::Copy>'s
+#pod C<copy> function. Upon success, returns the C<Path::Tiny> object for the
+#pod newly copied file.
 #pod
 #pod Current API available since 0.070.
 #pod
@@ -1256,7 +1256,9 @@
 #pod
 #pod     path("foo.txt")->move("bar.txt");
 #pod
-#pod Just like C<rename>.
+#pod Move the current path to the given destination path using Perl's
+#pod built-in L<rename|perlfunc/rename> function. Returns the result
+#pod of the C<rename> function.
 #pod
 #pod Current API available since 0.001.
 #pod
@@ -2044,7 +2046,7 @@
 
 =head1 VERSION
 
-version 0.084
+version 0.086
 
 =head1 SYNOPSIS
 
@@ -2380,9 +2382,9 @@
 
     path("/tmp/foo.txt")->copy("/tmp/bar.txt");
 
-Copies a file using L<File::Copy>'s C<copy> function. Upon
-success, returns the C<Path::Tiny> object for the newly copied
-file.
+Copies the current path to the given destination using L<File::Copy>'s
+C<copy> function. Upon success, returns the C<Path::Tiny> object for the
+newly copied file.
 
 Current API available since 0.070.
 
@@ -2617,7 +2619,9 @@
 
     path("foo.txt")->move("bar.txt");
 
-Just like C<rename>.
+Move the current path to the given destination path using Perl's
+built-in L<rename|perlfunc/rename> function. Returns the result
+of the C<rename> function.
 
 Current API available since 0.001.
 


Reply via email to