* Wed Jul 17 2019 Christophe Giboudeaux <christophe@krop.fr>
- Fix the libqt5-sqlite requirement.
* Fri Jul 12 2019 wbauer@tmo.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 '@' (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 christophe@krop.fr
- Add Fix-build-with-Qt-511.patch to fix build with Qt 5.11.
Version: 2.0.0-bp150.2.4
* Sun Aug 06 2017 ch.ehrlicher@gmx.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 wbauer@tmo.at
- Add fix-crash.patch to fix a crash when there's a '@' in the path
(kde#375655)
* Tue Jan 24 2017 wbauer@tmo.at
- Add fix-startup.patch to fix starting kdesvn from the
application menu (boo#1021486)
* Wed Dec 07 2016 wbauer@tmo.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 olaf@aepfle.de
- Expand macro kde4_runtime_requires only when its available
to fix quilt setup
* Tue May 31 2016 wbauer@tmo.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 (@) 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 tittiatcoke@gmail.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.kalba@gmail.com
- Added KDE-BUG-357297-Run-ssh-add-every-time.patch, fix
running ssh-add every time (kde#357297).
* Sat Oct 10 2015 hrvoje.senjan@gmail.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 wbauer@tmo.at
- Add fix_crash_when_getting_logs.patch: fixes a crash when getting
logs with current subversion (boo#931401, kde#325074, kde#330624)
* Sun Jul 07 2013 cgiboudeaux@gmx.com
- Add fix_bug_address.patch. Redirects bug reports to bugs.kde.org
* Mon Apr 15 2013 tittiatcoke@gmail.com
- Explicit require for kio_svn and remove the
/usr/share/kde4/services/svn*.protocol files from this package
to avoid conflicts
* Fri Oct 05 2012 coolo@suse.com
- use a macro for library to avoid broken renames
* Tue Oct 02 2012 mailaender@opensuse.org
- update to 1.6.0
* User may add (or remove) patterns to ignore recursive
* greek translation
* modified for working with subversion 1.7 interface
* removed support for subversion less than version 1.5
* revert commit in working copy from within logwindow
* fixed some problems with non canonical pathes and Urls which comes with subversion 1.7
* re-added russian translation
- Remove the following patches, all upstream now:
* kdesvn.diff
* remove-nl.diff
* kdesvn-virtual-inheritance.patch
* kdesvn-gcc47.patch
* Sat Mar 24 2012 dimstar@opensuse.org
- Add kdesvn-gcc47.patch: Fix build with gcc 4.7.
* Wed Nov 30 2011 idoenmez@suse.de
- Fix build with Qt 4.8
* Tue Aug 30 2011 mlin@suse.com
- few fixes for RPMLINT warnings
* add %fdupes for files duplicated
* do not obsoletes itself
- remove redundant BuildRequires
- clean up the specfile formatting
* Fri Jan 14 2011 wstephenson@novell.com
- update to 1.5.5
* fixed problems while updating view after a subversion update of working copy
* KNotify progress messages of KIO operation may switched off
* Sat Aug 21 2010 tittiatcoke@gmail.com
- update to 1.5.4
* fixed problem ssh-askpass environment
* Fri Apr 09 2010 tittiatcoke@gmail.com
- update to 1.5.3
* fixed a problem with some svn servers where version of server
and svn-filesystem differs (ticket #765)
* fixed wrong default depth for update in svnqt and frontend