Hello community, here is the log from the commit of package rsync for openSUSE:Factory checked in at Fri May 6 10:14:38 CEST 2011. -------- --- rsync/rsync.changes 2011-03-29 16:20:05.000000000 +0200 +++ /mounts/work_src_done/STABLE/rsync/rsync.changes 2011-05-05 16:44:16.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 5 14:43:40 UTC 2011 - puzel@novell.com + +- updated summary (bnc#691944) and description + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rsync.spec ++++++ --- /var/tmp/diff_new_pack.4qmizo/_old 2011-05-06 09:53:57.000000000 +0200 +++ /var/tmp/diff_new_pack.4qmizo/_new 2011-05-06 09:53:57.000000000 +0200 @@ -20,9 +20,9 @@ Name: rsync Version: 3.0.8 -Release: 1 +Release: 8 License: GPLv3+ -Summary: Replacement for RCP/mirror that has Many More Features +Summary: Versatile tool for fast incremental file transfer Url: http://rsync.samba.org/ Group: Productivity/Networking/Other Source: %{name}-%{version}.tar.bz2 @@ -55,15 +55,14 @@ Recommends: logrotate %description -rsync uses the "rsync algorithm" which provides a very fast method for -bringing remote files into sync. It does this by sending just the -differences in the files across the link, without requiring that both -sets of files be present at one of the ends of the link beforehand. At -first glance, this may seem impossible because the calculation of diffs -between two files normally requires local access to both files. - -A technical report describing the rsync algorithm is included with this -package. +Rsync is a fast and extraordinarily versatile file copying tool. It can copy +locally, to/from another host over any remote shell, or to/from a remote rsync +daemon. It offers a large number of options that control every aspect of its +behavior and permit very flexible specification of the set of files to be +copied. It is famous for its delta-transfer algorithm, which reduces the amount +of data sent over the network by sending only the differences between the +source files and the existing files in the destination. Rsync is widely used +for backups and mirroring and as an improved copy command for everyday use. %prep %setup -q -b 1 -n %{name}-%{version} ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org