forked from pool/kdeconnect-kde
Accepting request 571676 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/571676 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeconnect-kde?expand=0&rev=7
This commit is contained in:
parent
d65d93ffcd
commit
c39e1c0740
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e8528a6758c64e884a787d661fc3ea38970e62e4540463238ad9a6c1b6d7970
|
||||
size 263800
|
3
kdeconnect-kde-v1.2.1.tar.xz
Normal file
3
kdeconnect-kde-v1.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef23eb8de8676f426298b244db426ad22e5212f26b3b435fd29a539fae186407
|
||||
size 278612
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 18 16:38:28 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
- Update to 1.2.1
|
||||
* Require the latest version of KF5
|
||||
* Was getting a double-delete, now it won't crash
|
||||
* Get rid of ProcessRunner
|
||||
* Add album art to mpris network packets
|
||||
* Add title, artist and album to MPRIS network packets
|
||||
* Fix information leak via /tmp (kde#383144)
|
||||
* Add support for new Android 2.3 (API 9+) cipher
|
||||
* Fix kdeconnect-cli device list
|
||||
* Fix "error activiting kdeconnectd" for kdeconnect-cli
|
||||
* Delay kdeconnectd autostart phase
|
||||
* Fix Notifications in Plasmoid
|
||||
* Make sure there's not a path within the filename
|
||||
* share plugin: fix path display
|
||||
* Use pactl instead of KMix in PauseMusic Plugin
|
||||
- needs KDE Frameworks 5.42 now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 1 15:43:40 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kdeconnect-kde
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: kdeconnect-kde
|
||||
Version: 1.2
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: KDE Android integration
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Other
|
||||
Url: https://projects.kde.org/projects/playground/base/kdeconnect-kde
|
||||
Source: http://download.kde.org/stable/kdeconnect/%{version}/src/%{name}-%{version}.tar.xz
|
||||
Source: http://download.kde.org/stable/kdeconnect/%{version}/src/%{name}-v%{version}.tar.xz
|
||||
Source100: kdeconnect-kde.SuSEfirewall
|
||||
Source101: kdeconnect-kde-firewalld.xml
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
@ -37,7 +37,7 @@ BuildRequires: cmake(KF5DocTools)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5IconThemes)
|
||||
BuildRequires: cmake(KF5KCMUtils)
|
||||
BuildRequires: cmake(KF5KIO) >= 5.38.0
|
||||
BuildRequires: cmake(KF5KIO) >= 5.42.0
|
||||
BuildRequires: cmake(KF5Notifications)
|
||||
BuildRequires: cmake(KF5Wayland)
|
||||
BuildRequires: cmake(Qca-qt5)
|
||||
@ -69,7 +69,7 @@ https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp
|
||||
|
||||
%{lang_package}
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-v%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
|
Loading…
x
Reference in New Issue
Block a user