Accepting request 643601 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/643601 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeconnect-kde?expand=0&rev=11
This commit is contained in:
parent
677491a265
commit
b3ad91cc26
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:848c9cc13988b3adca79508d37f41fb46254692c6ab496820d0852d1885df267
|
||||
size 283636
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEs0h8oP82JY4qLzOL0z5yHfh37+gFAlsO/oYACgkQ0z5yHfh3
|
||||
7+ijYwf6A3C8a1qWSqZEa+R3vNDkT3Hh96yCJ0EYeASke8exMNTzsvkfwaaxbeZc
|
||||
RRYIFagNTXUB+uM48jNmU8Yef3cwJyNaURosZi8rA+WPysaZmqXTBG9X31zKlUjg
|
||||
pxu7gQ1xf0d2rWdmfxtUJcvf/CJyo68JtvcoWk69G43EOgT/8V9dJTEu25o99V5U
|
||||
dLhXuiWVZRyfGmUbdf/+xccWZ8Ok4+kO6xaaNaQXD3iNDZPBSlJO/gYtZa8pnmGQ
|
||||
ok4czNtOJxnhG0m71L02zV76iSl3j7z++QrLBkAtMhvcb4u3TCTsjzOTpp7RbyBK
|
||||
zx2KtUF3bZMpV1WyJkzP0z5aOaj3eg==
|
||||
=1Uv0
|
||||
-----END PGP SIGNATURE-----
|
3
kdeconnect-kde-1.3.2.tar.xz
Normal file
3
kdeconnect-kde-1.3.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85878e483280f86ef86aa3f6f3a3369abc2ecb6c9ce1875d0f0ad685ec99e421
|
||||
size 283892
|
11
kdeconnect-kde-1.3.2.tar.xz.sig
Normal file
11
kdeconnect-kde-1.3.2.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEs0h8oP82JY4qLzOL0z5yHfh37+gFAlvE6wYACgkQ0z5yHfh3
|
||||
7+hezAgAkqBCwCbK2Bsj5VA9gGNjVeZsoVHni/EtS9ahVq4KautiLjs+xVnXf6Kn
|
||||
HUjr1XthifoLwCFuVsNFYpvhwJPgVZXWUIhoIOYBRnpGR29mTkd9Sxmyo3BIJl9q
|
||||
hlnEcTMiOcT+WFp7hNNxorh6dyL6fwGlmbhVW/0JOl8obgTLS/+P80ZNRhTFcm4J
|
||||
5buWWJYfYm+DYV5kgB/heJDq8vpUSd8l/6+ZRjnB7KnFnINj0smOHW+06QH9zASq
|
||||
pXqV0xZLAOdU10Di115sgjzfxyXIDE8gmFZxoyaDFRB3wzOMjXpbH+bRxG1iJCFX
|
||||
dqd97+bSXUvbzMGWC6X1dWMand/omw==
|
||||
=T4gc
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 18 20:47:55 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
- Update to 1.3.2
|
||||
* Also allow modern algorithms, for compat with future apps
|
||||
* Remove characters from UUID that aren't legal in URLs
|
||||
* Add new notifications at the top of the list
|
||||
* Change the 'Dismiss all notifications' icon
|
||||
* Fix DBus signals in Mprisremote
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 1 08:28:46 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kdeconnect-kde
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
Summary: Integrate Android with Linux desktops
|
||||
License: GPL-2.0+
|
||||
@ -27,8 +27,8 @@ Source: https://download.kde.org/stable/kdeconnect/%{version}/src/%{name
|
||||
Source1: https://download.kde.org/stable/kdeconnect/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source100: kdeconnect-kde.SuSEfirewall
|
||||
Source101: kdeconnect-kde-firewalld.xml
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 0.0.9
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= 5.42.0
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF5ConfigWidgets)
|
||||
@ -80,7 +80,7 @@ https://f-droid.org/en/packages/org.kde.kdeconnect_tp/
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
for translation_file in kdeconnect-{cli,core,fileitemaction,kcm,kded,kio,plugins,urlhandler} plasma_applet_org.kde.kdeconnect; do
|
||||
for translation_file in kdeconnect-{cli,core,kcm,kded,kio,plugins,urlhandler} plasma_applet_org.kde.kdeconnect; do
|
||||
%{find_lang} $translation_file %{name}.lang
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user