commit plasma-vault for openSUSE:Leap:15.2

2020-05-07 Thread root
Hello community,

here is the log from the commit of package plasma-vault for openSUSE:Leap:15.2 
checked in at 2020-05-07 19:28:42

Comparing /work/SRC/openSUSE:Leap:15.2/plasma-vault (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.plasma-vault.new.2738 (New)


Package is "plasma-vault"

Thu May  7 19:28:42 2020 rev:60 rq:801221 version:5.18.5

Changes:

--- /work/SRC/openSUSE:Leap:15.2/plasma-vault/plasma-vault.changes  
2020-04-14 14:21:30.569298150 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.plasma-vault.new.2738/plasma-vault.changes
2020-05-07 19:34:15.942321444 +0200
@@ -1,0 +2,10 @@
+Tue May  5 13:01:56 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.5.php
+- Changes since 5.18.4.1:
+  * Make sure we have saved network state before accessing it (kde#418262)
+
+---

Old:

  plasma-vault-5.18.4.1.tar.xz
  plasma-vault-5.18.4.1.tar.xz.sig

New:

  plasma-vault-5.18.5.tar.xz
  plasma-vault-5.18.5.tar.xz.sig



Other differences:
--
++ plasma-vault.spec ++
--- /var/tmp/diff_new_pack.hKtfJY/_old  2020-05-07 19:34:16.318322196 +0200
+++ /var/tmp/diff_new_pack.hKtfJY/_new  2020-05-07 19:34:16.322322204 +0200
@@ -19,15 +19,15 @@
 %define kf5_version 5.58.0
 %bcond_without lang
 Name:   plasma-vault
-Version:5.18.4.1
+Version:5.18.5
 Release:0
 Summary:Plasma applet and services for creating encrypted vaults
 License:GPL-2.0-or-later
 Group:  Productivity/Security
 URL:http://www.kde.org
-Source: 
https://download.kde.org/stable/plasma/5.18.4/plasma-vault-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-vault-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/5.18.4/plasma-vault-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-vault-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= %{kf5_version}

++ plasma-vault-5.18.4.1.tar.xz -> plasma-vault-5.18.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.18.4.1/CMakeLists.txt 
new/plasma-vault-5.18.5/CMakeLists.txt
--- old/plasma-vault-5.18.4.1/CMakeLists.txt2020-03-31 16:33:01.0 
+0200
+++ new/plasma-vault-5.18.5/CMakeLists.txt  2020-05-05 16:59:34.0 
+0200
@@ -4,7 +4,7 @@
 
 project (PlasmaVault)
 
-set(PROJECT_VERSION "5.18.4")
+set(PROJECT_VERSION "5.18.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (PLASMAVAULT_VERSION "0.1")
@@ -37,10 +37,6 @@
 include (GenerateExportHeader)
 include (ECMGenerateHeaders)
 include(KDEClangFormat)
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
-endif()
 # Qt
 set (CMAKE_AUTOMOC ON)
 find_package (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.18.4.1/kded/service.cpp 
new/plasma-vault-5.18.5/kded/service.cpp
--- old/plasma-vault-5.18.4.1/kded/service.cpp  2020-03-31 16:33:01.0 
+0200
+++ new/plasma-vault-5.18.5/kded/service.cpp2020-05-05 16:59:34.0 
+0200
@@ -420,7 +420,7 @@
 new 
KRun(QUrl::fromLocalFile((QString)vault->mountPoint().data()), nullptr);
 },
 [this, vault] {
-if (vault->status() != VaultInfo::Opened) {
+if (vault->status() != VaultInfo::Opened && 
d->savedNetworkingState) {
 auto& devicesInhibittingNetworking = 
d->savedNetworkingState->devicesInhibittingNetworking;
 
devicesInhibittingNetworking.removeAll(vault->device().data());
 d->restoreNetworkingState();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-vault-5.18.4.1/plasma/package/metadata.desktop 
new/plasma-vault-5.18.5/plasma/package/metadata.desktop
--- old/plasma-vault-5.18.4.1/plasma/package/metadata.desktop   2020-03-31 
16:33:01.0 +0200
+++ new/plasma-vault-5.18.5/plasma/package/metadata.desktop 2020-05-05 
16:59:34.0 +0200
@@ -10,7 +10,7 @@
 Name[el]=Θησαυροφυλάκια
 Name[en_GB]=Vaults
 Name[es]=Cajas fuertes
-Name[et]=SEifid
+Name[et]=Seifid
 Name[eu]=Kutxa gotorrak
 Name[fi]=Holvit
 Name[fr]=Coffres-forts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit plasma-vault for openSUSE:Leap:15.2

2020-04-14 Thread root
Hello community,

here is the log from the commit of package plasma-vault for openSUSE:Leap:15.2 
checked in at 2020-04-14 14:21:06

Comparing /work/SRC/openSUSE:Leap:15.2/plasma-vault (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.plasma-vault.new.3248 (New)


Package is "plasma-vault"

Tue Apr 14 14:21:06 2020 rev:59 rq:793535 version:5.18.4.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/plasma-vault/plasma-vault.changes  
2020-03-13 11:01:23.148606253 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.plasma-vault.new.3248/plasma-vault.changes
2020-04-14 14:21:30.569298150 +0200
@@ -1,0 +2,15 @@
+Tue Mar 31 15:16:42 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.4.1:
+  * Version fixed
+
+---
+Tue Mar 31 14:47:43 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.4.php
+- No code changes since 5.18.3
+
+---

Old:

  plasma-vault-5.18.3.tar.xz
  plasma-vault-5.18.3.tar.xz.sig

New:

  plasma-vault-5.18.4.1.tar.xz
  plasma-vault-5.18.4.1.tar.xz.sig



Other differences:
--
++ plasma-vault.spec ++
--- /var/tmp/diff_new_pack.d0qKy6/_old  2020-04-14 14:21:30.945298431 +0200
+++ /var/tmp/diff_new_pack.d0qKy6/_new  2020-04-14 14:21:30.945298431 +0200
@@ -19,15 +19,15 @@
 %define kf5_version 5.58.0
 %bcond_without lang
 Name:   plasma-vault
-Version:5.18.3
+Version:5.18.4.1
 Release:0
 Summary:Plasma applet and services for creating encrypted vaults
 License:GPL-2.0-or-later
 Group:  Productivity/Security
 URL:http://www.kde.org
-Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-vault-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/5.18.4/plasma-vault-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-vault-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/5.18.4/plasma-vault-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= %{kf5_version}

++ plasma-vault-5.18.3.tar.xz -> plasma-vault-5.18.4.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.18.3/CMakeLists.txt 
new/plasma-vault-5.18.4.1/CMakeLists.txt
--- old/plasma-vault-5.18.3/CMakeLists.txt  2020-03-10 14:23:38.0 
+0100
+++ new/plasma-vault-5.18.4.1/CMakeLists.txt2020-03-31 16:33:01.0 
+0200
@@ -4,7 +4,7 @@
 
 project (PlasmaVault)
 
-set(PROJECT_VERSION "5.18.3")
+set(PROJECT_VERSION "5.18.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (PLASMAVAULT_VERSION "0.1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.18.3/po/cs/plasmavault-kde.po 
new/plasma-vault-5.18.4.1/po/cs/plasmavault-kde.po
--- old/plasma-vault-5.18.3/po/cs/plasmavault-kde.po2020-03-10 
14:23:47.0 +0100
+++ new/plasma-vault-5.18.4.1/po/cs/plasmavault-kde.po  2020-03-31 
16:33:14.0 +0200
@@ -515,17 +515,17 @@
 #: kded/ui/vaultwizardbase.h:50 kded/ui/vaultwizardbase.h:102
 #, kde-format
 msgid "Next"
-msgstr ""
+msgstr "Následující"
 
 #: kded/ui/vaultwizardbase.h:93
 #, kde-format
 msgid "Create"
-msgstr ""
+msgstr "Vytvořit"
 
 #: kded/ui/vaultwizardbase.h:100
 #, kde-format
 msgid "Previous"
-msgstr ""
+msgstr "Předchozí"
 
 #: plasma/package/contents/ui/main.qml:102
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.18.3/po/et/plasmavault-kde.po 
new/plasma-vault-5.18.4.1/po/et/plasmavault-kde.po
--- old/plasma-vault-5.18.3/po/et/plasmavault-kde.po2020-03-10 
14:23:48.0 +0100
+++ new/plasma-vault-5.18.4.1/po/et/plasmavault-kde.po  2020-03-31 
16:33:15.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: plasma-vault\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-02-17 08:31+0100\n"
-"PO-Revision-Date: 2020-02-17 17:52+0200\n"
+"PO-Revision-Date: 2020-03-18 12:58+0200\n"
 "Last-Translator: Marek Laane \n"
 "Language-Team: Estonian \n"
 "Language: et_EE\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.08.1\n"
+"X-Generator: Lokalize 19.12.2\n"
 
 #: fileitemplugin/plasmavaultfileitemaction.cpp:83
 #, kde-format
@@ -75,7 +75,7 @@
 #: kded/engine/fusebackend_p.cpp:60
 #, kde-format
 msgid "The mount point directory is not empty, refusing to open the 

commit plasma-vault for openSUSE:Leap:15.2

2020-03-13 Thread root
Hello community,

here is the log from the commit of package plasma-vault for openSUSE:Leap:15.2 
checked in at 2020-03-13 10:59:02

Comparing /work/SRC/openSUSE:Leap:15.2/plasma-vault (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.plasma-vault.new.3160 (New)


Package is "plasma-vault"

Fri Mar 13 10:59:02 2020 rev:58 rq:784072 version:5.18.3

Changes:

--- /work/SRC/openSUSE:Leap:15.2/plasma-vault/plasma-vault.changes  
2020-02-29 17:18:36.665310427 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.plasma-vault.new.3160/plasma-vault.changes
2020-03-13 11:01:23.148606253 +0100
@@ -1,0 +2,10 @@
+Tue Mar 10 14:55:34 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.3.php
+- Changes since 5.18.2:
+  * Only deprecate up to target frameworks
+
+---

Old:

  plasma-vault-5.18.2.tar.xz
  plasma-vault-5.18.2.tar.xz.sig

New:

  plasma-vault-5.18.3.tar.xz
  plasma-vault-5.18.3.tar.xz.sig



Other differences:
--
++ plasma-vault.spec ++
--- /var/tmp/diff_new_pack.XEuE0Z/_old  2020-03-13 11:01:23.508606510 +0100
+++ /var/tmp/diff_new_pack.XEuE0Z/_new  2020-03-13 11:01:23.508606510 +0100
@@ -19,7 +19,7 @@
 %define kf5_version 5.58.0
 %bcond_without lang
 Name:   plasma-vault
-Version:5.18.2
+Version:5.18.3
 Release:0
 Summary:Plasma applet and services for creating encrypted vaults
 License:GPL-2.0-or-later

++ plasma-vault-5.18.2.tar.xz -> plasma-vault-5.18.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.18.2/CMakeLists.txt 
new/plasma-vault-5.18.3/CMakeLists.txt
--- old/plasma-vault-5.18.2/CMakeLists.txt  2020-02-25 14:28:59.0 
+0100
+++ new/plasma-vault-5.18.3/CMakeLists.txt  2020-03-10 14:23:38.0 
+0100
@@ -4,7 +4,7 @@
 
 project (PlasmaVault)
 
-set(PROJECT_VERSION "5.18.2")
+set(PROJECT_VERSION "5.18.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (PLASMAVAULT_VERSION "0.1")
@@ -39,7 +39,7 @@
 include(KDEClangFormat)
 if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x06)
+   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
 endif()
 # Qt
 set (CMAKE_AUTOMOC ON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.18.2/po/id/plasmavault-kde.po 
new/plasma-vault-5.18.3/po/id/plasmavault-kde.po
--- old/plasma-vault-5.18.2/po/id/plasmavault-kde.po2020-02-25 
14:29:17.0 +0100
+++ new/plasma-vault-5.18.3/po/id/plasmavault-kde.po2020-03-10 
14:23:51.0 +0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-vault package.
-# Wantoyo , 2018, 2019.
+# Wantoyo , 2018, 2019, 2020.
 #
 msgid ""
 msgstr ""
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 19.12.0\n"
+"X-Generator: Lokalize 19.12.1\n"
 
 #: fileitemplugin/plasmavaultfileitemaction.cpp:83
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.18.2/po/zh_CN/plasmavault-kde.po 
new/plasma-vault-5.18.3/po/zh_CN/plasmavault-kde.po
--- old/plasma-vault-5.18.2/po/zh_CN/plasmavault-kde.po 2020-02-25 
14:29:27.0 +0100
+++ new/plasma-vault-5.18.3/po/zh_CN/plasmavault-kde.po 2020-03-10 
14:23:58.0 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-02-17 08:31+0100\n"
-"PO-Revision-Date: 2020-01-20 21:55\n"
+"PO-Revision-Date: 2020-03-10 10:58\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"





commit plasma-vault for openSUSE:Leap:15.2

2020-02-29 Thread root
Hello community,

here is the log from the commit of package plasma-vault for openSUSE:Leap:15.2 
checked in at 2020-02-29 17:16:01

Comparing /work/SRC/openSUSE:Leap:15.2/plasma-vault (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.plasma-vault.new.26092 (New)


Package is "plasma-vault"

Sat Feb 29 17:16:01 2020 rev:57 rq:780190 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/plasma-vault/plasma-vault.changes  
2020-02-21 10:53:28.175435553 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.plasma-vault.new.26092/plasma-vault.changes   
2020-02-29 17:18:36.665310427 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:20 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  plasma-vault-5.18.1.tar.xz
  plasma-vault-5.18.1.tar.xz.sig

New:

  plasma-vault-5.18.2.tar.xz
  plasma-vault-5.18.2.tar.xz.sig



Other differences:
--
++ plasma-vault.spec ++
--- /var/tmp/diff_new_pack.ExGCt5/_old  2020-02-29 17:18:36.981311079 +0100
+++ /var/tmp/diff_new_pack.ExGCt5/_new  2020-02-29 17:18:36.985311087 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma-vault
 #
-# Copyright (c) 2020 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
@@ -19,12 +19,12 @@
 %define kf5_version 5.58.0
 %bcond_without lang
 Name:   plasma-vault
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Plasma applet and services for creating encrypted vaults
 License:GPL-2.0-or-later
 Group:  Productivity/Security
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-vault-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-vault-%{version}.tar.xz.sig

++ plasma-vault-5.18.1.tar.xz -> plasma-vault-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.18.1/CMakeLists.txt 
new/plasma-vault-5.18.2/CMakeLists.txt
--- old/plasma-vault-5.18.1/CMakeLists.txt  2020-02-18 14:22:41.0 
+0100
+++ new/plasma-vault-5.18.2/CMakeLists.txt  2020-02-25 14:28:59.0 
+0100
@@ -4,7 +4,7 @@
 
 project (PlasmaVault)
 
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (PLASMAVAULT_VERSION "0.1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.18.1/po/id/plasmavault-kde.po 
new/plasma-vault-5.18.2/po/id/plasmavault-kde.po
--- old/plasma-vault-5.18.1/po/id/plasmavault-kde.po2020-02-18 
14:22:58.0 +0100
+++ new/plasma-vault-5.18.2/po/id/plasmavault-kde.po2020-02-25 
14:29:17.0 +0100
@@ -576,17 +576,17 @@
 #: kded/ui/vaultwizardbase.h:50 kded/ui/vaultwizardbase.h:102
 #, kde-format
 msgid "Next"
-msgstr ""
+msgstr "Selanjutnya"
 
 #: kded/ui/vaultwizardbase.h:93
 #, kde-format
 msgid "Create"
-msgstr ""
+msgstr "Ciptakan"
 
 #: kded/ui/vaultwizardbase.h:100
 #, kde-format
 msgid "Previous"
-msgstr ""
+msgstr "Sebelumnya"
 
 #: plasma/package/contents/ui/main.qml:102
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.18.1/po/nn/plasmavault-kde.po 
new/plasma-vault-5.18.2/po/nn/plasmavault-kde.po
--- old/plasma-vault-5.18.1/po/nn/plasmavault-kde.po2020-02-18 
14:23:02.0 +0100
+++ new/plasma-vault-5.18.2/po/nn/plasmavault-kde.po2020-02-25 
14:29:21.0 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2020-01-08 03:51+0100\n"
+"POT-Creation-Date: 2020-02-17 08:31+0100\n"
 "PO-Revision-Date: 2019-03-25 22:17+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
@@ -575,6 +575,21 @@
 msgid "Import an Existing Vault"
 msgstr "Importer eksisterande kvelv"
 
+#: kded/ui/vaultwizardbase.h:50 kded/ui/vaultwizardbase.h:102
+#, kde-format
+msgid "Next"
+msgstr "Neste"
+
+#: kded/ui/vaultwizardbase.h:93
+#, kde-format
+msgid "Create"
+msgstr "Lag"
+
+#: kded/ui/vaultwizardbase.h:100
+#, kde-format
+msgid "Previous"
+msgstr "Førre"
+
 #: plasma/package/contents/ui/main.qml:102
 #, kde-format
 msgid "Create a New Vault..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit plasma-vault for openSUSE:Leap:15.2

2020-02-21 Thread root
Hello community,

here is the log from the commit of package plasma-vault for openSUSE:Leap:15.2 
checked in at 2020-02-21 10:53:05

Comparing /work/SRC/openSUSE:Leap:15.2/plasma-vault (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.plasma-vault.new.26092 (New)


Package is "plasma-vault"

Fri Feb 21 10:53:05 2020 rev:56 rq:06 version:5.18.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/plasma-vault/plasma-vault.changes  
2020-02-16 18:30:33.774788440 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.plasma-vault.new.26092/plasma-vault.changes   
2020-02-21 10:53:28.175435553 +0100
@@ -1,0 +2,11 @@
+Tue Feb 18 14:05:59 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.1.php
+- Changes since 5.18.0:
+  * Extract messages from header file as well
+  * Replace plasma.kde.org with kde.org/plasma-desktop
+
+---

Old:

  plasma-vault-5.18.0.tar.xz
  plasma-vault-5.18.0.tar.xz.sig

New:

  plasma-vault-5.18.1.tar.xz
  plasma-vault-5.18.1.tar.xz.sig



Other differences:
--
++ plasma-vault.spec ++
--- /var/tmp/diff_new_pack.fzcoot/_old  2020-02-21 10:53:28.463436186 +0100
+++ /var/tmp/diff_new_pack.fzcoot/_new  2020-02-21 10:53:28.467436195 +0100
@@ -19,15 +19,15 @@
 %define kf5_version 5.58.0
 %bcond_without lang
 Name:   plasma-vault
-Version:5.18.0
+Version:5.18.1
 Release:0
 Summary:Plasma applet and services for creating encrypted vaults
 License:GPL-2.0-or-later
 Group:  Productivity/Security
 Url:http://www.kde.org
-Source: plasma-vault-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-vault-%{version}.tar.xz
 %if %{with lang}
-Source1:plasma-vault-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-vault-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= %{kf5_version}

++ plasma-vault-5.18.0.tar.xz -> plasma-vault-5.18.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.18.0/CMakeLists.txt 
new/plasma-vault-5.18.1/CMakeLists.txt
--- old/plasma-vault-5.18.0/CMakeLists.txt  2020-02-06 14:28:18.0 
+0100
+++ new/plasma-vault-5.18.1/CMakeLists.txt  2020-02-18 14:22:41.0 
+0100
@@ -4,7 +4,7 @@
 
 project (PlasmaVault)
 
-set(PROJECT_VERSION "5.18.0")
+set(PROJECT_VERSION "5.18.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (PLASMAVAULT_VERSION "0.1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.18.0/Messages.sh 
new/plasma-vault-5.18.1/Messages.sh
--- old/plasma-vault-5.18.0/Messages.sh 2020-02-06 14:28:18.0 +0100
+++ new/plasma-vault-5.18.1/Messages.sh 2020-02-18 14:22:41.0 +0100
@@ -1,4 +1,4 @@
 #! /usr/bin/env bash
 $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
-$XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o 
$podir/plasmavault-kde.pot
+$XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp -o -name \*.h` 
-o $podir/plasmavault-kde.pot
 rm -f rc.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.18.0/plasma/package/metadata.desktop 
new/plasma-vault-5.18.1/plasma/package/metadata.desktop
--- old/plasma-vault-5.18.0/plasma/package/metadata.desktop 2020-02-06 
14:28:18.0 +0100
+++ new/plasma-vault-5.18.1/plasma/package/metadata.desktop 2020-02-18 
14:22:41.0 +0100
@@ -93,7 +93,7 @@
 X-KDE-PluginInfo-Email=ivan.cukic at kde.org
 X-KDE-PluginInfo-Name=org.kde.plasma.vault
 X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=https://plasma.kde.org/
+X-KDE-PluginInfo-Website=https://kde.org/plasma-desktop/
 X-KDE-PluginInfo-Category=Utilities
 X-KDE-PluginInfo-Depends=
 X-KDE-PluginInfo-License=GPL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.18.0/po/ar/plasmavault-kde.po 
new/plasma-vault-5.18.1/po/ar/plasmavault-kde.po
--- old/plasma-vault-5.18.0/po/ar/plasmavault-kde.po2020-02-06 
14:28:29.0 +0100
+++ new/plasma-vault-5.18.1/po/ar/plasmavault-kde.po2020-02-18 
14:22:51.0 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2020-01-08 03:51+0100\n"
+"POT-Creation-Date: 2020-02-17 08:31+0100\n"
 "PO-Revision-Date: 2017-07-28 15:14+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
@@ 

commit plasma-vault for openSUSE:Leap:15.2

2020-02-16 Thread root
Hello community,

here is the log from the commit of package plasma-vault for openSUSE:Leap:15.2 
checked in at 2020-02-16 18:29:57

Comparing /work/SRC/openSUSE:Leap:15.2/plasma-vault (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.plasma-vault.new.26092 (New)


Package is "plasma-vault"

Sun Feb 16 18:29:57 2020 rev:55 rq:774542 version:5.18.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/plasma-vault/plasma-vault.changes  
2020-01-15 15:44:14.103282109 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.plasma-vault.new.26092/plasma-vault.changes   
2020-02-16 18:30:33.774788440 +0100
@@ -1,0 +2,25 @@
+Thu Feb  6 15:10:08 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.0.php
+- No code changes since 5.17.90
+
+---
+Thu Jan 23 11:20:41 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build
+
+---
+Thu Jan 16 14:04:22 UTC 2020 - Fabian Vogt 
+
+- Update to 5.17.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.90.php
+- Changes since 5.17.5:
+  * Dynamically show and hide based on whether or not any vaults are configured
+  * Add KDEClangFormat cmake support
+
+---

Old:

  plasma-vault-5.17.5.tar.xz
  plasma-vault-5.17.5.tar.xz.sig

New:

  plasma-vault-5.18.0.tar.xz
  plasma-vault-5.18.0.tar.xz.sig



Other differences:
--
++ plasma-vault.spec ++
--- /var/tmp/diff_new_pack.mmzV3u/_old  2020-02-16 18:30:35.170789171 +0100
+++ /var/tmp/diff_new_pack.mmzV3u/_new  2020-02-16 18:30:35.210789192 +0100
@@ -19,15 +19,15 @@
 %define kf5_version 5.58.0
 %bcond_without lang
 Name:   plasma-vault
-Version:5.17.5
+Version:5.18.0
 Release:0
 Summary:Plasma applet and services for creating encrypted vaults
 License:GPL-2.0-or-later
 Group:  Productivity/Security
 Url:http://www.kde.org
-Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-vault-%{version}.tar.xz
+Source: plasma-vault-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-vault-%{version}.tar.xz.sig
+Source1:plasma-vault-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
@@ -86,7 +86,7 @@
 
 %build
 %cmake_kf5 -d build
-%make_jobs
+%cmake_build
 
 %install
 %make_install -C build

++ plasma-vault-5.17.5.tar.xz -> plasma-vault-5.18.0.tar.xz ++
 3641 lines of diff (skipped)