From 7be159b1c344015c40bf1559345ffca178d17d2fbfb79f20fe5cb620b8fb798f Mon Sep 17 00:00:00 2001 From: Denys Kondratenko Date: Mon, 1 Nov 2021 08:16:11 +0000 Subject: [PATCH] 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 --- _service | 2 +- tuigreet-0.2.0.obscpio | 3 --- tuigreet-0.7.1.obscpio | 3 +++ tuigreet.changes | 55 ++++++++++++++++++++++++++++++++++++++++++ tuigreet.obsinfo | 6 ++--- tuigreet.spec | 2 +- vendor.tar.gz | 4 +-- 7 files changed, 65 insertions(+), 10 deletions(-) delete mode 100644 tuigreet-0.2.0.obscpio create mode 100644 tuigreet-0.7.1.obscpio diff --git a/_service b/_service index 013169c..090736c 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/apognu/tuigreet.git git - 0.2.0 + 0.7.1 @PARENT_TAG@ v(.*) diff --git a/tuigreet-0.2.0.obscpio b/tuigreet-0.2.0.obscpio deleted file mode 100644 index 5641f6c..0000000 --- a/tuigreet-0.2.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c725ac487056ea8f4ed052ccb3f89e052899a4b004a0c6ea7d3bdeeb961577ec -size 105995 diff --git a/tuigreet-0.7.1.obscpio b/tuigreet-0.7.1.obscpio new file mode 100644 index 0000000..a7fbaee --- /dev/null +++ b/tuigreet-0.7.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918ef60acf290fc6bd8a0424bf8ec0058725140d5e85f834df855189724092d8 +size 160779 diff --git a/tuigreet.changes b/tuigreet.changes index 3b0db79..e7f41bd 100644 --- a/tuigreet.changes +++ b/tuigreet.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Mon Nov 1 07:56:13 UTC 2021 - Denys Kondratenko + +- 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 diff --git a/tuigreet.obsinfo b/tuigreet.obsinfo index e624a5f..b2c216c 100644 --- a/tuigreet.obsinfo +++ b/tuigreet.obsinfo @@ -1,5 +1,5 @@ name: tuigreet -version: 0.2.0 -mtime: 1597873364 -commit: ad06a85c0ab607a7cd182ca0391894db33925a22 +version: 0.7.1 +mtime: 1633437404 +commit: f8905cfd7ee38af4f89a42e5823d8c38de00741c diff --git a/tuigreet.spec b/tuigreet.spec index a2edd11..2507088 100644 --- a/tuigreet.spec +++ b/tuigreet.spec @@ -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 diff --git a/vendor.tar.gz b/vendor.tar.gz index 32ae086..26b191d 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d8c9223f66026a9aca95d91cb37e972bd738e04ccb1370128648a6454c17272 -size 9664585 +oid sha256:7a2b6c12fabe01dd1ffecc61e7d88545d3bd11ec21fdc4b04e9eeb9a2973d430 +size 13507213