Hello community,
here is the log from the commit of package lxqt-openssh-askpass for
openSUSE:Factory checked in at 2019-03-01 16:49:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-openssh-askpass (Old)
and /work/SRC/openSUSE:Factory/.lxqt-openssh-askpass.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-openssh-askpass"
Fri Mar 1 16:49:31 2019 rev:11 rq:680430 version:0.14.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/lxqt-openssh-askpass/lxqt-openssh-askpass.changes
2019-02-25 17:49:27.182806579 +0100
+++
/work/SRC/openSUSE:Factory/.lxqt-openssh-askpass.new.28833/lxqt-openssh-askpass.changes
2019-03-01 16:49:31.917751377 +0100
@@ -1,0 +2,6 @@
+Fri Mar 1 09:59:38 UTC 2019 - [email protected]
+
+- Update to 0.14.1:
+ * Only translations was changed
+
+-------------------------------------------------------------------
Old:
----
lxqt-openssh-askpass-0.14.0.tar.xz
lxqt-openssh-askpass-0.14.0.tar.xz.asc
New:
----
lxqt-openssh-askpass-0.14.1.tar.xz
lxqt-openssh-askpass-0.14.1.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lxqt-openssh-askpass.spec ++++++
--- /var/tmp/diff_new_pack.WpgGbr/_old 2019-03-01 16:49:32.869751019 +0100
+++ /var/tmp/diff_new_pack.WpgGbr/_new 2019-03-01 16:49:32.869751019 +0100
@@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: lxqt-openssh-askpass
-Version: 0.14.0
+Version: 0.14.1
Release: 0
Summary: OpenSSH password tool
License: GPL-2.0-or-later AND LGPL-2.1-or-later
++++++ lxqt-openssh-askpass-0.14.0.tar.xz -> lxqt-openssh-askpass-0.14.1.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-openssh-askpass-0.14.0/CHANGELOG
new/lxqt-openssh-askpass-0.14.1/CHANGELOG
--- old/lxqt-openssh-askpass-0.14.0/CHANGELOG 2019-01-24 23:02:38.000000000
+0100
+++ new/lxqt-openssh-askpass-0.14.1/CHANGELOG 2019-02-25 23:11:13.000000000
+0100
@@ -1,3 +1,8 @@
+lxqt-openssh-askpass-0.14.1 / 2019-02-25
+========================================
+
+ * Bumped version to 0.14.1
+ * Only translations was changed.
lxqt-openssh-askpass-0.14.0 / 2019-01-25
========================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-openssh-askpass-0.14.0/CMakeLists.txt
new/lxqt-openssh-askpass-0.14.1/CMakeLists.txt
--- old/lxqt-openssh-askpass-0.14.0/CMakeLists.txt 2019-01-24
23:02:38.000000000 +0100
+++ new/lxqt-openssh-askpass-0.14.1/CMakeLists.txt 2019-02-25
23:11:13.000000000 +0100
@@ -16,7 +16,7 @@
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files"
OFF)
# Minimum Versions
-set(LXQT_MINIMUM_VERSION "0.14.0")
+set(LXQT_MINIMUM_VERSION "0.14.1")
set(QT_MINIMUM_VERSION "5.7.1")
find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED)
@@ -25,7 +25,7 @@
message(STATUS "Building with Qt${Qt5Core_VERSION}")
# Patch Version
-set(LXQT_ASKPASS_PATCH_VERSION 0)
+set(LXQT_ASKPASS_PATCH_VERSION 1)
set(LXQT_ASKPASS_VERSION
${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_ADMIN_ASKPASS_VERSION})
add_definitions("-DLXQT_ASKPASS_VERSION=\"${LXQT_ASKPASS_VERSION}\"")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-openssh-askpass-0.14.0/translations/lxqt-openssh-askpass_fr.ts
new/lxqt-openssh-askpass-0.14.1/translations/lxqt-openssh-askpass_fr.ts
--- old/lxqt-openssh-askpass-0.14.0/translations/lxqt-openssh-askpass_fr.ts
2019-01-24 23:02:38.000000000 +0100
+++ new/lxqt-openssh-askpass-0.14.1/translations/lxqt-openssh-askpass_fr.ts
2019-02-25 23:11:13.000000000 +0100
@@ -6,12 +6,12 @@
<message>
<location filename="../src/mainwindow.ui" line="14"/>
<source>OpenSSH Authentication Passphrase request</source>
- <translation>Demande de la PassPhrase de OpenSSH</translation>
+ <translation>Authentification OpenSSH demande de mot de
passe</translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="20"/>
<source>Enter your SSH passphrase for request:</source>
- <translation>Entrez votre PassPhrase de SSH :</translation>
+ <translation>Entrez votre mot de passe SSH pour la requête
:</translation>
</message>
</context>
<context>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-openssh-askpass-0.14.0/translations/lxqt-openssh-askpass_pt.ts
new/lxqt-openssh-askpass-0.14.1/translations/lxqt-openssh-askpass_pt.ts
--- old/lxqt-openssh-askpass-0.14.0/translations/lxqt-openssh-askpass_pt.ts
2019-01-24 23:02:38.000000000 +0100
+++ new/lxqt-openssh-askpass-0.14.1/translations/lxqt-openssh-askpass_pt.ts
2019-02-25 23:11:13.000000000 +0100
@@ -6,12 +6,12 @@
<message>
<location filename="../src/mainwindow.ui" line="14"/>
<source>OpenSSH Authentication Passphrase request</source>
- <translation>Pedido de palavra-passe de autenticação
OpenSSH</translation>
+ <translation>Pedido de palavra-passe para autenticação
OpenSSH</translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="20"/>
<source>Enter your SSH passphrase for request:</source>
- <translation>Digite a palavra-passe SSH para o pedido:</translation>
+ <translation>Introduza a palavra-passe SSH para o pedido:</translation>
</message>
</context>
<context>