Hello community,

here is the log from the commit of package kwallet for openSUSE:Factory checked 
in at 2016-07-15 12:40:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwallet (Old)
 and      /work/SRC/openSUSE:Factory/.kwallet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwallet"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwallet/kwallet.changes  2016-07-03 
12:25:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kwallet.new/kwallet.changes     2016-07-15 
12:40:15.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 15:06:35 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.24.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.24.0.php
+
+-------------------------------------------------------------------

Old:
----
  kwallet-5.23.0.tar.xz

New:
----
  kwallet-5.24.0.tar.xz

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

Other differences:
------------------
++++++ kwallet.spec ++++++
--- /var/tmp/diff_new_pack.kTMXrN/_old  2016-07-15 12:40:15.000000000 +0200
+++ /var/tmp/diff_new_pack.kTMXrN/_new  2016-07-15 12:40:15.000000000 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Wallet5
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:           kwallet
-Version:        5.23.0
+Version:        5.24.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++++++ kwallet-5.23.0.tar.xz -> kwallet-5.24.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.23.0/CMakeLists.txt 
new/kwallet-5.24.0/CMakeLists.txt
--- old/kwallet-5.23.0/CMakeLists.txt   2016-06-06 13:48:46.000000000 +0200
+++ new/kwallet-5.24.0/CMakeLists.txt   2016-07-03 11:26:16.000000000 +0200
@@ -4,7 +4,7 @@
 set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
 
 include(FeatureSummary)
-find_package(ECM 5.23.0  NO_MODULE)
+find_package(ECM 5.24.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -14,8 +14,8 @@
 set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 
-set(KF5_VERSION "5.23.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
+set(KF5_VERSION "5.24.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
@@ -38,5 +38,8 @@
 add_subdirectory(src)
 add_subdirectory(autotests)
 add_subdirectory(tests)
+if (KF5DocTools_FOUND)
+    add_subdirectory(docs)
+endif()
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.23.0/docs/CMakeLists.txt 
new/kwallet-5.24.0/docs/CMakeLists.txt
--- old/kwallet-5.23.0/docs/CMakeLists.txt      1970-01-01 01:00:00.000000000 
+0100
+++ new/kwallet-5.24.0/docs/CMakeLists.txt      2016-07-03 11:26:16.000000000 
+0200
@@ -0,0 +1,10 @@
+#
+# The main documentation is written using asciidoc
+# So, the files *.adoc are the documentation sources
+# These are converted to docbook format using the a2x
+# tool that commes with the asciidoc package
+#
+FIND_PACKAGE(KF5 ${KF5_VERSION} REQUIRED DocTools)
+
+set(m kwallet-query)
+kdoctools_create_manpage(man-${m}.1.docbook 1 INSTALL_DESTINATION 
${KDE_INSTALL_MANDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.23.0/docs/man-kwallet-query.1.docbook 
new/kwallet-5.24.0/docs/man-kwallet-query.1.docbook
--- old/kwallet-5.23.0/docs/man-kwallet-query.1.docbook 1970-01-01 
01:00:00.000000000 +0100
+++ new/kwallet-5.24.0/docs/man-kwallet-query.1.docbook 2016-07-03 
11:26:16.000000000 +0200
@@ -0,0 +1,169 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE 
+refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
+"dtd/kdedbx45.dtd"
+[
+  <!ENTITY % English "INCLUDE"><!-- change language only here -->
+]>
+<refentry lang="&language;">
+  <refentryinfo>
+    <title>kwallet-query(1)</title>
+    <author>
+      <firstname>Valentin</firstname>
+      <surname>Rusu</surname>
+      <contrib>Original author</contrib>
+      <address>
+        <email>k...@rusu.info</email>
+      </address>
+    </author>
+    <date>2015-06-14</date>
+    <releaseinfo>Frameworks 5.11</releaseinfo>
+    <productname>KDE Frameworks</productname>
+  </refentryinfo>
+  <refmeta>
+    <refentrytitle>kwallet-query</refentrytitle>
+    <manvolnum>1</manvolnum>
+    <refmiscinfo class="source">&#160;</refmiscinfo>
+    <refmiscinfo class="manual">&#160;</refmiscinfo>
+  </refmeta>
+  <refnamediv>
+    <refname>kwallet-query</refname>
+    <refpurpose>KDE Wallet command-line manipulation tool</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv id="_synopsis">
+    <simpara>
+      <emphasis role="strong">kwallet-query</emphasis>
+      <emphasis>OPTIONS</emphasis>
+      <emphasis>wallet</emphasis>
+    </simpara>
+  </refsynopsisdiv>
+  <refsect1 id="_description">
+    <title>DESCRIPTION</title>
+    <simpara>kwallet-query comes in handy when shell scripts need to read or 
update the KDE Wallet. It works by manipulating the entries displayed in the 
<emphasis role="strong">KDE Wallet Manager</emphasis> utility. It&#8217;s only 
parameter is the <emphasis>wallet</emphasis>name the tool should read or 
update. The operation mode is specified by the options.</simpara>
+  </refsect1>
+  <refsect1 id="_options">
+    <title>OPTIONS</title>
+    <variablelist>
+      <varlistentry>
+        <term>
+          <emphasis role="strong">-h,--help</emphasis>
+        </term>
+        <listitem>
+          <simpara>Display a short help message</simpara>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <emphasis role="strong">-l,--list-entries</emphasis>
+        </term>
+        <listitem>
+          <simpara>List password entries. These are the folder names displayed 
in the <emphasis role="strong">KDE Wallet Manager</emphasis> utility. If the 
<emphasis role="strong">-f</emphasis> option is given, this will only display 
the subfolders of the specified folder.</simpara>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <emphasis role="strong">-r,--read-password</emphasis>
+          <emphasis>Entry</emphasis>
+        </term>
+        <listitem>
+          <simpara>Read the contents of the given <emphasis>Entry</emphasis> 
from the <emphasis role="strong">Folder</emphasis>section of the 
<emphasis>wallet</emphasis> and output it on the standard output. Maps are 
exported as JSON object.</simpara>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <emphasis role="strong">-w,--write-password</emphasis>
+          <emphasis>Entry</emphasis>
+        </term>
+        <listitem>
+          <simpara>Write secrets to the given <emphasis>Entry</emphasis> under 
the <emphasis role="strong">Folder</emphasis> section of the given 
<emphasis>wallet</emphasis>. The secrets are read from the standard input. Maps 
take in input a well-formed JSON object.  <emphasis 
role="strong">IMPORTANT</emphasis> previous wallet entry value will be 
overwritten by this option, so be careful when using it!</simpara>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <emphasis role="strong">-f,--folder</emphasis>
+          <emphasis>Folder</emphasis>
+        </term>
+        <listitem>
+          <simpara>Set the <emphasis>wallet</emphasis> folder to 
<emphasis>Folder</emphasis> value. By default <emphasis 
role="strong">Passwords</emphasis> is used.</simpara>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <emphasis role="strong">-v,--verbose</emphasis>
+        </term>
+        <listitem>
+          <simpara>Output more information when performing the operation, to
+          help debugging.</simpara>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1 id="_exit_status">
+    <title>EXIT STATUS</title>
+    <variablelist>
+      <varlistentry>
+        <term>
+          <emphasis role="strong">0</emphasis>
+        </term>
+        <listitem>
+          <simpara>Success</simpara>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <emphasis role="strong">1</emphasis>
+        </term>
+        <listitem>
+          <simpara>The wallet
+          <emphasis>wallet</emphasis> was not found</simpara>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <emphasis role="strong">2</emphasis>
+        </term>
+        <listitem>
+          <simpara>The wallet
+          <emphasis>wallet</emphasis> could not be opened. For example, that
+          would be an indication of a bad password entry or some other
+          problem with the KDE Wallet system</simpara>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <emphasis role="strong">3</emphasis>
+        </term>
+        <listitem>
+          <simpara>The <emphasis role="strong">Folder</emphasis> section was 
not found inside the wallet <emphasis>wallet</emphasis>. Perhaps the wallet 
file is corrupt?</simpara>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <emphasis role="strong">4</emphasis>
+        </term>
+        <listitem>
+          <simpara>The read or write operation has failed for some
+          reason.</simpara>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1 id="_bugs">
+    <title>BUGS</title>
+    <simpara>Please report all bugs on the KDE bug reporting website:
+    bugs.kde.org. Be sure to select kwallet-query when submitting your
+    bug-report.</simpara>
+  </refsect1>
+  <refsect1 id="_author">
+    <title>AUTHOR</title>
+    <simpara>kwallet-query was originally written by Valentin Rusu and is
+    part of KDE.</simpara>
+  </refsect1>
+  <refsect1 id="_copying">
+    <title>COPYING</title>
+    <simpara>Copyright (C) 2015 Valentin Rusu. Free use of this software is
+    granted under the terms of the GNU General Public License
+    (GPL).</simpara>
+  </refsect1>
+</refentry>
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.23.0/docs/using.adoc 
new/kwallet-5.24.0/docs/using.adoc
--- old/kwallet-5.23.0/docs/using.adoc  1970-01-01 01:00:00.000000000 +0100
+++ new/kwallet-5.24.0/docs/using.adoc  2016-07-03 11:26:16.000000000 +0200
@@ -0,0 +1,6 @@
+= Using the kwallet-query tool
+
+See this for an example usage:
+https://github.com/valir/kwallet-dmenu
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.23.0/metainfo.yaml 
new/kwallet-5.24.0/metainfo.yaml
--- old/kwallet-5.23.0/metainfo.yaml    2016-06-06 13:48:46.000000000 +0200
+++ new/kwallet-5.24.0/metainfo.yaml    2016-07-03 11:26:16.000000000 +0200
@@ -3,7 +3,9 @@
 tier: 3
 type: solution
 platforms:
-    - name: All
+    - name: Linux
+    - name: Windows
+    - name: MacOSX
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.23.0/po/ca/kwalletd5.po 
new/kwallet-5.24.0/po/ca/kwalletd5.po
--- old/kwallet-5.23.0/po/ca/kwalletd5.po       2016-06-06 13:48:46.000000000 
+0200
+++ new/kwallet-5.24.0/po/ca/kwalletd5.po       2016-07-03 11:26:16.000000000 
+0200
@@ -1,23 +1,23 @@
 # Translation of kwalletd5.po to Catalan
-# Copyright (C) 2014-2015 This_file_is_part_of_KDE
+# Copyright (C) 2014-2016 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Josep Ma. Ferrer <txe...@gmail.com>, 2008, 2009, 2010, 2013, 2014, 2015.
+# Josep Ma. Ferrer <txe...@gmail.com>, 2008, 2009, 2010, 2013, 2014, 2015, 
2016.
 # Antoni Bella Pérez <antonibel...@yahoo.com>, 2014, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kwalletd5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-05-24 09:08+0000\n"
-"PO-Revision-Date: 2015-11-07 14:04+0100\n"
-"Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
+"PO-Revision-Date: 2016-06-07 20:34+0200\n"
+"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 1.5\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -139,7 +139,7 @@
 
 #: backend/kwalletbackend.cc:270
 msgid "Unsupported file format revision."
-msgstr "Revisió del format de fitxer no implementat."
+msgstr "Revisió de format de fitxer no admesa."
 
 #: backend/kwalletbackend.cc:274
 msgid "Unknown encryption scheme."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.23.0/po/ca@valencia/kwalletd5.po 
new/kwallet-5.24.0/po/ca@valencia/kwalletd5.po
--- old/kwallet-5.23.0/po/ca@valencia/kwalletd5.po      2016-06-06 
13:48:46.000000000 +0200
+++ new/kwallet-5.24.0/po/ca@valencia/kwalletd5.po      2016-07-03 
11:26:16.000000000 +0200
@@ -3,21 +3,21 @@
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Josep Ma. Ferrer <txe...@gmail.com>, 2008, 2009, 2010, 2013, 2014, 2015.
+# Josep Ma. Ferrer <txe...@gmail.com>, 2008, 2009, 2010, 2013, 2014, 2015, 
2016.
 # Antoni Bella Pérez <antonibel...@yahoo.com>, 2014, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kwalletd5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-05-24 09:08+0000\n"
-"PO-Revision-Date: 2015-11-07 14:04+0100\n"
-"Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
+"PO-Revision-Date: 2016-06-07 20:34+0200\n"
+"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 1.5\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -139,7 +139,7 @@
 
 #: backend/kwalletbackend.cc:270
 msgid "Unsupported file format revision."
-msgstr "Revisió del format de fitxer no implementat."
+msgstr "Revisió de format de fitxer no admesa."
 
 #: backend/kwalletbackend.cc:274
 msgid "Unknown encryption scheme."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.23.0/po/it/kwallet-query.po 
new/kwallet-5.24.0/po/it/kwallet-query.po
--- old/kwallet-5.23.0/po/it/kwallet-query.po   2016-06-06 13:48:46.000000000 
+0200
+++ new/kwallet-5.24.0/po/it/kwallet-query.po   2016-07-03 11:26:16.000000000 
+0200
@@ -14,7 +14,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 2.0\n"
 
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.23.0/po/it/kwalletd5.po 
new/kwallet-5.24.0/po/it/kwalletd5.po
--- old/kwallet-5.23.0/po/it/kwalletd5.po       2016-06-06 13:48:46.000000000 
+0200
+++ new/kwallet-5.24.0/po/it/kwalletd5.po       2016-07-03 11:26:16.000000000 
+0200
@@ -19,7 +19,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 1.5\n"
 
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwallet-5.23.0/src/runtime/kwallet-query/CMakeLists.txt 
new/kwallet-5.24.0/src/runtime/kwallet-query/CMakeLists.txt
--- old/kwallet-5.23.0/src/runtime/kwallet-query/CMakeLists.txt 2016-06-06 
13:48:46.000000000 +0200
+++ new/kwallet-5.24.0/src/runtime/kwallet-query/CMakeLists.txt 2016-07-03 
11:26:16.000000000 +0200
@@ -1,7 +1,3 @@
 project(kwallet-dmenu)
 
 add_subdirectory(src)
-
-if (KF5DocTools_FOUND)
-    add_subdirectory(doc)
-endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwallet-5.23.0/src/runtime/kwallet-query/doc/CMakeLists.txt 
new/kwallet-5.24.0/src/runtime/kwallet-query/doc/CMakeLists.txt
--- old/kwallet-5.23.0/src/runtime/kwallet-query/doc/CMakeLists.txt     
2016-06-06 13:48:46.000000000 +0200
+++ new/kwallet-5.24.0/src/runtime/kwallet-query/doc/CMakeLists.txt     
1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
-#
-# The main documentation is written using asciidoc
-# So, the files *.adoc are the documentation sources
-# These are converted to docbook format using the a2x
-# tool that commes with the asciidoc package
-#
-FIND_PACKAGE(KF5 ${KF5_VERSION} REQUIRED DocTools)
-
-set(m kwallet-query)
-kdoctools_create_manpage(man-${m}.1.docbook 1 INSTALL_DESTINATION 
${KDE_INSTALL_MANDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwallet-5.23.0/src/runtime/kwallet-query/doc/man-kwallet-query.1.docbook 
new/kwallet-5.24.0/src/runtime/kwallet-query/doc/man-kwallet-query.1.docbook
--- 
old/kwallet-5.23.0/src/runtime/kwallet-query/doc/man-kwallet-query.1.docbook    
    2016-06-06 13:48:46.000000000 +0200
+++ 
new/kwallet-5.24.0/src/runtime/kwallet-query/doc/man-kwallet-query.1.docbook    
    1970-01-01 01:00:00.000000000 +0100
@@ -1,169 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE 
-refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
-"dtd/kdedbx45.dtd"
-[
-  <!ENTITY % English "INCLUDE"><!-- change language only here -->
-]>
-<refentry lang="&language;">
-  <refentryinfo>
-    <title>kwallet-query(1)</title>
-    <author>
-      <firstname>Valentin</firstname>
-      <surname>Rusu</surname>
-      <contrib>Original author</contrib>
-      <address>
-        <email>k...@rusu.info</email>
-      </address>
-    </author>
-    <date>2015-06-14</date>
-    <releaseinfo>Frameworks 5.11</releaseinfo>
-    <productname>KDE Frameworks</productname>
-  </refentryinfo>
-  <refmeta>
-    <refentrytitle>kwallet-query</refentrytitle>
-    <manvolnum>1</manvolnum>
-    <refmiscinfo class="source">&#160;</refmiscinfo>
-    <refmiscinfo class="manual">&#160;</refmiscinfo>
-  </refmeta>
-  <refnamediv>
-    <refname>kwallet-query</refname>
-    <refpurpose>KDE Wallet command-line manipulation tool</refpurpose>
-  </refnamediv>
-  <refsynopsisdiv id="_synopsis">
-    <simpara>
-      <emphasis role="strong">kwallet-query</emphasis>
-      <emphasis>OPTIONS</emphasis>
-      <emphasis>wallet</emphasis>
-    </simpara>
-  </refsynopsisdiv>
-  <refsect1 id="_description">
-    <title>DESCRIPTION</title>
-    <simpara>kwallet-query comes in handy when shell scripts need to read or 
update the KDE Wallet. It works by manipulating the entries displayed in the 
<emphasis role="strong">KDE Wallet Manager</emphasis> utility. It&#8217;s only 
parameter is the <emphasis>wallet</emphasis>name the tool should read or 
update. The operation mode is specified by the options.</simpara>
-  </refsect1>
-  <refsect1 id="_options">
-    <title>OPTIONS</title>
-    <variablelist>
-      <varlistentry>
-        <term>
-          <emphasis role="strong">-h,--help</emphasis>
-        </term>
-        <listitem>
-          <simpara>Display a short help message</simpara>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <emphasis role="strong">-l,--list-entries</emphasis>
-        </term>
-        <listitem>
-          <simpara>List password entries. These are the folder names displayed 
in the <emphasis role="strong">KDE Wallet Manager</emphasis> utility. If the 
<emphasis role="strong">-f</emphasis> option is given, this will only display 
the subfolders of the specified folder.</simpara>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <emphasis role="strong">-r,--read-password</emphasis>
-          <emphasis>Entry</emphasis>
-        </term>
-        <listitem>
-          <simpara>Read the contents of the given <emphasis>Entry</emphasis> 
from the <emphasis role="strong">Folder</emphasis>section of the 
<emphasis>wallet</emphasis> and output it on the standard output. Maps are 
exported as JSON object.</simpara>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <emphasis role="strong">-w,--write-password</emphasis>
-          <emphasis>Entry</emphasis>
-        </term>
-        <listitem>
-          <simpara>Write secrets to the given <emphasis>Entry</emphasis> under 
the <emphasis role="strong">Folder</emphasis> section of the given 
<emphasis>wallet</emphasis>. The secrets are read from the standard input. Maps 
take in input a well-formed JSON object.  <emphasis 
role="strong">IMPORTANT</emphasis> previous wallet entry value will be 
overwritten by this option, so be careful when using it!</simpara>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <emphasis role="strong">-f,--folder</emphasis>
-          <emphasis>Folder</emphasis>
-        </term>
-        <listitem>
-          <simpara>Set the <emphasis>wallet</emphasis> folder to 
<emphasis>Folder</emphasis> value. By default <emphasis 
role="strong">Passwords</emphasis> is used.</simpara>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <emphasis role="strong">-v,--verbose</emphasis>
-        </term>
-        <listitem>
-          <simpara>Output more information when performing the operation, to
-          help debugging.</simpara>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1 id="_exit_status">
-    <title>EXIT STATUS</title>
-    <variablelist>
-      <varlistentry>
-        <term>
-          <emphasis role="strong">0</emphasis>
-        </term>
-        <listitem>
-          <simpara>Success</simpara>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <emphasis role="strong">1</emphasis>
-        </term>
-        <listitem>
-          <simpara>The wallet 
-          <emphasis>wallet</emphasis> was not found</simpara>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <emphasis role="strong">2</emphasis>
-        </term>
-        <listitem>
-          <simpara>The wallet 
-          <emphasis>wallet</emphasis> could not be opened. For example, that
-          would be an indication of a bad password entry or some other
-          problem with the KDE Wallet system</simpara>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <emphasis role="strong">3</emphasis>
-        </term>
-        <listitem>
-          <simpara>The <emphasis role="strong">Folder</emphasis> section was 
not found inside the wallet <emphasis>wallet</emphasis>. Perhaps the wallet 
file is corrupt?</simpara>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <emphasis role="strong">4</emphasis>
-        </term>
-        <listitem>
-          <simpara>The read or write operation has failed for some
-          reason.</simpara>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1 id="_bugs">
-    <title>BUGS</title>
-    <simpara>Please report all bugs on the KDE bug reporting website:
-    bugs.kde.org. Be sure to select kwallet-query when submitting your
-    bug-report.</simpara>
-  </refsect1>
-  <refsect1 id="_author">
-    <title>AUTHOR</title>
-    <simpara>kwallet-query was originally written by Valentin Rusu and is
-    part of KDE.</simpara>
-  </refsect1>
-  <refsect1 id="_copying">
-    <title>COPYING</title>
-    <simpara>Copyright (C) 2015 Valentin Rusu. Free use of this software is
-    granted under the terms of the GNU General Public License
-    (GPL).</simpara>
-  </refsect1>
-</refentry>
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwallet-5.23.0/src/runtime/kwallet-query/doc/using.adoc 
new/kwallet-5.24.0/src/runtime/kwallet-query/doc/using.adoc
--- old/kwallet-5.23.0/src/runtime/kwallet-query/doc/using.adoc 2016-06-06 
13:48:46.000000000 +0200
+++ new/kwallet-5.24.0/src/runtime/kwallet-query/doc/using.adoc 1970-01-01 
01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-= Using the kwallet-query tool
-
-See this for an example usage:
-https://github.com/valir/kwallet-dmenu
-
-


Reply via email to