Accepting request 1036285 from X11:Wayland

- Update to 0.8.0
  * Remember last successfully opened session per user
  * Suppress power command output
  * Allow customization of time format
  * Added a user selection list from a defined UID range
  * Miscellaneous UX improvements
  * Locales improvements 
- add tuigreet-version.patch to fix incorrect 0.7.3 version

OBS-URL: https://build.opensuse.org/request/show/1036285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tuigreet?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2022-11-17 16:24:39 +00:00 committed by Git OBS Bridge
commit f1ef4df1d2
8 changed files with 36 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.7.1</param>
<param name="revision">0.8.0</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:918ef60acf290fc6bd8a0424bf8ec0058725140d5e85f834df855189724092d8
size 160779

3
tuigreet-0.8.0.obscpio Normal file
View File

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

12
tuigreet-version.patch Normal file
View File

@ -0,0 +1,12 @@
diff --git a/Cargo.toml b/Cargo.toml
index 900ae7d..8fa2cfe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tuigreet"
-version = "0.7.3"
+version = "0.8.0"
authors = ["Antoine POPINEAU <antoine.popineau@appscho.com>"]
edition = "2018"
build = "build.rs"

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Nov 16 18:19:10 UTC 2022 - Denys Kondratenko <stdden@opensuse.org>
- Update to 0.8.0
* Remember last successfully opened session per user
* Suppress power command output
* Allow customization of time format
* Added a user selection list from a defined UID range
* Miscellaneous UX improvements
* Locales improvements
- add tuigreet-version.patch to fix incorrect 0.7.3 version
-------------------------------------------------------------------
Thu Aug 4 03:52:52 UTC 2022 - William Brown <william.brown@suse.com>

View File

@ -1,4 +1,4 @@
name: tuigreet
version: 0.7.1
mtime: 1633437404
commit: f8905cfd7ee38af4f89a42e5823d8c38de00741c
version: 0.8.0
mtime: 1652086754
commit: c955066af94078b0503f764e6f5f591e7943ee11

View File

@ -17,7 +17,7 @@
Name: tuigreet
Version: 0.7.1
Version: 0.8.0
Release: 0
Summary: Graphical console greeter for greetd
License: GPL-3.0-only
@ -26,6 +26,7 @@ URL: https://github.com/apognu/tuigreet
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
Source2: cargo_config
Patch0: tuigreet-version.patch
BuildRequires: cargo-packaging
Recommends: greetd
@ -34,6 +35,7 @@ Console UI greeter (using tui-rs)
%prep
%setup -qa1
%patch0 -p1
mkdir .cargo
cp %{SOURCE2} .cargo/config

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0f1c7e949f5af88f95b7775a19e9ceb36f96933c6de3678d7ac36bdb71a617f
size 20884329
oid sha256:313b5960afa3040cec9179ed10ceeb7bf939c49c8ec275d7762513b541a125fd
size 22354616