Accepting request 408099 from KDE:Applications
Update to KDE Applications 16.04.3 OBS-URL: https://build.opensuse.org/request/show/408099 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krdc?expand=0&rev=46
This commit is contained in:
commit
1ca70e25e8
@ -1,28 +0,0 @@
|
|||||||
From: Wolfgang Bauer <wbauer@tmo.at>
|
|
||||||
Date: Sat, 25 Jun 2016 11:12:46 +0000
|
|
||||||
Subject: Fix bookmarks migration from the KDE4 version
|
|
||||||
X-Git-Url: http://quickgit.kde.org/?p=krdc.git&a=commitdiff&h=7d9ad0152dbc47c30f261c9d4c026e01bea31b7d
|
|
||||||
---
|
|
||||||
Fix bookmarks migration from the KDE4 version
|
|
||||||
|
|
||||||
targetBasePath needs a trailing slash because the file name is appended
|
|
||||||
afterwards.
|
|
||||||
|
|
||||||
BUG: 361823
|
|
||||||
FIXED-IN: 16.04.3
|
|
||||||
REVIEW: 128281
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
--- a/main.cpp
|
|
||||||
+++ b/main.cpp
|
|
||||||
@@ -52,7 +52,7 @@
|
|
||||||
if (migrate.migrate()) {
|
|
||||||
Kdelibs4Migration dataMigrator;
|
|
||||||
const QString sourceBasePath = dataMigrator.saveLocation("data", QStringLiteral("krdc"));
|
|
||||||
- const QString targetBasePath = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + QStringLiteral("/krdc");
|
|
||||||
+ const QString targetBasePath = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + QStringLiteral("/krdc/");
|
|
||||||
QString targetFilePath;
|
|
||||||
QDir sourceDir(sourceBasePath);
|
|
||||||
QDir targetDir(targetBasePath);
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e474078feafe53981d0c9c31f280cc50a044a7ea46599214fa90e94a22abc7e2
|
|
||||||
size 397376
|
|
3
krdc-16.04.3.tar.xz
Normal file
3
krdc-16.04.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:806a3c343ba5fb0a10130906f350a4b4ec44ac1bed3b939e12e7c63e587b96b0
|
||||||
|
size 397424
|
13
krdc.changes
13
krdc.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 8 06:35:57 UTC 2016 - fvogt@suse.com
|
||||||
|
|
||||||
|
- Fix build by removing upstreamed fix-bookmarks-migration.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 8 00:12:18 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.04.3
|
||||||
|
* KDE Applications 16.04.3
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.04.3.php
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 29 14:56:41 UTC 2016 - wbauer@tmo.at
|
Wed Jun 29 14:56:41 UTC 2016 - wbauer@tmo.at
|
||||||
|
|
||||||
|
@ -36,14 +36,12 @@ BuildRequires: cmake(KF5WidgetsAddons)
|
|||||||
BuildRequires: cmake(KF5I18n)
|
BuildRequires: cmake(KF5I18n)
|
||||||
BuildRequires: cmake(KF5DocTools)
|
BuildRequires: cmake(KF5DocTools)
|
||||||
BuildRequires: oxygen5-icon-theme-large
|
BuildRequires: oxygen5-icon-theme-large
|
||||||
Version: 16.04.2
|
Version: 16.04.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Remote Desktop Connection
|
Summary: Remote Desktop Connection
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/Remote Desktop
|
Group: Productivity/Networking/Remote Desktop
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
# PATCH-FIX-UPSTREAM fix-bookmarks-migration.patch boo#983900, kde#361823 -- fix bookmarks migration from the KDE4 version
|
|
||||||
Patch: fix-bookmarks-migration.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: freerdp
|
Requires: freerdp
|
||||||
Requires: breeze5-icons
|
Requires: breeze5-icons
|
||||||
@ -61,7 +59,6 @@ Development libraries and headers needed to build software using krdc
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
|
Loading…
Reference in New Issue
Block a user