From 5b555eae987ea41bd39ed51b45900cc402a225a05340f6b91ce757e5f346fb64 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 30 Mar 2011 14:21:08 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/rsync revision 33.0 OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=3b7013b95a313df29a23b1ec3bf5fc9e --- rsync.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rsync.spec b/rsync.spec index b66110d..d602b4c 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,7 +1,7 @@ # -# spec file for package rsync (Version 3.0.8) +# spec file for package rsync # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: rsync Version: 3.0.8 -Release: 6 +Release: 1 License: GPLv3+ Summary: Replacement for RCP/mirror that has Many More Features Url: http://rsync.samba.org/ From 5765691daa4319d23d004c75d63747ec113043c246458b406b7b6d29304b3c3f Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Thu, 5 May 2011 14:44:17 +0000 Subject: [PATCH 2/2] bnc#691944 OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=13 --- rsync.changes | 5 +++++ rsync.spec | 19 +++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/rsync.changes b/rsync.changes index c9c2985..535492e 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 5 14:43:40 UTC 2011 - puzel@novell.com + +- updated summary (bnc#691944) and description + ------------------------------------------------------------------- Tue Mar 29 13:53:04 UTC 2011 - puzel@novell.com diff --git a/rsync.spec b/rsync.spec index d602b4c..a48f634 100644 --- a/rsync.spec +++ b/rsync.spec @@ -22,7 +22,7 @@ Name: rsync Version: 3.0.8 Release: 1 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 @@ BuildRequires: te_latex 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}