Changelog for
csync-0.50.0-12.2.x86_64.rpm :
* Mon Feb 26 2024 Dominique Leuenberger
- Use %patch -P N instead of deprecated %patchN.
* Tue Apr 13 2021 Matthias Gerstner - explicitly add -pie linker flag to make /usr/bin/csync a PIE binary (bsc#1184122). The problem arises in upstream cmake/Modules/DefineCompilerFlags.cmake where -fPIC is explicitly added to compiler flags, which are also passed during link time. This overrides our implicit gcc PIE profile.
* Sun Mar 07 2021 Carsten Ziepke - Fix bare words are no longer supported, please use \"...\": lib64 == lib64- Run spec-cleaner
* Tue Oct 27 2020 Dominique Leuenberger - Add csync-libssh.patch: Detect libssh version in libssh_version.h in case this file exists.
* Tue Oct 30 2018 Klaas Freitag - Add fix-missing-const.patch: Fix a compile error on Leap 15.1 Fixes boo#1113889
* Mon Jun 29 2015 tjcwAATTphysics.org- Fix build break by changing __FUNCTION__ to __func__
* csync_log.h.patch
* Mon Mar 16 2015 dimstarAATTopensuse.org- Fix popd usage: since bash 4.3, it only takes a numeric argument.
* Mon Jun 30 2014 freitagAATTowncloud.com- BuildRequire pkg-config to make cmake find its libraries again.
* Fri Sep 13 2013 jmcdonoughAATTsuse.com- Update to version 0.50.0.
* Added an owncloud module
* Added a backup mode to the reconciler
* Added new logging framework (removed log4c dependency)
* Added new config parser (removed iniparser dependency)
* Added capabilities for modules
* Added content checking in conflict case
* Improved database performance and integrity checks
* Improved error reporting- Add fix-cmake-on-pre-12.patch: Fix building on older systems
* Tue Feb 16 2010 anschneiderAATTexsuse.de- Build always with libssh support.