From b9b51c8d39f79c318a1829e78dee1c5c469cdacd852955091d1bae484633ba2f Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 26 Jun 2020 07:35:09 +0000 Subject: [PATCH] Accepting request 817051 from home:wolfi323:branches:KDE:Extra - Update to 1.8.3: * Fixed reload on Windows (kde#423001) * Fixed error handling during directory compare * Only give one error message per directory compare operation * Fix crash when clipboard is not available (kde#419722) * Rework initial window display and full screen toggling * Treat /dev/null as non-existant as git expects (kde#421048) OBS-URL: https://build.opensuse.org/request/show/817051 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kdiff3?expand=0&rev=13 --- kdiff3-1.8.2.tar.xz | 3 --- kdiff3-1.8.3.tar.xz | 3 +++ kdiff3.changes | 11 +++++++++++ kdiff3.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 kdiff3-1.8.2.tar.xz create mode 100644 kdiff3-1.8.3.tar.xz diff --git a/kdiff3-1.8.2.tar.xz b/kdiff3-1.8.2.tar.xz deleted file mode 100644 index 97e7788..0000000 --- a/kdiff3-1.8.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb7154778491dc11b9bd38465164ce1a7c2d1810f70a57cd4268ffad42d5bb68 -size 1039304 diff --git a/kdiff3-1.8.3.tar.xz b/kdiff3-1.8.3.tar.xz new file mode 100644 index 0000000..4d21e1e --- /dev/null +++ b/kdiff3-1.8.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f35e9357a303144e3dd5a033a1a8caa70d3eecdb355213e9473cd04bc308bab +size 1038904 diff --git a/kdiff3.changes b/kdiff3.changes index d3d5a86..8bd1274 100644 --- a/kdiff3.changes +++ b/kdiff3.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jun 25 11:49:33 UTC 2020 - wbauer@tmo.at + +- Update to 1.8.3: + * Fixed reload on Windows (kde#423001) + * Fixed error handling during directory compare + * Only give one error message per directory compare operation + * Fix crash when clipboard is not available (kde#419722) + * Rework initial window display and full screen toggling + * Treat /dev/null as non-existant as git expects (kde#421048) + ------------------------------------------------------------------- Mon Mar 30 09:57:57 UTC 2020 - wbauer@tmo.at diff --git a/kdiff3.spec b/kdiff3.spec index 11cb5df..5d74deb 100644 --- a/kdiff3.spec +++ b/kdiff3.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kdiff3 -Version: 1.8.2 +Version: 1.8.3 Release: 0 Summary: Code Comparison Utility License: GPL-2.0-or-later