Hello community,
here is the log from the commit of package lxqt-openssh-askpass for
openSUSE:Factory checked in at 2016-10-06 12:43:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-openssh-askpass (Old)
and /work/SRC/openSUSE:Factory/.lxqt-openssh-askpass.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-openssh-askpass"
Changes:
--------
---
/work/SRC/openSUSE:Factory/lxqt-openssh-askpass/lxqt-openssh-askpass.changes
2015-11-13 23:35:36.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.lxqt-openssh-askpass.new/lxqt-openssh-askpass.changes
2016-10-06 12:43:53.000000000 +0200
@@ -1,0 +2,15 @@
+Sat Sep 24 21:13:57 UTC 2016 - [email protected]
+
+- Update to 0.11.0:
+ * Rework README.md
+ * build: Use external translations
+ * ts-files removal (#19)
+ * Fix typo in German translation (#18)
+ * Bump year Fix licenses, lxqt-openssh-askpass is LGPL only
+ * Italian translation update
+ * Fix target language in translation file template
+ * Remove ru_RU translation file
+ * new: lxqt-openssh-askpass_hu.ts
+- Add keyring
+
+-------------------------------------------------------------------
Old:
----
lxqt-openssh-askpass-0.10.0.tar.xz
New:
----
lxqt-openssh-askpass-0.11.0.tar.xz
lxqt-openssh-askpass-0.11.0.tar.xz.asc
lxqt-openssh-askpass.keyring
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lxqt-openssh-askpass.spec ++++++
--- /var/tmp/diff_new_pack.9MtvkN/_old 2016-10-06 12:43:54.000000000 +0200
+++ /var/tmp/diff_new_pack.9MtvkN/_new 2016-10-06 12:43:54.000000000 +0200
@@ -17,43 +17,40 @@
Name: lxqt-openssh-askpass
-Version: 0.10.0
+Version: 0.11.0
Release: 0
Summary: Openssh password tool
License: GPL-2.0+ and LGPL-2.1+
-Group: System/GUI/LXDE-Qt
-Url: http://www.lxde.org
+Group: System/GUI/LXQt
+Url: http://www.lxqt.org
Source:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
+Source1:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
+Source2: %{name}.keyring
BuildRequires: cmake >= 3.0.2
-BuildRequires: fdupes
-BuildRequires: kwindowsystem-devel
+BuildRequires: cmake(KF5WindowSystem)
BuildRequires: pkgconfig(Qt5UiTools)
BuildRequires: pkgconfig(lxqt) >= %{version}
+Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Tool that will prompt user for password when using openssh in lxqt
-%lang_package
-
%prep
%setup -q
%build
-%cmake
+%cmake -DPULL_TRANSLATIONS=No
make %{?_smp_mflags}
%install
%cmake_install
-%fdupes -s %{buildroot}%{_datadir}
+install -Dm 0644 man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
%files
%defattr(-,root,root)
%doc AUTHORS LICENSE README.md
%{_bindir}/%{name}
-
-%files lang
-%defattr(-,root,root)
-%{_datadir}/lxqt/translations
+%{_mandir}/man?/%{name}.?%{ext_man}
%changelog
++++++ lxqt-openssh-askpass-0.10.0.tar.xz -> lxqt-openssh-askpass-0.11.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-openssh-askpass-0.10.0/.gitignore
new/lxqt-openssh-askpass-0.11.0/.gitignore
--- old/lxqt-openssh-askpass-0.10.0/.gitignore 1970-01-01 01:00:00.000000000
+0100
+++ new/lxqt-openssh-askpass-0.11.0/.gitignore 2016-09-24 00:45:34.000000000
+0200
@@ -0,0 +1,2 @@
+build
+translations/lxqt-openssh-askpass
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-openssh-askpass-0.10.0/AUTHORS
new/lxqt-openssh-askpass-0.11.0/AUTHORS
--- old/lxqt-openssh-askpass-0.10.0/AUTHORS 2015-10-31 01:24:28.000000000
+0100
+++ new/lxqt-openssh-askpass-0.11.0/AUTHORS 2016-09-24 00:45:34.000000000
+0200
@@ -4,7 +4,7 @@
Copyright:
Copyright (c) 2010-2012 Razor team
- Copyright (c) 2012-2014 LXQt team
+ Copyright (c) 2012-2016 LXQt team
-License: GPL-2 and LGPL-2.1+
+License: LGPL-2.1+
The full text of the licenses can be found in the 'COPYING' file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-openssh-askpass-0.10.0/CHANGELOG
new/lxqt-openssh-askpass-0.11.0/CHANGELOG
--- old/lxqt-openssh-askpass-0.10.0/CHANGELOG 1970-01-01 01:00:00.000000000
+0100
+++ new/lxqt-openssh-askpass-0.11.0/CHANGELOG 2016-09-24 00:45:34.000000000
+0200
@@ -0,0 +1,74 @@
+
+lxqt-openssh-askpass-0.11.0 / 2016-09-24
+========================================
+
+ * Rework README.md
+ * build: Use external translations
+ * ts-files removal (#19)
+ * Fix typo in German translation (#18)
+ * Bump year Fix licenses, lxqt-openssh-askpass is LGPL only
+ * Italian translation update
+ * Fix target language in translation file template
+ * Remove ru_RU translation file
+ * new: lxqt-openssh-askpass_hu.ts
+
+0.10.0 / 2015-10-31
+===================
+
+ * Update translations
+ * Improve README
+ * Fix license file
+ * Fix typos in man page
+ * Add Greek (el) translation
+ * Rename LxQt to LXQt everywhere
+ * Fix typos
+ * Handles CMake policy CMP0063
+ * Use the LXQtCompilerSettings CMake module
+ * Adds Runtime COMPONENT
+ * Coding style changes
+ * Use GNUInstallDirs
+ * Use CMAKE_AUTOUIC, drop qt5_wrap_ui()
+ * Use CMAKE_AUTOMOC, drop qt5_wrap_cpp()
+ * Removes unneeded entries from include_directories()
+ * Updates the build system to use the Targets infrastructure
+ * Fix naming and links
+
+0.9.0 / 2015-01-25
+==================
+
+ * Added german translation.
+ * File name was ok but language name wasn´t. My mistake.
+ * Makes translation filename match language="pt_PT"
+ * Portuguese update
+ * - Unify naming for a unique lxqt. No more suffixes
+ * CMakeLists.txt maintenance.
+ * Pass the UPDATE_TRANSLATIONS value to lxqt_translate_ts()
+ * Renames translations sources template from .ts.src to .ts
+ * Don't update (extract) translations by default.
+ * Handle translations
+ * Add Russian translation
+ * Clean up CMakeLists.txt and drop Qt 4
+
+0.8.0 / 2014-07-01
+==================
+
+ * Qt4/Qt5 switching fixed booth Qt4 and Qt5 build now without errors
+ * Add Qt5 support.
+ * Use new LXQt header files.
+
+0.7.0 / 2014-05-01
+==================
+
+ * Update AUTHORS and COPYING files
+ * Add CPack rules for creating tarball
+ * Fix renaming bugs, replacing lxqt-qt with lxde-qt
+ * Finish the crazy razor=>lxqt renaming tasks.
+ * Fix broken build and use liblxqt instead. * Rename binary to
lxqt-openssh-askpass.
+ * Add COPYING and AUTHORS
+ * preliminary manpages primary for razorqt and usefully in venenux
+ * Remove stray code
+ * Generate translation files
+ * Fix components missing translations
+ * openssh-askpass: stay on top; don't hide under windows
+ * Small fixes (typo and a wrong parameter)
+ * new module "ssh-askpass helper"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-openssh-askpass-0.10.0/CMakeLists.txt
new/lxqt-openssh-askpass-0.11.0/CMakeLists.txt
--- old/lxqt-openssh-askpass-0.10.0/CMakeLists.txt 2015-10-31
01:24:28.000000000 +0100
+++ new/lxqt-openssh-askpass-0.11.0/CMakeLists.txt 2016-09-24
00:45:34.000000000 +0200
@@ -48,6 +48,14 @@
${lxqt-openssh-askpass_UIS}
INSTALL_DIR
"${LXQT_TRANSLATIONS_DIR}/${PROJECT_NAME}"
+ PULL_TRANSLATIONS
+ ${PULL_TRANSLATIONS}
+ CLEAN_TRANSLATIONS
+ ${CLEAN_TRANSLATIONS}
+ TRANSLATIONS_REPO
+ ${TRANSLATIONS_REPO}
+ TRANSLATIONS_REFSPEC
+ ${TRANSLATIONS_REFSPEC}
)
lxqt_app_translation_loader(lxqt-openssh_QM_LOADER ${PROJECT_NAME})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-openssh-askpass-0.10.0/README.md
new/lxqt-openssh-askpass-0.11.0/README.md
--- old/lxqt-openssh-askpass-0.10.0/README.md 2015-10-31 01:24:28.000000000
+0100
+++ new/lxqt-openssh-askpass-0.11.0/README.md 2016-09-24 00:45:34.000000000
+0200
@@ -1,13 +1,51 @@
# lxqt-openssh-askpass
-This is a very small helper app for ssh-agent.
+## Overview
-Example setup:
+`lxqt-openssh-askpass` is a GUI to query credentials on behalf of other
programs. As indicated by its name it's primarily targeted at `ssh-agent`, the
SSH agent of OpenSSH, but it works with other applications like e. g. EncFS as
well.
-- Run the lxqt-config-session.
-- Add new item into the "Environment (Advanced)":
`SSH_ASKPASS=lxqt-openssh-askpass`
-- If you want to register your keys on session startup add new item to
"Autostart" tab. For example:
- - name: ssh-add
- - command: ssh-add
- - wait for system tray: false
-- logout/login/enjoy
+It was considered to abandon the tool in favour of KDE's `ksshaskpass` and
lxqt-openssh-askpass had temporarily been declared deprecated for this reason.
But it turned out the close bond of `ksshaskpass` to KWallet conflicts with
LXQt's design goals so it's all but certain the replacement will happen. See
https://github.com/lxde/lxqt/issues/362.
+
+## Installation
+
+### Compiling source code
+
+The only runtime dependency is [liblxqt](https://github.com/lxde/liblxqt).
+Additional build dependencies are CMake and optionally Git to pull latest VCS
checkouts. The localization files were outsourced to repository
[lxqt-l10n](https://github.com/lxde/lxqt-l10n) so the corresponding
dependencies are needed, too. Please refer to this repository's `README.md` for
further information.
+
+Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX`
has to be set to `/usr` on most operating systems.
+
+To build run `make`, to install `make install` which accepts variable
`DESTDIR` as usual.
+
+### Binary packages
+
+Official binary packages are provided by all major Linux distributions like
Arch Linux, Debian (as of Debian stretch only), Fedora and openSUSE. Just use
your package manager to search for string `lxqt-openssh-askpass`.
+
+## Configuration, Usage
+
+### ssh-agent
+
+First of all it must be ensured `ssh-agent` is running in LXQt sessions. This
is basically beyond this document's scope but can e. g. be achieved by a user
systemd unit
+```
+[Unit]
+Description=Some arbitrary description
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/ssh-agent -a /run/user/<ID>/ssh-agent
+
+[Install]
+WantedBy=default.target
+```
+where ID corresponds with the respective user's UID as displayed by `$ id
<user>`.
+
+Environment variable `SSH_AUTH_SOCK` must point to the socket of `ssh-agent`
as e. g. stated by option `-a` in the systemd unit depicted above. Environment
variable `SSH_ASKPASS` must be set to `lxqt-openssh-askpass` to indicate this
binary should be used.
+Both variables can be set in section "Environment (Advanced)" of configuration
dialogue [LXQt Session
Settings](https://github.com/lxde/lxqt-session#lxqt-session-settings) of
[lxqt-session](https://github.com/lxde/lxqt-session). Changes apply upon the
next login only.
+
+Note binary `ssh-add` which is used to register keys with `ssh-agent` will use
GUI tools like `lxqt-openssh-askpass` only when it is *not* attached to a
terminal.
+So `lxqt-openssh-askpass` will not be used when `ssh-add` is launched from a
terminal emulator like QTerminal even when everything is configured as stated
above. `lxqt-openssh-askpass` will be used when the invocation of `ssh-add` is
handled by an autostart entry which can be configured in section "Autostart" of
"LXQt Session Settings" or when a desktop entry file is used to invoke the tool
from menus.
+
+### EncFS
+
+Simply hand `lxqt-openssh` to binary `encfs` by option `--extpass`, like in
`encfs --extpass=lxqt-openssh-askpass <rootdir> <mount point>`.
+In contrast to `ssh-{agent,add}` this works when `encfs` is launched from a
terminal emulator, too.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-openssh-askpass-0.10.0/translations/lxqt-openssh-askpass.ts
new/lxqt-openssh-askpass-0.11.0/translations/lxqt-openssh-askpass.ts
--- old/lxqt-openssh-askpass-0.10.0/translations/lxqt-openssh-askpass.ts
2015-10-31 01:24:28.000000000 +0100
+++ new/lxqt-openssh-askpass-0.11.0/translations/lxqt-openssh-askpass.ts
1970-01-01 01:00:00.000000000 +0100
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.1" language="en_US">
-<context>
- <name>MainWindow</name>
- <message>
- <location filename="../src/mainwindow.ui" line="14"/>
- <source>OpenSSH Authentication Passphrase request</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../src/mainwindow.ui" line="20"/>
- <source>Enter your SSH passphrase for request:</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>QObject</name>
- <message>
- <location filename="../src/main.cpp" line="39"/>
- <source>unknown request</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-openssh-askpass-0.10.0/translations/lxqt-openssh-askpass_de.ts
new/lxqt-openssh-askpass-0.11.0/translations/lxqt-openssh-askpass_de.ts
--- old/lxqt-openssh-askpass-0.10.0/translations/lxqt-openssh-askpass_de.ts
2015-10-31 01:24:28.000000000 +0100
+++ new/lxqt-openssh-askpass-0.11.0/translations/lxqt-openssh-askpass_de.ts
1970-01-01 01:00:00.000000000 +0100
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.1" language="de">
-<context>
- <name>MainWindow</name>
- <message>
- <location filename="../src/mainwindow.ui" line="14"/>
- <source>OpenSSH Authentication Passphrase request</source>
- <translation>Abfrage der OpenSSH
Authentisierungs-Passphrase</translation>
- </message>
- <message>
- <location filename="../src/mainwindow.ui" line="20"/>
- <source>Enter your SSH passphrase for request:</source>
- <translation>SSH-Passphrase eingeben:</translation>
- </message>
-</context>
-<context>
- <name>QObject</name>
- <message>
- <location filename="../src/main.cpp" line="39"/>
- <source>unknown request</source>
- <translation>Unbekannte Abfrage</translation>
- </message>
-</context>
-</TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-openssh-askpass-0.10.0/translations/lxqt-openssh-askpass_el.ts
new/lxqt-openssh-askpass-0.11.0/translations/lxqt-openssh-askpass_el.ts
--- old/lxqt-openssh-askpass-0.10.0/translations/lxqt-openssh-askpass_el.ts
2015-10-31 01:24:28.000000000 +0100
+++ new/lxqt-openssh-askpass-0.11.0/translations/lxqt-openssh-askpass_el.ts
1970-01-01 01:00:00.000000000 +0100
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.1" language="el">
-<context>
- <name>MainWindow</name>
- <message>
- <location filename="../src/mainwindow.ui" line="14"/>
- <source>OpenSSH Authentication Passphrase request</source>
- <translation>Αίτηση συνθηματικού ταυτοποίησης OpenSSH</translation>
- </message>
- <message>
- <location filename="../src/mainwindow.ui" line="20"/>
- <source>Enter your SSH passphrase for request:</source>
- <translation>Εισαγάγετε το συνθηματικό σας SSH για
αίτηση:</translation>
- </message>
-</context>
-<context>
- <name>QObject</name>
- <message>
- <location filename="../src/main.cpp" line="39"/>
- <source>unknown request</source>
- <translation>άγνωστη αίτηση</translation>
- </message>
-</context>
-</TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-openssh-askpass-0.10.0/translations/lxqt-openssh-askpass_pt.ts
new/lxqt-openssh-askpass-0.11.0/translations/lxqt-openssh-askpass_pt.ts
--- old/lxqt-openssh-askpass-0.10.0/translations/lxqt-openssh-askpass_pt.ts
2015-10-31 01:24:28.000000000 +0100
+++ new/lxqt-openssh-askpass-0.11.0/translations/lxqt-openssh-askpass_pt.ts
1970-01-01 01:00:00.000000000 +0100
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.1" language="pt">
-<context>
- <name>MainWindow</name>
- <message>
- <location filename="../src/mainwindow.ui" line="14"/>
- <source>OpenSSH Authentication Passphrase request</source>
- <translation>Pedido de senha de autenticação OpenSSH</translation>
- </message>
- <message>
- <location filename="../src/mainwindow.ui" line="20"/>
- <source>Enter your SSH passphrase for request:</source>
- <translation>Escreva a sua senha SSH para o pedido:</translation>
- </message>
-</context>
-<context>
- <name>QObject</name>
- <message>
- <location filename="../src/main.cpp" line="39"/>
- <source>unknown request</source>
- <translation>pedido desconhecido</translation>
- </message>
-</context>
-</TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-openssh-askpass-0.10.0/translations/lxqt-openssh-askpass_ru.ts
new/lxqt-openssh-askpass-0.11.0/translations/lxqt-openssh-askpass_ru.ts
--- old/lxqt-openssh-askpass-0.10.0/translations/lxqt-openssh-askpass_ru.ts
2015-10-31 01:24:28.000000000 +0100
+++ new/lxqt-openssh-askpass-0.11.0/translations/lxqt-openssh-askpass_ru.ts
1970-01-01 01:00:00.000000000 +0100
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.1" language="ru">
-<context>
- <name>MainWindow</name>
- <message>
- <location filename="../src/mainwindow.ui" line="14"/>
- <source>OpenSSH Authentication Passphrase request</source>
- <translation>Запрос пароля для аутентификации по OpenSSH</translation>
- </message>
- <message>
- <location filename="../src/mainwindow.ui" line="20"/>
- <source>Enter your SSH passphrase for request:</source>
- <translation>Введите ваш SSH-пароль для запроса:</translation>
- </message>
-</context>
-<context>
- <name>QObject</name>
- <message>
- <location filename="../src/main.cpp" line="39"/>
- <source>unknown request</source>
- <translation>неизвестный запрос</translation>
- </message>
-</context>
-</TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-openssh-askpass-0.10.0/translations/lxqt-openssh-askpass_ru_RU.ts
new/lxqt-openssh-askpass-0.11.0/translations/lxqt-openssh-askpass_ru_RU.ts
--- old/lxqt-openssh-askpass-0.10.0/translations/lxqt-openssh-askpass_ru_RU.ts
2015-10-31 01:24:28.000000000 +0100
+++ new/lxqt-openssh-askpass-0.11.0/translations/lxqt-openssh-askpass_ru_RU.ts
1970-01-01 01:00:00.000000000 +0100
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.1" language="ru_RU">
-<context>
- <name>MainWindow</name>
- <message>
- <location filename="../src/mainwindow.ui" line="14"/>
- <source>OpenSSH Authentication Passphrase request</source>
- <translation>Запрос пароля для аутентификации по OpenSSH</translation>
- </message>
- <message>
- <location filename="../src/mainwindow.ui" line="20"/>
- <source>Enter your SSH passphrase for request:</source>
- <translation>Введите ваш SSH-пароль для запроса:</translation>
- </message>
-</context>
-<context>
- <name>QObject</name>
- <message>
- <location filename="../src/main.cpp" line="39"/>
- <source>unknown request</source>
- <translation>неизвестный запрос</translation>
- </message>
-</context>
-</TS>