diff --git a/rsync-3.0.5-doc-fix.patch b/rsync-3.0.5-doc-fix.patch deleted file mode 100644 index 69d7f36..0000000 --- a/rsync-3.0.5-doc-fix.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -up rsync-3.0.8/rsync.1.orig rsync-3.0.8/rsync.1 ---- rsync-3.0.8/rsync.1.orig 2011-03-29 13:45:53.211306762 +0200 -+++ rsync-3.0.8/rsync.1 2011-03-29 13:46:29.420079020 +0200 -@@ -450,8 +450,8 @@ to the detailed description below for a - \-\-remove\-source\-files sender removes synchronized files (non\-dir) - \-\-del an alias for \-\-delete\-during - \-\-delete delete extraneous files from dest dirs -- \-\-delete\-before receiver deletes before transfer (default) -- \-\-delete\-during receiver deletes during xfer, not before -+ \-\-delete\-before receiver deletes before xfer, not during -+ \-\-delete\-during receiver deletes during transfer (default) - \-\-delete\-delay find deletions during, delete after - \-\-delete\-after receiver deletes after transfer, not before - \-\-delete\-excluded also delete excluded files from dest dirs diff --git a/rsync-3.0.8.tar.bz2 b/rsync-3.0.8.tar.bz2 deleted file mode 100644 index 4dbdf02..0000000 --- a/rsync-3.0.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a34febcee2e36d327d630413fccd9b136e1a4ef57a31dc6952fa6918faf2edc8 -size 628955 diff --git a/rsync-3.0.9.tar.bz2 b/rsync-3.0.9.tar.bz2 new file mode 100644 index 0000000..78fe0d2 --- /dev/null +++ b/rsync-3.0.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356abccb741689d28ac0ee4320c35ad32f8aaaf109b00d07b0b2de0765017f35 +size 635435 diff --git a/rsync-patches-3.0.8.tar.bz2 b/rsync-patches-3.0.8.tar.bz2 deleted file mode 100644 index 0630028..0000000 --- a/rsync-patches-3.0.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f5f36d3873465fe8aeff7a88b4a314f7b1a4d24efb4d9a52210754b0d60d5b9 -size 120568 diff --git a/rsync-patches-3.0.9.tar.bz2 b/rsync-patches-3.0.9.tar.bz2 new file mode 100644 index 0000000..1f7dcbb --- /dev/null +++ b/rsync-patches-3.0.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d806b9f8d9fc26068a020fba427a8a848c7cbd6f297fe7b60123665f8d2b9a31 +size 120685 diff --git a/rsync.changes b/rsync.changes index 5b645b8..a6dcf16 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 12 03:40:40 UTC 2011 - crrodriguez@opensuse.org + +- Update to version 3.0.9 + * Apply drop-cache patch from rsync-patches tarball, adds option + --drop-cache so rsync is drop the memory cache of files when + finished (aka. stop trashing the system) + * Fix a crash bug in checksum scanning when --inplace is used. + * Fix a memory leak in the xattr code. + * See NEWS for more detail + ------------------------------------------------------------------- Thu May 12 13:08:59 UTC 2011 - chris@computersalat.de diff --git a/rsync.spec b/rsync.spec index 79a7368..4318ba4 100644 --- a/rsync.spec +++ b/rsync.spec @@ -22,7 +22,7 @@ %endif Name: rsync -Version: 3.0.8 +Version: 3.0.9 Release: 8 License: GPLv3+ Summary: Versatile tool for fast incremental file transfer @@ -37,8 +37,6 @@ Source5: rsyncd.conf Source6: rsyncd.secrets Source7: rsync-server.firewall Patch3: system-zlib.diff -#PATCH-FIX-UPSTREAM rsync-3.0.5-doc-fix.patch bnc487591 petr.uzel@suse.cz -- based on upstream changes to rsync.yo -Patch4: rsync-3.0.5-doc-fix.patch BuildRequires: libacl-devel BuildRequires: libpng BuildRequires: openslp-devel @@ -78,7 +76,7 @@ rm -f zlib/*.h patch -p1 < patches/acls.diff patch -p1 < patches/xattrs.diff patch -p1 < patches/slp.diff -%patch4 -p1 +patch -p1 < patches/drop-cache.diff %build autoheader