Hello community, here is the log from the commit of package lsyncd for openSUSE:Factory checked in at Thu May 12 09:24:15 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/lsyncd/lsyncd.changes 2011-03-28 13:34:01.000000000 +0200 @@ -0,0 +1,59 @@ +------------------------------------------------------------------- +Mon Mar 28 11:29:46 UTC 2011 - [email protected] + +- update to 2.0.4 + * enhancement: new setting options logident, logfacility + * fix: moving filenames with spaces through ssh + * fix: excludes containing chars % $ ( ) . [ ] + - + * fix: various typos + * change: api, settings.statusInterval instead of + settings.statusIntervall + +------------------------------------------------------------------- +Tue Mar 8 09:00:01 UTC 2011 - [email protected] + +- update to 2.0.3 + * enhancement: new default target --direct using /bin/ binaries + to keep to local dirs in sync (and by default + not preserving ownership) + * example: added a new example how to remotely execute a command + after each rsync operations + * fix: possible crash with long rsyncOps table exceeding lua stack. + * fix: excludes now properly match relative and absolute paths + * fix: call to nil function when manually adding blanket delays + * fix: on ReiserFS not delivering proper dir stats and when + encountering a symlink, aquire the node stat for the symlink + instead from the linked node. + * change: leave lua apichecking enabled by default. + +------------------------------------------------------------------- +Fri Jan 21 07:47:38 UTC 2011 - [email protected] + +- update to 2.0.2 + * fix: exclude rules not terminated with '/' now match a file or dir + named exactly the same not starting with. + * fix: pass exclude rules to the startup sync + * fix: when matching exclusion to not add inotify use same partial path + than on syncs + * fix: properly close pipes that needed more than one write. +- 2.0.1 changes + * most important fix: The garbage collector in 2.0.0 was able to + remove event lists just at the wrong moment so an "agent unknown" + error was raised. + * fixed: The pid in the pidfile should be now the pid after the deamon + fork() and not the pid initiators pid. + * improved: You can now specify multiple command-line options in + rsyncOps by using a table. eg. rsyncOps = {"--lts", "--safe-links"} + +------------------------------------------------------------------- +Thu Dec 2 13:18:29 UTC 2010 - [email protected] + +- update to 2.0.0 final + +------------------------------------------------------------------- +Fri Nov 26 15:06:35 UTC 2010 - [email protected] + +- update to 2.0beta3 + + + calling whatdependson for head-i586 New: ---- lsyncd-2.0.4.tar.bz2 lsyncd.changes lsyncd.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsyncd.spec ++++++ # # spec file for package lsyncd # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: lsyncd Version: 2.0.4 Release: 1 License: GPLv2 Group: Productivity/Networking/Other Url: http://code.google.com/p/lsyncd/ Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} BuildRequires: pkg-config %else BuildRequires: pkgconfig %endif #BuildRequires: pkgconfig(lua) >= 5.1 BuildRequires: lua-devel >= 5.1 Requires: rsync Summary: Live Syncing (Mirror) Daemon %description Lsyncd (Live Syncing (Mirror) Daemon) uses rsync to synchronize local directories with a remote machine running rsyncd. It watches multiple directory trees through inotify. The first step after adding the watches is to rsync all directories with the remote host, and then the software synchronizes single files by collecting the inotify events. lsyncd is a lightweight live mirror solution that should be easy to install and use while blending well with your system. %prep %setup -q %build export LIBLUA_LIBS=$(pkg-config --libs lua) export LIBLUA_CFLAGS=$(pkg-config --cflags lua) %configure --docdir=%{_docdir}/%{name} %__make %{?jobs:-j%jobs} %install %makeinstall %{__mkdir_p} %{buildroot}%{_docdir}/%{name} mv %{buildroot}%{_datadir}/doc/%{name}/* %{buildroot}%{_docdir}/%{name} rm -rf %{buildroot}%{_datadir}/doc/%{name} %clean test "%{buildroot}" != "/" && %__rm -rf %{buildroot} %files %defattr(-,root,root) %doc ChangeLog COPYING %{_bindir}/lsyncd %{_mandir}/man1/lsyncd.1.gz %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
