Hello community,
here is the log from the commit of package kdeconnect-kde for
openSUSE:Leap:15.2 checked in at 2020-05-13 03:51:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kdeconnect-kde (Old)
and /work/SRC/openSUSE:Leap:15.2/.kdeconnect-kde.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdeconnect-kde"
Wed May 13 03:51:35 2020 rev:29 rq:797365 version:20.04.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/kdeconnect-kde/kdeconnect-kde.changes
2020-02-19 18:43:08.086403523 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.kdeconnect-kde.new.2738/kdeconnect-kde.changes
2020-05-13 03:51:36.784171786 +0200
@@ -1,0 +2,31 @@
+Thu Apr 23 12:22:14 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.04.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+-------------------------------------------------------------------
+Sun Apr 5 20:29:55 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.03.90
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+ * Exception doesn't have strerr
+ * Check for null notification
+ * [fileitemactionplugin] Use async DBus call (kde#419133)
+ * Improve call notification handling
+ * Read payload size as qint64
+ * Use kdeconnect-settings for command configuration
+
+-------------------------------------------------------------------
+Sun Mar 22 22:48:57 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.03.80
+ * kdeconnect-kde is now part of the KDE applications release
+ service
+
+-------------------------------------------------------------------
Old:
----
kdeconnect-kde-1.4.tar.xz
kdeconnect-kde-1.4.tar.xz.sig
New:
----
kdeconnect-kde-20.04.0.tar.xz
kdeconnect-kde-20.04.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdeconnect-kde.spec ++++++
--- /var/tmp/diff_new_pack.pbDncx/_old 2020-05-13 03:51:37.116172482 +0200
+++ /var/tmp/diff_new_pack.pbDncx/_new 2020-05-13 03:51:37.120172491 +0200
@@ -16,15 +16,20 @@
#
+%bcond_without lang
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
+%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
Name: kdeconnect-kde
-Version: 1.4
+Version: 20.04.0
Release: 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}/%{name}-%{version}.tar.xz
-Source1:
https://download.kde.org/stable/kdeconnect/%{version}/%{name}-%{version}.tar.xz.sig
+Source:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+%endif
Source100: kdeconnect-kde.SuSEfirewall
Source101: kdeconnect-kde-firewalld.xml
BuildRequires: cmake >= 3.0
@@ -95,9 +100,12 @@
%install
%kf5_makeinstall -C build
-for translation_file in
kdeconnect-{cli,core,fileitemaction,kcm,kded,kio,nautilus-extension,plugins,urlhandler}
plasma_applet_org.kde.kdeconnect; do
+%if %{with lang}
+for translation_file in
kdeconnect-{app,cli,core,fileitemaction,indicator,interfaces,kcm,kded,kio,nautilus-extension,plugins,settings,sms,urlhandler}
plasma_applet_org.kde.kdeconnect; do
%find_lang $translation_file %{name}.lang
done
+%kf5_find_htmldocs
+%endif
%if 0%{?suse_version} < 1550
# susefirewall config file
@@ -160,6 +168,8 @@
%dir %{_kf5_appstreamdir}
%{_kf5_appstreamdir}/org.kde.kdeconnect.kcm.appdata.xml
+%if %{with lang}
%files lang -f %{name}.lang
+%endif
%changelog
++++++ kdeconnect-kde-1.4.tar.xz -> kdeconnect-kde-20.04.0.tar.xz ++++++
++++ 56943 lines of diff (skipped)