Hello community,

here is the log from the commit of package plasma-vault for openSUSE:Factory 
checked in at 2018-05-29 10:35:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-vault (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-vault.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-vault"

Tue May 29 10:35:50 2018 rev:17 rq:610931 version:5.12.90

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-vault/plasma-vault.changes        
2018-05-03 12:34:20.920077740 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-vault.new/plasma-vault.changes   
2018-05-29 10:35:55.844402051 +0200
@@ -1,0 +2,19 @@
+Sat May 19 14:16:38 CEST 2018 - [email protected]
+
+- Update to 5.12.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.90.php
+- Changes since 5.12.5:
+  * Warning--
+  * Fix typo: irreversible
+  * Updated the CryFS backend to use 0.9.9
+  * Making the error message when opening the vault more prominent (kde#390998)
+  * Added vault deletion through the configuration dialogue (kde#385444)
+  * Added d-bus functions to close all open vaults
+  * fix typos in UI strings
+  * Fix build with Qt 5.11
+  * Detect path validity when the module is initialized
+  * Added option to switch off networking when a vault is mounted
+
+-------------------------------------------------------------------

Old:
----
  plasma-vault-5.12.5.tar.xz

New:
----
  plasma-vault-5.12.90.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plasma-vault.spec ++++++
--- /var/tmp/diff_new_pack.tcDbAX/_old  2018-05-29 10:35:57.380345335 +0200
+++ /var/tmp/diff_new_pack.tcDbAX/_new  2018-05-29 10:35:57.384345188 +0200
@@ -16,39 +16,38 @@
 #
 
 
+%define kf5_version 5.45.0
 %bcond_without lang
-
 Name:           plasma-vault
-Version:        5.12.5
+Version:        5.12.90
 Release:        0
-%define kf5_version 5.17.0
 Summary:        Plasma applet and services for creating encrypted vaults
 License:        GPL-2.0+
 Group:          Productivity/Security
 Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/plasma/%{version}/plasma-vault-%{version}.tar.xz
-BuildRequires:  extra-cmake-modules >= %kf5_version
+Source:         
http://download.kde.org/unstable/plasma/%{version}/plasma-vault-%{version}.tar.xz
+BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  libksysguard5-devel
-BuildRequires:  cmake(KF5Activities) >= %kf5_version
-BuildRequires:  cmake(KF5Config) >= %kf5_version
-BuildRequires:  cmake(KF5ConfigWidgets) >= %kf5_version
-BuildRequires:  cmake(KF5CoreAddons) >= %kf5_version
-BuildRequires:  cmake(KF5DBusAddons) >= %kf5_version
-BuildRequires:  cmake(KF5I18n) >= %kf5_version
-BuildRequires:  cmake(KF5KIO) >= %kf5_version
-BuildRequires:  cmake(KF5Plasma) >= %kf5_version
-BuildRequires:  cmake(KF5WidgetsAddons) >= %kf5_version
-BuildRequires:  cmake(KF5WindowSystem) >= %kf5_version
+BuildRequires:  cmake(KF5Activities) >= %{kf5_version}
+BuildRequires:  cmake(KF5Config) >= %{kf5_version}
+BuildRequires:  cmake(KF5ConfigWidgets) >= %{kf5_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{kf5_version}
+BuildRequires:  cmake(KF5DBusAddons) >= %{kf5_version}
+BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
+BuildRequires:  cmake(KF5KIO) >= %{kf5_version}
+BuildRequires:  cmake(KF5NetworkManagerQt) >= %{kf5_version}
+BuildRequires:  cmake(KF5Plasma) >= %{kf5_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{kf5_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{kf5_version}
 BuildRequires:  cmake(Qt5Core) >= 5.7.1
 BuildRequires:  cmake(Qt5DBus)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5Widgets)
-Recommends:     %{name}-lang
 Requires:       plasma-vault-backend
+Recommends:     %{name}-lang
 # We recommend encfs for now as cryfs has certain issues
 Recommends:     plasma-vault-backend-encfs
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Plasma Vault is a plasmoid for creating and managing encrypted vaults
@@ -56,9 +55,9 @@
 %package backend-encfs
 Summary:        Necessary packages for plasma-vault to support encfs vaults
 Group:          Productivity/Security
-Provides:       plasma-vault-backend
 Requires:       %{name} = %{version}
 Requires:       encfs
+Provides:       plasma-vault-backend
 
 %description backend-encfs
 This package pulls in dependencies for the plasma-vault encfs backend.
@@ -66,10 +65,10 @@
 %package backend-cryfs
 Summary:        Necessary packages for plasma-vault to support cryfs vaults
 Group:          Productivity/Security
-Provides:       plasma-vault-backend
 Requires:       %{name} = %{version}
 # Previous versions could not update properly
 Requires:       cryfs >= 0.9.9
+Provides:       plasma-vault-backend
 
 %description backend-cryfs
 This package pulls in dependencies for the plasma-vault cryfs backend.
@@ -92,7 +91,6 @@
 %endif
 
 %files
-%defattr(-,root,root)
 %license COPYING*
 %{_kf5_plugindir}/kf5/kded/
 %dir %{_kf5_plugindir}/plasma/applets

++++++ plasma-vault-5.12.5.tar.xz -> plasma-vault-5.12.90.tar.xz ++++++
++++ 15615 lines of diff (skipped)


Reply via email to