Mailinglist Archive: opensuse-commit (754 mails)

< Previous Next >
commit csync for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 28 May 2009 04:50:31 +0200
  • Message-id: <20090528025031.C0D55678155@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package csync for openSUSE:Factory
checked in at Thu May 28 04:50:31 CEST 2009.



--------
--- csync/csync.changes 2009-02-26 13:34:48.000000000 +0100
+++ csync/csync.changes 2009-05-25 18:22:54.000000000 +0200
@@ -1,0 +2,18 @@
+Mon May 25 13:03:17 CEST 2009 - anschneider@xxxxxxxxx
+
+- Update to version 0.42.0.
+ * Added SFTP support with libssh 0.3.
+ * Added possibility to pass userdata to the auth function.
+ * Added a better version function.
+ * Fixed CMake build.
+ * Fixed CMake find modules.
+ * Fixed some flaws in cstd functions.
+ * Documented all public functions.
+
+-------------------------------------------------------------------
+Fri Apr 17 09:16:25 CEST 2009 - anschneider@xxxxxxxxx
+
+- Fix Fedora build.
+- Change the way how to set CFLAGS.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
csync-0.42.0.tar.bz2
remove-force.patch

New:
----
csync-0.43.0.tar.bz2

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

Other differences:
------------------
++++++ csync.spec ++++++
--- /var/tmp/diff_new_pack.i26339/_old 2009-05-28 04:49:39.000000000 +0200
+++ /var/tmp/diff_new_pack.i26339/_new 2009-05-28 04:49:39.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package csync (Version 0.42.0)
+# spec file for package csync (Version 0.43.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -31,12 +31,11 @@
%endif
License: GPL v2 or later
Group: Productivity/Networking/Other
-Version: 0.42.0
+Version: 0.43.0
Release: 1
Summary: A user level bidirectional client only file synchronizer
Url: http://www.csync.org/
Source0: %{name}-%{version}.tar.bz2
-Patch00: remove-force.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -54,8 +53,10 @@
License: GPL v2 or later
Summary: A user level bidirectional client only file synchronizer
Group: System/Libraries
+%if 0%{?suse_version} > 1030
Recommends: libcsync-plugin-smb
Recommends: libcsync-plugin-sftp
+%endif

%description -n libcsync0
csync is an implementation of a file synchronizer which provides the
@@ -152,18 +153,17 @@

%prep
%setup -q
-%patch00 -p1

%build
if test ! -e "build"; then
- mkdir build
+ %{__mkdir} build
fi
pushd build
-CFLAGS="%{optflags} -g -DNDEBUG" \
-CXXFLAGS="%{optflags} -g -DNDEBUG" \
cmake \
+ -DCMAKE_C_FLAGS:STRING="%{optflags}" \
+ -DCMAKE_CXX_FLAGS:STRING="%{optflags}" \
-DCMAKE_SKIP_RPATH=ON \
- -DCMAKE_BUILD_TYPE=None \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
%if %{_lib} == lib64
@@ -231,6 +231,18 @@
%{_datadir}/doc/csync

%changelog
+* Mon May 25 2009 anschneider@xxxxxxxxx
+- Update to version 0.42.0.
+ * Added SFTP support with libssh 0.3.
+ * Added possibility to pass userdata to the auth function.
+ * Added a better version function.
+ * Fixed CMake build.
+ * Fixed CMake find modules.
+ * Fixed some flaws in cstd functions.
+ * Documented all public functions.
+* Fri Apr 17 2009 anschneider@xxxxxxxxx
+- Fix Fedora build.
+- Change the way how to set CFLAGS.
* Thu Feb 26 2009 anschneider@xxxxxxx
- Update to version 0.42.0
* Small fix in the userguide.

++++++ csync-0.42.0.tar.bz2 -> csync-0.43.0.tar.bz2 ++++++
++++ 3189 lines of diff (skipped)


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages