Hello community, here is the log from the commit of package plasma-nm5 for openSUSE:Factory checked in at 2017-01-31 12:22:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma-nm5 (Old) and /work/SRC/openSUSE:Factory/.plasma-nm5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma-nm5" Changes: -------- --- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes 2017-01-04 17:27:31.658047742 +0100 +++ /work/SRC/openSUSE:Factory/.plasma-nm5.new/plasma-nm5.changes 2017-02-03 18:56:01.193146094 +0100 @@ -1,0 +2,30 @@ +Thu Jan 26 19:59:06 CET 2017 - [email protected] + +- Update to 5.9.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.9.0.php +- Changes since 5.8.95: + * Fix crash caused by notifications use-after-free + * Openconnect: cast QWidget to correct widget type used for password field + * OpenVPN: Remove previously configured secrets to avoid passing them back + * OpenVPN: Remove previously configured secrets to avoid passing them back + * KCM: Do not use Plasma components as the colors are not consistent + * Use KDE specific page for captive portal redirection + * Some captive portals seems to have problem redirecting from https + * Revert "Pass protocol type to openconnect" + * Pass protocol type to openconnect + * When importing an OpenVPN connection set default passwords to be stored in KWallet + +------------------------------------------------------------------- +Thu Jan 12 20:39:58 UTC 2017 - [email protected] + +- Update to 5.8.95 (Plasma 5.9 Beta) + * New feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.8.95.php +- Changes: + * See https://www.kde.org/announcements/plasma-5.8.5-5.8.95-changelog.php#plasma-nm +- Don't try to build openconnect support on 13.2 + +------------------------------------------------------------------- Old: ---- plasma-nm-5.8.5.tar.xz New: ---- plasma-nm-5.9.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma-nm5.spec ++++++ --- /var/tmp/diff_new_pack.BgBuoc/_old 2017-02-03 18:56:01.649082068 +0100 +++ /var/tmp/diff_new_pack.BgBuoc/_new 2017-02-03 18:56:01.653081506 +0100 @@ -1,7 +1,7 @@ # # spec file for package plasma-nm5 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -19,13 +19,13 @@ %bcond_without lang %define mm_support 1 Name: plasma-nm5 -Version: 5.8.5 +Version: 5.9.0 Release: 0 Summary: Plasma applet written in QML for managing network connections License: (LGPL-2.1 or LGPL-3.0) and (GPL-2.0 or GPL-3.0) Group: System/GUI/KDE Url: https://projects.kde.org/projects/playground/network/plasma-nm -Source: http://download.kde.org/stable/plasma/%{version}/plasma-nm-%{version}.tar.xz +Source: plasma-nm-%{version}.tar.xz BuildRequires: NetworkManager-devel >= 0.9.8.4 BuildRequires: extra-cmake-modules >= 1.3.0 BuildRequires: fdupes @@ -57,8 +57,11 @@ BuildRequires: cmake(Qt5DBus) >= 5.4.0 BuildRequires: cmake(Qt5Network) >= 5.4.0 BuildRequires: cmake(Qt5Quick) >= 5.4.0 +BuildRequires: cmake(Qt5UiTools) >= 5.4.0 BuildRequires: cmake(Qt5Widgets) >= 5.4.0 -BuildRequires: pkgconfig(openconnect) >= 4.00 +%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320" +BuildRequires: pkgconfig(openconnect) >= 5.2 +%endif Requires: NetworkManager Requires: kded Requires: kwalletd5 @@ -119,6 +122,7 @@ %description vpnc vpnc plugin for plasma-nm components. +%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320" %package openconnect Summary: OpenConnect support for %{name} Group: System/GUI/KDE @@ -136,6 +140,8 @@ %description openconnect OpenConnect plugin for plasma-nm components. +%endif + %package openswan Summary: Openswan support for %{name} Group: System/GUI/KDE @@ -215,14 +221,27 @@ Summary: SSTP support for %{name} Group: System/GUI/KDE Requires: %{name} = %{version} -# NetworkManager-ssh doesn't exist in Factory -#Requires: NetworkManager-ssh +# NetworkManager-sstp doesn't exist in Factory +#Requires: NetworkManager-sstp Supplements: packageand(%{name}:NetworkManager-sstp) Provides: NetworkManager-sstp-frontend %description sstp Secure Sockets Tunneling Protocol (SSTP) plugin for plasma-nm components. +%package iodine +Summary: VPN support for %{name} +Group: System/GUI/KDE +Requires: %{name} = %{version} +# NetworkManager-iodine doesn't exist in Factory +#Requires: NetworkManager-iodine +Supplements: packageand(%{name}:NetworkManager-iodine) +Provides: NetworkManager-iodine-frontend + +%description iodine +Iodine (VPN through DNS tunnel) plugin for plasma-nm components. + + %lang_package %prep %setup -q -n plasma-nm-%{version} @@ -257,6 +276,9 @@ %{_kf5_sharedir}/plasma/ %dir %{_kf5_appstreamdir} %{_kf5_appstreamdir}/org.kde.plasma.networkmanagement.appdata.xml +%{_kf5_plugindir}/kcm_networkmanagement.so +%{_datadir}/kcm_networkmanagement/ +%{_kf5_servicesdir}/kcm_networkmanagement.desktop %files openvpn %defattr(-,root,root) @@ -270,11 +292,14 @@ %{_kf5_plugindir}/*_vpncui.so %{_kf5_servicesdir}/plasmanetworkmanagement_vpncui.desktop +%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320" %files openconnect %defattr(-,root,root) %doc COPYING* %{_kf5_plugindir}/*_openconnectui.so %{_kf5_servicesdir}/plasmanetworkmanagement_openconnectui.desktop +%{_kf5_servicesdir}/plasmanetworkmanagement_openconnect_juniperui.desktop +%endif %files openswan %defattr(-,root,root) @@ -312,6 +337,12 @@ %{_kf5_plugindir}/*_sstpui.so %{_kf5_servicesdir}/plasmanetworkmanagement_sstpui.desktop +%files iodine +%defattr(-,root,root) +%doc COPYING* +%{_kf5_plugindir}/*_iodineui.so +%{_kf5_servicesdir}/plasmanetworkmanagement_iodineui.desktop + %if %{with lang} %files lang -f %{name}.lang %endif ++++++ plasma-nm-5.8.5.tar.xz -> plasma-nm-5.9.0.tar.xz ++++++ ++++ 197457 lines of diff (skipped)
