From 56143f4350949d41044991d3c02af2d798ed432ed1ede2536fc5de7602eb59b9 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 3 Apr 2019 08:52:37 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krdc?expand=0&rev=92 --- krdc-18.12.3.tar.xz | 3 --- krdc-19.03.80.tar.xz | 3 +++ krdc.changes | 21 +++++++++++++++++++++ krdc.spec | 3 ++- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 krdc-18.12.3.tar.xz create mode 100644 krdc-19.03.80.tar.xz diff --git a/krdc-18.12.3.tar.xz b/krdc-18.12.3.tar.xz deleted file mode 100644 index a84921c..0000000 --- a/krdc-18.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c01896b73ab058a20f4c3d8997c28cbb81a7000f5aec346592a9315412c10666 -size 1420104 diff --git a/krdc-19.03.80.tar.xz b/krdc-19.03.80.tar.xz new file mode 100644 index 0000000..10f5dcc --- /dev/null +++ b/krdc-19.03.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa78b2ac0b80780b66baeae4a5aadb03ecf0d5d72969cfd1f7c407a29c0b6943 +size 1423784 diff --git a/krdc.changes b/krdc.changes index 8c71276..cbf5ac1 100644 --- a/krdc.changes +++ b/krdc.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Mar 27 06:41:06 UTC 2019 - lbeltrame@kde.org + +- Update to 19.03.80 + * New feature release + * For more details please see: + * https://kde.org/announcements/announce-applications-19.04-beta.php +- Changes since 18.12.3: + * Add Wayland support (kde#377911) + * Add the default (Ctrl+n) shortcut to open new connection in KRDC + * Fix DOCTYPE root name of ui.rc file + * Use more https in links + * Do not repeat work of KAboutData::setupCommandLine + * Do not repeat work of KAboutData::setApplicationData + * Call KLocalizedString::setApplicationDomain after qapp creation + * Use consistently nullptr + * Use consistently override + * Improve order in toplevel CMakeLists.txt: first setup ECM, then do find + * Bump min cmake version to 3.0 + * Fix minor typos and EBN issues + ------------------------------------------------------------------- Sat Mar 09 08:03:21 UTC 2019 - lbeltrame@kde.org diff --git a/krdc.spec b/krdc.spec index 9d541ce..33be16a 100644 --- a/krdc.spec +++ b/krdc.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: krdc -Version: 18.12.3 +Version: 19.03.80 Release: 0 Summary: Remote Desktop Connection License: GPL-2.0-or-later @@ -45,6 +45,7 @@ BuildRequires: cmake(KF5Notifications) BuildRequires: cmake(KF5NotifyConfig) BuildRequires: cmake(KF5Wallet) BuildRequires: cmake(KF5WidgetsAddons) +BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(KF5XmlGui) Requires: breeze5-icons Requires: freerdp From 0590c61ea9d69fb99fd34d5c06d025345322e367a1a0232981f37d3eeb8586cb Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 11 Apr 2019 19:38:05 +0000 Subject: [PATCH 2/3] KDE Applications 19.04 RC OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krdc?expand=0&rev=93 --- krdc-19.03.80.tar.xz | 3 --- krdc-19.03.90.tar.xz | 3 +++ krdc.changes | 10 ++++++++++ krdc.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 krdc-19.03.80.tar.xz create mode 100644 krdc-19.03.90.tar.xz diff --git a/krdc-19.03.80.tar.xz b/krdc-19.03.80.tar.xz deleted file mode 100644 index 10f5dcc..0000000 --- a/krdc-19.03.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa78b2ac0b80780b66baeae4a5aadb03ecf0d5d72969cfd1f7c407a29c0b6943 -size 1423784 diff --git a/krdc-19.03.90.tar.xz b/krdc-19.03.90.tar.xz new file mode 100644 index 0000000..608098d --- /dev/null +++ b/krdc-19.03.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139a12f1375c4a8d3b6e3a450d72bf06859f443701b5e8c0d8ad260d19667c84 +size 1423700 diff --git a/krdc.changes b/krdc.changes index cbf5ac1..097fd77 100644 --- a/krdc.changes +++ b/krdc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Apr 09 20:54:43 UTC 2019 - lbeltrame@kde.org + +- Update to 19.03.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/announce-applications-19.04-rc.php +- Changes since 19.03.80: + * Pass va_list as such, instead of passing to variadic function + ------------------------------------------------------------------- Wed Mar 27 06:41:06 UTC 2019 - lbeltrame@kde.org diff --git a/krdc.spec b/krdc.spec index 33be16a..3071199 100644 --- a/krdc.spec +++ b/krdc.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: krdc -Version: 19.03.80 +Version: 19.03.90 Release: 0 Summary: Remote Desktop Connection License: GPL-2.0-or-later From 38006212f38b1ead765b5ac7e27e252e6b27de84fdbb75e584bd6993ba7c2e70 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sat, 20 Apr 2019 09:06:33 +0000 Subject: [PATCH 3/3] KDE Applications 19.04.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krdc?expand=0&rev=94 --- krdc-19.03.90.tar.xz | 3 --- krdc-19.04.0.tar.xz | 3 +++ krdc.changes | 9 +++++++++ krdc.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 krdc-19.03.90.tar.xz create mode 100644 krdc-19.04.0.tar.xz diff --git a/krdc-19.03.90.tar.xz b/krdc-19.03.90.tar.xz deleted file mode 100644 index 608098d..0000000 --- a/krdc-19.03.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:139a12f1375c4a8d3b6e3a450d72bf06859f443701b5e8c0d8ad260d19667c84 -size 1423700 diff --git a/krdc-19.04.0.tar.xz b/krdc-19.04.0.tar.xz new file mode 100644 index 0000000..6e9d142 --- /dev/null +++ b/krdc-19.04.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1ac548992eaaff82cafe386eef0a611b96f06ce3887a363b25d6ca17c6eacc +size 1423676 diff --git a/krdc.changes b/krdc.changes index 097fd77..111091b 100644 --- a/krdc.changes +++ b/krdc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Apr 20 06:51:57 UTC 2019 - lbeltrame@kde.org + +- Update to 19.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.0.php +- No code changes since 19.03.90 + ------------------------------------------------------------------- Tue Apr 09 20:54:43 UTC 2019 - lbeltrame@kde.org diff --git a/krdc.spec b/krdc.spec index 3071199..96020b5 100644 --- a/krdc.spec +++ b/krdc.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: krdc -Version: 19.03.90 +Version: 19.04.0 Release: 0 Summary: Remote Desktop Connection License: GPL-2.0-or-later