Hello community,
here is the log from the commit of package kdeconnect-kde for
openSUSE:Leap:15.2 checked in at 2020-02-19 18:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kdeconnect-kde (Old)
and /work/SRC/openSUSE:Leap:15.2/.kdeconnect-kde.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdeconnect-kde"
Wed Feb 19 18:43:01 2020 rev:28 rq:774422 version:1.4
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/kdeconnect-kde/kdeconnect-kde.changes
2020-01-15 15:15:15.638236626 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.kdeconnect-kde.new.26092/kdeconnect-kde.changes
2020-02-19 18:43:08.086403523 +0100
@@ -2 +2 @@
-Fri Nov 16 12:19:26 UTC 2018 - [email protected]
+Sat Jan 25 18:00:57 UTC 2020 - [email protected]
@@ -4,2 +4,63 @@
-- Update to the latest upstream version to fix file browsing with
- the newest Android app (boo#1116123)
+- Update to 1.4
+ * New "KDE Connect" desktop app to control the phone from the PC
+ * SMS app that can read and write SMS texts
+ * control PC system's global volume from a phone
+ * flip forward and back through presentation slides
+ * compatibility with Thunar (Xfce's file manager) and Elementary
+ applications such as Pantheon Files.
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Jul 30 19:59:33 UTC 2019 - [email protected]
+
+- Update to 1.3.5
+ * Add detectPlatform to always use wayland in a wayland session
+ * i18n: fix extraction of nautilus extension
+ * Don't update new notifications
+ * Install desktop file for kdeconnectd
+ * [sftp] Fix error message wording
+ * Change plugin name
+ * [sftp] Give better error messages for common errors
+ * [sftp] Improve error reporting
+ * Use KAboutData to set information about the daemon
+ * Disable session management
+ * Print socket error when connection fails
+ * [kio] Mount device during stat if necessary
+ * [backends/lan] Don't fail silently when a UDP packet could not
+ be unserialized
+ * Fix crash in daemon
+ * Fix crash in notifications plugin (kde#400010)
+ * Don't show multiple windows when replying to a notification
+- Drop Leap 42.3 specific patches, it's no longer supported:
+ * 0001-Fix-build-on-Leap-42.3.patch
+ * 0001-Revert-Retry-the-network-packet-if-it-failed-to-unse.patch
+- Don't install SuSEfirewall2 file on Tumbleweed anymore, Sf2 has
+ been dropped
+
+-------------------------------------------------------------------
+Mon Apr 1 22:28:14 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in descriptions.
+
+-------------------------------------------------------------------
+Mon Mar 25 15:00:43 UTC 2019 - [email protected]
+
+- Update to 1.3.4
+ * Always play when call ended (kde#400787)
+ * [cli] Show all reachable devices (kde#402088)
+ * [sftp] Get device ID from URL
+ * Retry the network packet if it failed to unserialize
+ * Fix sending keys via CLI
+ * [kio] Fix file browsing with non-KIO file managers
+- Run spec-cleaner
+- Refresh 0001-Fix-build-on-Leap-42.3.patch
+- Add 0001-Revert-Retry-the-network-packet-if-it-failed-to-unse.patch
+ to make it build on Leap 42.3
+- Drop Provides/Obsoletes for kdeconnect-kde-devel, that package
+ doesn't exist anymore since 2015 and nothing should need it
+
+-------------------------------------------------------------------
+Wed Nov 14 22:10:19 UTC 2018 - [email protected]
+
+- Add 0001-Fix-build-on-Leap-42.3.patch to make it build on Leap
+ 42.3
Old:
----
kdeconnect-kde-1.3.3.tar.xz
kdeconnect-kde-1.3.3.tar.xz.sig
New:
----
kdeconnect-kde-1.4.tar.xz
kdeconnect-kde-1.4.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdeconnect-kde.spec ++++++
--- /var/tmp/diff_new_pack.4d1Uiu/_old 2020-02-19 18:43:08.390404161 +0100
+++ /var/tmp/diff_new_pack.4d1Uiu/_new 2020-02-19 18:43:08.394404168 +0100
@@ -1,7 +1,7 @@
#
# spec file for package kdeconnect-kde
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: kdeconnect-kde
-Version: 1.3.3
+Version: 1.4
Release: 0
-Summary: Integrate Android with Linux desktops
-License: GPL-2.0+
+Summary: Integration of Android with Linux desktops
+License: GPL-2.0-or-later
Group: Productivity/Networking/Other
-Url: https://community.kde.org/KDEConnect
-Source:
https://download.kde.org/stable/kdeconnect/%{version}/src/%{name}-%{version}.tar.xz
-Source1:
https://download.kde.org/stable/kdeconnect/%{version}/src/%{name}-%{version}.tar.xz.sig
+URL: https://community.kde.org/KDEConnect
+Source:
https://download.kde.org/stable/kdeconnect/%{version}/%{name}-%{version}.tar.xz
+Source1:
https://download.kde.org/stable/kdeconnect/%{version}/%{name}-%{version}.tar.xz.sig
Source100: kdeconnect-kde.SuSEfirewall
Source101: kdeconnect-kde-firewalld.xml
BuildRequires: cmake >= 3.0
-BuildRequires: extra-cmake-modules >= 5.42.0
+BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem
+BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5DBusAddons)
@@ -38,25 +39,28 @@
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KCMUtils)
-BuildRequires: cmake(KF5KIO) >= 5.42.0
+BuildRequires: cmake(KF5KIO)
+BuildRequires: cmake(KF5Kirigami2)
BuildRequires: cmake(KF5Notifications)
+BuildRequires: cmake(KF5People)
+BuildRequires: cmake(KF5PeopleVCard)
+BuildRequires: cmake(KF5PulseAudioQt)
BuildRequires: cmake(KF5Wayland)
BuildRequires: cmake(Qca-qt5)
-BuildRequires: cmake(Qt5Quick) >= 5.7.0
-BuildRequires: cmake(Qt5X11Extras) >= 5.7.0
+BuildRequires: cmake(Qt5Multimedia)
+BuildRequires: cmake(Qt5Quick)
+BuildRequires: cmake(Qt5X11Extras)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(libfakekey)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xtst)
-Provides: %{name}-devel = %{version}
-Obsoletes: %{name}-devel < %{version}
-Conflicts: kdeconnect-kde4
-Recommends: %{name}-lang = %{version}
Requires: sshfs
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Recommends: %{name}-lang = %{version}
+Recommends: kpeoplevcard
+Conflicts: kdeconnect-kde4
%description
-Integrate Android with Linux desktops.
+A package for integration of Android with Linux desktops.
Current feature list:
- Clipboard share: copy from or to your desktop
@@ -69,9 +73,20 @@
https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp or
https://f-droid.org/en/packages/org.kde.kdeconnect_tp/
-%{lang_package}
+%package zsh-completion
+Summary: ZSH completion for %{name}
+Group: System/Shells
+Requires: %{name} = %{version}
+Supplements: packageand(%{name}:zsh)
+BuildArch: noarch
+
+%description zsh-completion
+ZSH command line completion support for %{name}.
+
+%lang_package
+
%prep
-%setup -q -n %{name}-%{version}
+%setup -q
%build
%cmake_kf5 -d build
@@ -80,29 +95,44 @@
%install
%kf5_makeinstall -C build
-for translation_file in kdeconnect-{cli,core,kcm,kded,kio,plugins,urlhandler}
plasma_applet_org.kde.kdeconnect; do
- %{find_lang} $translation_file %{name}.lang
+for translation_file in
kdeconnect-{cli,core,fileitemaction,kcm,kded,kio,nautilus-extension,plugins,urlhandler}
plasma_applet_org.kde.kdeconnect; do
+ %find_lang $translation_file %{name}.lang
done
+%if 0%{?suse_version} < 1550
# susefirewall config file
-install -D -m 0644 %{S:100} \
+install -D -m 0644 %{SOURCE100} \
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
-install -D -m 0644 %{S:101} \
+%endif
+# firewalld config file
+install -D -m 0644 %{SOURCE101} \
%{buildroot}%{_libexecdir}/firewalld/services/%{name}.xml
+%suse_update_desktop_file
%{buildroot}%{_kf5_applicationsdir}/org.kde.kdeconnect.app.desktop Network
RemoteAccess
%suse_update_desktop_file
%{buildroot}%{_kf5_applicationsdir}/org.kde.kdeconnect.nonplasma.desktop
Network RemoteAccess
+%suse_update_desktop_file
%{buildroot}%{_kf5_applicationsdir}/org.kde.kdeconnect_open.desktop Network
RemoteAccess
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
+%files zsh-completion
+%dir %{_datadir}/zsh
+%dir %{_datadir}/zsh/site-functions
+%{_datadir}/zsh/site-functions/_kdeconnect
+
%files
-%defattr(-,root,root)
%license COPYING
%doc README*
+%if 0%{?suse_version} < 1550
%config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
+%endif
+%dir %{_datadir}/Thunar
+%dir %{_datadir}/contractor
%dir %{_datadir}/nautilus-python
%dir %{_libexecdir}/firewalld
%dir %{_libexecdir}/firewalld/services
+%{_datadir}/Thunar/sendto/
+%{_datadir}/contractor/kdeconnect.contract
%{_datadir}/nautilus-python/extensions/
%{_libexecdir}/firewalld/services/%{name}.xml
%{_kf5_libdir}/libkdeconnect*.so.*
@@ -110,24 +140,26 @@
%{_kf5_applicationsdir}/*.desktop
%dir %{_kf5_iconsdir}/hicolor/256x256
%dir %{_kf5_iconsdir}/hicolor/256x256/apps
-%{_kf5_iconsdir}/hicolor/*/apps/kdeconnect.*
+%{_kf5_iconsdir}/hicolor/*/apps/kdeconnect*
%{_kf5_libdir}/libexec/
%{_kf5_servicesdir}/
%{_kf5_notifydir}/
%{_kf5_servicetypesdir}/
%{_kf5_sharedir}/plasma/
%{_kf5_qmldir}/
+%{_kf5_bindir}/kdeconnect-app
%{_kf5_bindir}/kdeconnect-cli
%{_kf5_bindir}/kdeconnect-handler
%{_kf5_bindir}/kdeconnect-indicator
+%{_kf5_bindir}/kdeconnect-settings
+%{_kf5_bindir}/kdeconnect-sms
%{_kf5_sharedir}/dbus-1/services/org.kde.kdeconnect.service
-%{_kf5_configdir}/autostart/kdeconnectd.desktop
+%{_kf5_configdir}/autostart/org.kde.kdeconnect.daemon.desktop
%{_kf5_iconsdir}/hicolor/*/status/*
%{_kf5_htmldir}/en/kdeconnect/
%dir %{_kf5_appstreamdir}
%{_kf5_appstreamdir}/org.kde.kdeconnect.kcm.appdata.xml
%files lang -f %{name}.lang
-%defattr(-,root,root)
%changelog
++++++ kdeconnect-kde-1.3.3.tar.xz -> kdeconnect-kde-1.4.tar.xz ++++++
++++ 82309 lines of diff (skipped)