Accepting request 928514 from home:stdden:branches:X11:Wayland

- Update to 0.7.1 
  * Upgraded greetd_ipc to 0.8.0.
  * Used async throughout tuigreet to prevent blocking the UI.
  * Better handle different kinds of PAM prompts (such as fingerprint
    scanner prompts).
  * Allow customizing power commands to shut down and reboot the machine.
  * Miscellaneous UI improvements and typo fixes.
  * Added Polish and Catalan translations.
  * Updated man page.
- tuigreet version 0.7.0
  * Upgraded greetd_ipc to 0.8.0.
  * Used async throughout tuigreet to prevent blocking the UI.
  * Better handle different kinds of PAM prompts (such as fingerprint
    scanner prompts).
  * Allow customizing power commands to shut down and reboot the machine.
  * Miscellaneous UI improvements and typo fixes.
  * Added Polish and Catalan translations.
- tuigreet version 0.6.1
  * manpage was added.
- tuigreet version 0.6.0
  * Added option to remember last selected session between runs.
  * Add customization of the password redaction character instead of *.
  * Added translations in Italian and Portugese.
- tuigreet version 0.5.0.
  * tuigreet used to terminate on authentication failure, which would
    pose security issues if greetd was configured to restart
    automatically with an `initial_session` set. Now, tuigreet loops on
    failure and keeps running (#24).
  * Following the previous item, all manual means of exiting tuigreet
    have been removed (such as hitting the ESC key).
  * Added localization of the user interface, with initial translations
    in English, French and German (thanks to @brodi1 for the German
    translation).
- tuigreet version 0.4.0
  * Add a space at the end of prompts if missing.
  * Added option to add global padding to the terminal.
  * Added menu to shut down and reboot the machine.
  * Fixed issue with container padding and greeting message.
- tuigreet version 0.3.1.
  * Fixed issue where popup menus would put the UI into an unrecoverable
    state
  * Fixed issue where closing a popup would not return to the correct mode
  * Fixed issue with the time format
  * Added options to provide custom directories to look for sessions
    desktop files
- tuigreet version 0.3.0.
  * Fixed issue where popup menus would put the UI into an unrecoverable
    state
  * Fixed issue with the time format
  * Added options to provide custom directories to look for sessions
    desktop files

OBS-URL: https://build.opensuse.org/request/show/928514
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/tuigreet?expand=0&rev=4
This commit is contained in:
Denys Kondratenko 2021-11-01 08:16:11 +00:00 committed by Git OBS Bridge
parent 9bf43518c8
commit 7be159b1c3
7 changed files with 65 additions and 10 deletions

View File

@ -2,7 +2,7 @@
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/apognu/tuigreet.git</param>
<param name="scm">git</param>
<param name="revision">0.2.0</param>
<param name="revision">0.7.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c725ac487056ea8f4ed052ccb3f89e052899a4b004a0c6ea7d3bdeeb961577ec
size 105995

3
tuigreet-0.7.1.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:918ef60acf290fc6bd8a0424bf8ec0058725140d5e85f834df855189724092d8
size 160779

View File

@ -1,3 +1,58 @@
-------------------------------------------------------------------
Mon Nov 1 07:56:13 UTC 2021 - Denys Kondratenko <stdden@opensuse.org>
- Update to 0.7.1
* Upgraded greetd_ipc to 0.8.0.
* Used async throughout tuigreet to prevent blocking the UI.
* Better handle different kinds of PAM prompts (such as fingerprint
scanner prompts).
* Allow customizing power commands to shut down and reboot the machine.
* Miscellaneous UI improvements and typo fixes.
* Added Polish and Catalan translations.
* Updated man page.
- tuigreet version 0.7.0
* Upgraded greetd_ipc to 0.8.0.
* Used async throughout tuigreet to prevent blocking the UI.
* Better handle different kinds of PAM prompts (such as fingerprint
scanner prompts).
* Allow customizing power commands to shut down and reboot the machine.
* Miscellaneous UI improvements and typo fixes.
* Added Polish and Catalan translations.
- tuigreet version 0.6.1
* manpage was added.
- tuigreet version 0.6.0
* Added option to remember last selected session between runs.
* Add customization of the password redaction character instead of *.
* Added translations in Italian and Portugese.
- tuigreet version 0.5.0.
* tuigreet used to terminate on authentication failure, which would
pose security issues if greetd was configured to restart
automatically with an `initial_session` set. Now, tuigreet loops on
failure and keeps running (#24).
* Following the previous item, all manual means of exiting tuigreet
have been removed (such as hitting the ESC key).
* Added localization of the user interface, with initial translations
in English, French and German (thanks to @brodi1 for the German
translation).
- tuigreet version 0.4.0
* Add a space at the end of prompts if missing.
* Added option to add global padding to the terminal.
* Added menu to shut down and reboot the machine.
* Fixed issue with container padding and greeting message.
- tuigreet version 0.3.1.
* Fixed issue where popup menus would put the UI into an unrecoverable
state
* Fixed issue where closing a popup would not return to the correct mode
* Fixed issue with the time format
* Added options to provide custom directories to look for sessions
desktop files
- tuigreet version 0.3.0.
* Fixed issue where popup menus would put the UI into an unrecoverable
state
* Fixed issue with the time format
* Added options to provide custom directories to look for sessions
desktop files
-------------------------------------------------------------------
Tue Sep 28 05:44:40 UTC 2021 - William Brown <william.brown@suse.com>

View File

@ -1,5 +1,5 @@
name: tuigreet
version: 0.2.0
mtime: 1597873364
commit: ad06a85c0ab607a7cd182ca0391894db33925a22
version: 0.7.1
mtime: 1633437404
commit: f8905cfd7ee38af4f89a42e5823d8c38de00741c

View File

@ -17,7 +17,7 @@
Name: tuigreet
Version: 0.2.0
Version: 0.7.1
Release: 0
Summary: Graphical console greeter for greetd
License: GPL-3.0-only

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d8c9223f66026a9aca95d91cb37e972bd738e04ccb1370128648a6454c17272
size 9664585
oid sha256:7a2b6c12fabe01dd1ffecc61e7d88545d3bd11ec21fdc4b04e9eeb9a2973d430
size 13507213