Hello community,

here is the log from the commit of package rsync for openSUSE:Factory
checked in at Thu Oct 13 16:20:34 CEST 2011.



--------
--- openSUSE:Factory/rsync/rsync.changes        2011-09-23 12:44:45.000000000 
+0200
+++ rsync/rsync.changes 2011-10-12 05:46:13.000000000 +0200
@@ -1,0 +2,17 @@
+Wed Oct 12 03:40:40 UTC 2011 - [email protected]
+
+- 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 - [email protected]
+
+- fix build for SLE (spec-cleaner changes)
+  o makeinstall, _initddir
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  rsync-3.0.5-doc-fix.patch
  rsync-3.0.8.tar.bz2
  rsync-patches-3.0.8.tar.bz2

New:
----
  rsync-3.0.9.tar.bz2
  rsync-patches-3.0.9.tar.bz2

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

Other differences:
------------------
++++++ rsync.spec ++++++
--- /var/tmp/diff_new_pack.QEpJu0/_old  2011-10-13 16:20:28.000000000 +0200
+++ /var/tmp/diff_new_pack.QEpJu0/_new  2011-10-13 16:20:28.000000000 +0200
@@ -17,9 +17,12 @@
 
 
 %define with_system_zlib 0
+%if 0%{?suse_version} < 1120
+%define _initddir %{_sysconfdir}/init.d
+%endif
 
 Name:           rsync
-Version:        3.0.8
+Version:        3.0.9
 Release:        8
 License:        GPLv3+
 Summary:        Versatile tool for fast incremental file transfer
@@ -34,8 +37,6 @@
 Source6:        rsyncd.secrets
 Source7:        rsync-server.firewall
 Patch3:         system-zlib.diff
-#PATCH-FIX-UPSTREAM rsync-3.0.5-doc-fix.patch bnc487591 [email protected] -- 
based on upstream changes to rsync.yo
-Patch4:         rsync-3.0.5-doc-fix.patch
 BuildRequires:  libacl-devel
 BuildRequires:  libpng
 BuildRequires:  openslp-devel
@@ -52,7 +53,9 @@
 BuildRequires:  te_ams
 BuildRequires:  te_latex
 %endif
+%if 0%{?suse_version} > 1010
 Recommends:     logrotate
+%endif
 
 %description
 Rsync is a fast and extraordinarily versatile file  copying  tool. It can copy
@@ -73,7 +76,7 @@
 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
@@ -89,7 +92,11 @@
 dvips tech_report -o tech_report.ps
 
 %install
+%if 0%{?suse_version} < 1120
+%makeinstall
+%else
 %make_install
+%endif
 rm -f %{buildroot}%{_sbindir}/rsyncd
 install -d %{buildroot}%{_sysconfdir}/logrotate.d
 install -d %{buildroot}%{_sysconfdir}/init.d

++++++ rsync-3.0.8.tar.bz2 -> rsync-3.0.9.tar.bz2 ++++++
++++ 3207 lines of diff (skipped)

++++++ rsync-patches-3.0.8.tar.bz2 -> rsync-patches-3.0.9.tar.bz2 ++++++
++++ 3135 lines of diff (skipped)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to