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:
commit
f1ef4df1d2
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/apognu/tuigreet.git</param>
|
<param name="url">https://github.com/apognu/tuigreet.git</param>
|
||||||
<param name="scm">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="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -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
3
tuigreet-0.8.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5fdfcd77ec200e2d7989c75b62a5b03ac16abd08c4f24dcee3ab5d435a799820
|
||||||
|
size 175115
|
12
tuigreet-version.patch
Normal file
12
tuigreet-version.patch
Normal 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"
|
@ -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>
|
Thu Aug 4 03:52:52 UTC 2022 - William Brown <william.brown@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: tuigreet
|
name: tuigreet
|
||||||
version: 0.7.1
|
version: 0.8.0
|
||||||
mtime: 1633437404
|
mtime: 1652086754
|
||||||
commit: f8905cfd7ee38af4f89a42e5823d8c38de00741c
|
commit: c955066af94078b0503f764e6f5f591e7943ee11
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tuigreet
|
Name: tuigreet
|
||||||
Version: 0.7.1
|
Version: 0.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Graphical console greeter for greetd
|
Summary: Graphical console greeter for greetd
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -26,6 +26,7 @@ URL: https://github.com/apognu/tuigreet
|
|||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.gz
|
||||||
Source2: cargo_config
|
Source2: cargo_config
|
||||||
|
Patch0: tuigreet-version.patch
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
Recommends: greetd
|
Recommends: greetd
|
||||||
|
|
||||||
@ -34,6 +35,7 @@ Console UI greeter (using tui-rs)
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qa1
|
%setup -qa1
|
||||||
|
%patch0 -p1
|
||||||
mkdir .cargo
|
mkdir .cargo
|
||||||
cp %{SOURCE2} .cargo/config
|
cp %{SOURCE2} .cargo/config
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e0f1c7e949f5af88f95b7775a19e9ceb36f96933c6de3678d7ac36bdb71a617f
|
oid sha256:313b5960afa3040cec9179ed10ceeb7bf939c49c8ec275d7762513b541a125fd
|
||||||
size 20884329
|
size 22354616
|
||||||
|
Loading…
x
Reference in New Issue
Block a user