Changelog for
kdesvn-2.1.0-kf.47.7.x86_64.rpm :
* Thu Aug 27 2020 Christophe Giboudeaux
- Spec cleanup
* Wed Jul 17 2019 Christophe Giboudeaux - Fix the libqt5-sqlite requirement.
* Fri Jul 12 2019 wbauerAATTtmo.at- Update to 2.1.0
* Compile with Qt5.13 (kde#409442)
* Don\'t crash on exit when log fill thread is still running (kde#404734)
* Enable \'Revert\' action when a single directory with modified items is selected (kde#406425)
* Don\'t accept richtext in commit message dialog (kde#401529)
* Make buttons in sslprompt actually work (kde#327221)
* Display relative path (including name of the checkout) in the titlebar (kde#391804)
* Hide unchanged files resets folder and doesn’t hide all elements (kde#372423)
* Add buttons \"Add\" and \"Remove\" to context menu when files are selected (kde#377041)
* KDED5 crash after right-click in Dolphin (kde#383187)
* Don\'t crash when the path contains a \'AATT\' (kde#375655)
* Fix compilation with FreeBSD
* Fix adding a new property to a svn entry
* Removed support for subversion 1.6 and below
* Code cleanups: + use c++11 functionality - nullptr, range-based for loops, ... + use new-style connects where possible + replace deprecated Qt functions + set Qt5.9 as minimum allowed Qt version- Drop patches merged upstream:
* fix-startup.patch
* fix-crash.patch
* fix-crash-root-path.patch
* Fix-build-with-Qt-511.patch- Add full Source URL- Update build requirements- Require libQt5Sql-sqlite, needed for the database- Use %kf5_find_htmldocs macro to get filelist of translated docs
* Sun Jun 03 2018 christopheAATTkrop.fr- Add Fix-build-with-Qt-511.patch to fix build with Qt 5.11.
* Sun Aug 06 2017 ch.ehrlicherAATTgmx.de- Add fix-crash-root-path.patch to fix kded crash when the root path (\'/\') is checked for a working copy (kde#383187)
* Sat May 20 2017 wbauerAATTtmo.at- Add fix-crash.patch to fix a crash when there\'s a \'AATT\' in the path (kde#375655)
* Tue Jan 24 2017 wbauerAATTtmo.at- Add fix-startup.patch to fix starting kdesvn from the application menu (boo#1021486)
* Wed Dec 07 2016 wbauerAATTtmo.at- update to 2.0.0
* first release based on KDE Frameworks 5
* no other relevant changes- Drop Do-not-install-svnqt-static-lib.patch, it\'s included in this release
* Tue Nov 29 2016 olafAATTaepfle.de- Expand macro kde4_runtime_requires only when its available to fix quilt setup
* Tue May 31 2016 wbauerAATTtmo.at- update to 1.7.0
* Bug 322021 - Action and notification strings are not really translatable
* Bug 322182 - kdesvn mangles options passed to external conflict resolver
* Bug 323403 - Add \"Revert\" option to context menu for files
* Bug 323712 - Subversion 1.6.x support
* Bug 324158 - kdesvn crash when a directory name contains the at (AATT) symbol
* Bug 325074, 330624 - kdesvn crashed when getting logs.
* Bug 332863 - Wish: Please add an \"Unselect all\"-buttton to commit dialoge
* Bug 340772 - Committing two moves together leads to out-of-date errors
* Bug 357297 - kdesvn crash after entering password
* Bug 358032 - Crash after closing KDESVN
* ubuntu bug: 619249 tcp ports specified in urls are being ignored when using svn:https
* speedup db insertions into log-cache
* various code cleanups (krazy, cppcheck, preparation for KF5)
* libsvnqt is no longer a public api
* remove last pieces from Qt3support
* don\'t show disabled actions in contextmenu
* highlight trailing spaces in diff output on modified lines
* fix filtering in commit dialog- Drop upstreamed patches:
* fix_bug_address.patch
* fix_crash_when_getting_logs.patch
* let-kdelibs-create-uninstall-target.patch
* KDE-BUG-357297-Run-ssh-add-every-time.patch- Drop the libsvnqt7 and libsvnqt-devel subpackages, there is no shared libsvnqt andy more, and move its translations into the main package- Add Do-not-install-svnqt-static-lib.patch from upstream, we don\'t want to install libsvnqt.a- Adjust file lists
* Thu Jan 28 2016 tittiatcokeAATTgmail.com- Only recommend the kio_svn instead of require it. On Tumbleweed the kio_svn is not building due to upstream changes of SVN itself.
* Tue Dec 29 2015 opensuse.lietuviu.kalbaAATTgmail.com- Added KDE-BUG-357297-Run-ssh-add-every-time.patch, fix running ssh-add every time (kde#357297).
* Sat Oct 10 2015 hrvoje.senjanAATTgmail.com- Added let-kdelibs-create-uninstall-target.patch, fix build when CMake\'s CMP002 policy is set to NEW (with kdelibs4 >= 4.14.11)
* Sat Jun 27 2015 wbauerAATTtmo.at- Add fix_crash_when_getting_logs.patch: fixes a crash when getting logs with current subversion (boo#931401, kde#325074, kde#330624)