Accepting request 865654 from home:wolfi323:branches:KDE:Extra
- Update to 1.8.5: * Fix url handling for drag and drop (kde#417189) * Fix regression in handling paste from clipboard to blank diff window (kde#426823) * Fix link detection via KIO * Drop custom event filter in OpenDialog. We now use FileNameLineEdit instead as in the main window. * Fix url/path handling bugs for remote files * Don't ignore stat errors unless it tells us the file was not found OBS-URL: https://build.opensuse.org/request/show/865654 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kdiff3?expand=0&rev=18
This commit is contained in:
parent
c99bdbc17a
commit
1859836aa6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:76e18e097a078c1a440a32562734391d71d12446fcd3b2afeece87c136f43bb8
|
|
||||||
size 1040492
|
|
3
kdiff3-1.8.5.tar.xz
Normal file
3
kdiff3-1.8.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bc92f7d04eb123f9c56dbe3047af67bf715240fa99487ac1d1ccf2a45e0854c1
|
||||||
|
size 1045812
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 22 06:40:24 UTC 2021 - wbauer@tmo.at
|
||||||
|
|
||||||
|
- Update to 1.8.5:
|
||||||
|
* Fix url handling for drag and drop (kde#417189)
|
||||||
|
* Fix regression in handling paste from clipboard to blank diff
|
||||||
|
window (kde#426823)
|
||||||
|
* Fix link detection via KIO
|
||||||
|
* Drop custom event filter in OpenDialog. We now use
|
||||||
|
FileNameLineEdit instead as in the main window.
|
||||||
|
* Fix url/path handling bugs for remote files
|
||||||
|
* Don't ignore stat errors unless it tells us the file was not
|
||||||
|
found
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 3 11:53:51 UTC 2020 - wbauer@tmo.at
|
Thu Sep 3 11:53:51 UTC 2020 - wbauer@tmo.at
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kdiff3
|
# spec file for package kdiff3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kdiff3
|
Name: kdiff3
|
||||||
Version: 1.8.4
|
Version: 1.8.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Code Comparison Utility
|
Summary: Code Comparison Utility
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user