Accepting request 696308 from KDE:Applications
KDE Applications 19.04.0 (forwarded request 696164 from luca_b) OBS-URL: https://build.opensuse.org/request/show/696308 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krdc?expand=0&rev=79
This commit is contained in:
commit
32041a5fd7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c01896b73ab058a20f4c3d8997c28cbb81a7000f5aec346592a9315412c10666
|
|
||||||
size 1420104
|
|
3
krdc-19.04.0.tar.xz
Normal file
3
krdc-19.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2a1ac548992eaaff82cafe386eef0a611b96f06ce3887a363b25d6ca17c6eacc
|
||||||
|
size 1423676
|
40
krdc.changes
40
krdc.changes
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
|
- 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
|
Sat Mar 09 08:03:21 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: krdc
|
Name: krdc
|
||||||
Version: 18.12.3
|
Version: 19.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Remote Desktop Connection
|
Summary: Remote Desktop Connection
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -45,6 +45,7 @@ BuildRequires: cmake(KF5Notifications)
|
|||||||
BuildRequires: cmake(KF5NotifyConfig)
|
BuildRequires: cmake(KF5NotifyConfig)
|
||||||
BuildRequires: cmake(KF5Wallet)
|
BuildRequires: cmake(KF5Wallet)
|
||||||
BuildRequires: cmake(KF5WidgetsAddons)
|
BuildRequires: cmake(KF5WidgetsAddons)
|
||||||
|
BuildRequires: cmake(KF5WindowSystem)
|
||||||
BuildRequires: cmake(KF5XmlGui)
|
BuildRequires: cmake(KF5XmlGui)
|
||||||
Requires: breeze5-icons
|
Requires: breeze5-icons
|
||||||
Requires: freerdp
|
Requires: freerdp
|
||||||
|
Loading…
Reference in New Issue
Block a user