Hello community,

here is the log from the commit of package perl-File-Rsync for openSUSE:Factory 
checked in at 2015-08-27 08:56:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-Rsync (Old)
 and      /work/SRC/openSUSE:Factory/.perl-File-Rsync.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-File-Rsync"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-Rsync/perl-File-Rsync.changes  
2015-04-25 11:23:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Rsync.new/perl-File-Rsync.changes     
2015-08-27 08:56:31.000000000 +0200
@@ -1,0 +2,44 @@
+Sun Aug 23 08:49:07 UTC 2015 - [email protected]
+
+- updated to 0.46
+   see /usr/share/doc/packages/perl-File-Rsync/Changelog
+
+  Wed Jul 29 09:32:05 CDT 2015 ( leakin at dfw dot nostrum dot com )
+  
+       * version 0.46: added support for new options up to 3.1.1
+  
+       Max Maischein ( corion at corion dot net ) provided code and
+       insight on how to support Windows OS, as well as some improved
+       tests.  IPC::Open3 was replaced with IPC::Run3 as part of this
+       effort, thanks to Max for showing me this module.  It simplified
+       a big chunk of code and I was able to take advantage of its
+       features in a few places (see infun and files-from below).
+  
+       Gavin Carr ( gavin at openfusion dot com dot au ) enlightened me
+       some time ago of the advantages of ordered args with rsync.
+       Order of args is now preserved.  This is a long overdue change.
+       Rsync itself performs some things differently based on the order
+       of some args, hopefully this is a big improvement in functionality
+       and doesn't break anyone.  Passing options as a hash ref is now
+       deprecated.  Thanks Gavin, sorry it took me so long to implement.
+  
+       Petya Kohts ( kohts at yandex-team dot ru ) suggested code
+       for srchost that would properly handle the rsync:// prefix
+  
+       Neil Hooey ( nhooey at gmail dot com) provided a better
+       algorithm for the status method.
+  
+       Erez Schatz ( moonbuzz at gmail dot com ) sent improved pod
+       formatting that should work better with pod2html
+  
+       The module debug option has become moddebug so it does not conflict
+       with the rsync debug option.
+  
+       infun can now be an array ref, contents are fed to stdin via IPC::Run3
+  
+       files-from can also be an array ref, this is handled in the module
+       by setting infun to the array ref and --files-from='-'
+  
+       Added several more tests.
+
+-------------------------------------------------------------------

Old:
----
  File-Rsync-0.45.tar.gz

New:
----
  File-Rsync-0.46.tar.gz

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

Other differences:
------------------
++++++ perl-File-Rsync.spec ++++++
--- /var/tmp/diff_new_pack.lo9vtC/_old  2015-08-27 08:56:31.000000000 +0200
+++ /var/tmp/diff_new_pack.lo9vtC/_new  2015-08-27 08:56:31.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-File-Rsync
-Version:        0.45
+Version:        0.46
 Release:        0
 %define cpan_name File-Rsync
 Summary:        Perl Module Interface to Rsync(1) 
F<Http://Rsync.Samba.Org/Rsync/>
@@ -30,6 +30,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(IPC::Run3)
+Requires:       perl(IPC::Run3)
 %{perl_requires}
 # MANUAL BEGIN
 BuildRequires:  rsync
@@ -38,7 +40,7 @@
 
 %description
 Perl Convenience wrapper for the rsync(1) program. Written for
-_rsync-2.3.2_ and updated for _rsync-2.6.0_ but should perform properly
+_rsync-2.3.2_ and updated for _rsync-3.1.1_ but should perform properly
 with most recent versions.
 
 %prep

++++++ File-Rsync-0.45.tar.gz -> File-Rsync-0.46.tar.gz ++++++
++++ 2642 lines of diff (skipped)


Reply via email to