diff --git a/rsync-3.0.4.tar.bz2 b/rsync-3.0.4.tar.bz2 new file mode 100644 index 0000000..c35324a --- /dev/null +++ b/rsync-3.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc6acdbbf54395c90a9e87ff8d3fc7e038a2c120d46bd520cb59413f8081bf9 +size 642761 diff --git a/rsync-3.0.4pre2-xattrs-test-fix.patch b/rsync-3.0.4pre2-xattrs-test-fix.patch deleted file mode 100644 index 9f346bd..0000000 --- a/rsync-3.0.4pre2-xattrs-test-fix.patch +++ /dev/null @@ -1,27 +0,0 @@ -# Use 'just built' rsync instead of systemwide rsync ---- testsuite/xattrs.test.orig 2008-09-03 16:01:35.000000000 +0200 -+++ testsuite/xattrs.test 2008-09-03 16:09:52.000000000 +0200 -@@ -120,10 +120,10 @@ - cd "$fromdir" - rm -rf "$todir" "$chkdir" - --rsync -aX file1 file2 --rsync -aX file1 file2 ../chk/ --rsync -aX --del ../chk/ . --rsync -aX file1 ../lnk/ -+$RSYNC -aX file1 file2 -+$RSYNC -aX file1 file2 ../chk/ -+$RSYNC -aX --del ../chk/ . -+$RSYNC -aX file1 ../lnk/ - - xls file1 file2 >"$scratchdir/xattrs.txt" - -@@ -136,7 +136,7 @@ - rm "$todir/file2" - - echo extra >file1 --rsync -aX . ../chk/ -+$RSYNC -aX . ../chk/ - - checkit "$RSYNC -aiiX . ../to" "$chkdir" "$todir" - diff --git a/rsync-3.0.4pre2.tar.bz2 b/rsync-3.0.4pre2.tar.bz2 deleted file mode 100644 index 64cd927..0000000 --- a/rsync-3.0.4pre2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4672eae4f3790355634cd77cb1ec460f523eb5a76eb8eda046c60c23ba3666ec -size 642589 diff --git a/rsync-patches-3.0.4.tar.bz2 b/rsync-patches-3.0.4.tar.bz2 new file mode 100644 index 0000000..a4cc2a0 --- /dev/null +++ b/rsync-patches-3.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc2412999eb8228ea93e3a4aac10b5af870067fa8824cae81d76eaff89e299a +size 111613 diff --git a/rsync-patches-3.0.4pre2.tar.bz2 b/rsync-patches-3.0.4pre2.tar.bz2 deleted file mode 100644 index 96a9b8d..0000000 --- a/rsync-patches-3.0.4pre2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e2610ca4c4d3cd47793d7a0d09df9dd3ba34357fef926498e69cb0cf7778742 -size 111572 diff --git a/rsync.changes b/rsync.changes index ab3b86d..014eafb 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Sep 22 13:24:57 CEST 2008 - puzel@suse.cz + +- update to 3.0.4 + - update to stable release +- removed rsync-3.0.4pre2-xattrs-test-fix.patch + - fixed in upstream + ------------------------------------------------------------------- Thu Sep 4 12:29:19 CEST 2008 - puzel@suse.cz diff --git a/rsync.spec b/rsync.spec index ea4fc7c..880b623 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,5 +1,5 @@ # -# spec file for package rsync (Version 3.0.3.90) +# spec file for package rsync (Version 3.0.4) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -31,11 +31,11 @@ License: GPL v3 or later Group: Productivity/Networking/Other PreReq: %fillup_prereq %insserv_prereq sed grep AutoReqProv: on -Version: 3.0.3.90 +Version: 3.0.4 Release: 1 Summary: Replacement for RCP/mirror that has Many More Features -Source: rsync-3.0.4pre2.tar.bz2 -Source1: rsync-patches-3.0.4pre2.tar.bz2 +Source: %{name}-%{version}.tar.bz2 +Source1: %{name}-patches-%{version}.tar.bz2 Source2: logrotate.rsync Source3: rsync.xinetd Source4: rsyncd.rc @@ -43,7 +43,6 @@ Source5: rsyncd.conf Source6: rsyncd.secrets Source7: NEWS-rsync-3.0.3 Patch3: system-zlib.diff -Patch5: rsync-3.0.4pre2-xattrs-test-fix.patch Url: http://rsync.samba.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %define with_system_zlib 0 @@ -67,7 +66,7 @@ Authors: Paul Mackerras %prep -%setup -n rsync-3.0.4pre2 -q -b 1 +%setup -q -b 1 %if %with_system_zlib rm -f zlib/*.h %patch3 @@ -76,7 +75,6 @@ patch -p1 < patches/acls.diff patch -p1 < patches/xattrs.diff patch -p1 < patches/slp.diff cp %{SOURCE7} . -%patch5 %build autoheader @@ -143,6 +141,11 @@ fi %doc COPYING NEWS NEWS-rsync-3.0.3 README tech_report.ps tech_report.tex %changelog +* Mon Sep 22 2008 puzel@suse.cz +- update to 3.0.4 + - update to stable release +- removed rsync-3.0.4pre2-xattrs-test-fix.patch + - fixed in upstream * Thu Sep 04 2008 puzel@suse.cz - update to 3.0.4pre2 - Fixed the handling of a --partial-dir that cannot be created.