Accepting request 1172340 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/1172340 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tuigreet?expand=0&rev=11
This commit is contained in:
10
_service
10
_service
@@ -1,23 +1,23 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="manual">
|
||||||
<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.8.0</param>
|
<param name="revision">0.9.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>
|
||||||
<service mode="disabled" name="set_version"/>
|
<service mode="manual" name="set_version"/>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_vendor" mode="disabled">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="srcdir">tuigreet</param>
|
<param name="srcdir">tuigreet</param>
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_audit" mode="disabled">
|
<service name="cargo_audit" mode="manual">
|
||||||
<param name="srcdir">tuigreet</param>
|
<param name="srcdir">tuigreet</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,5 +0,0 @@
|
|||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "vendor"
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5fdfcd77ec200e2d7989c75b62a5b03ac16abd08c4f24dcee3ab5d435a799820
|
|
||||||
size 175115
|
|
3
tuigreet-0.9.0.obscpio
Normal file
3
tuigreet-0.9.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a3d6d16c5317648508ab9f6c2ca367f4cb9f97df2ceb74777ef9b0131881eb73
|
||||||
|
size 455691
|
@@ -1,12 +0,0 @@
|
|||||||
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,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 7 06:46:11 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||||
|
|
||||||
|
- Enable tests
|
||||||
|
- Remove tuigreet-version.patch (Fixed upstream)
|
||||||
|
- Service to use manual instead of deprecated disabled
|
||||||
|
- Remove deprecated cargo_config (now part of vendor)
|
||||||
|
- Update to 0.9.0
|
||||||
|
* Added rebinding of F-key actions.
|
||||||
|
* Added more customization options and coloring support.
|
||||||
|
* Added support for using NSS to retrieve users instead of
|
||||||
|
/etc/passwd.
|
||||||
|
* Better handling of rendering/event loop.
|
||||||
|
* Support for X11 sessions specificities (environment variables,
|
||||||
|
wrappers, etc.).
|
||||||
|
* Better management of non-ASCII strings.
|
||||||
|
* Better handling of smaller screens.
|
||||||
|
* Overall better terminal management to clear screen on startup,
|
||||||
|
exit and error conditions.
|
||||||
|
* Various bugfixes.
|
||||||
|
* Various locale updates.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 26 16:11:30 UTC 2024 - pgajdos@suse.com
|
Mon Feb 26 16:11:30 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: tuigreet
|
name: tuigreet
|
||||||
version: 0.8.0
|
version: 0.9.0
|
||||||
mtime: 1652086754
|
mtime: 1714979714
|
||||||
commit: c955066af94078b0503f764e6f5f591e7943ee11
|
commit: 96f7d283773de8f5bb2b54d5205cbd463b0fb2c3
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tuigreet
|
# spec file for package tuigreet
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tuigreet
|
Name: tuigreet
|
||||||
Version: 0.8.0
|
Version: 0.9.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
|
||||||
@@ -25,8 +25,6 @@ Group: System/Management
|
|||||||
URL: https://github.com/apognu/tuigreet
|
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
|
|
||||||
Patch0: tuigreet-version.patch
|
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
Recommends: greetd
|
Recommends: greetd
|
||||||
|
|
||||||
@@ -35,8 +33,6 @@ Console UI greeter (using tui-rs)
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -a1
|
%autosetup -p1 -a1
|
||||||
mkdir .cargo
|
|
||||||
cp %{SOURCE2} .cargo/config
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{cargo_build}
|
%{cargo_build}
|
||||||
@@ -44,6 +40,9 @@ cp %{SOURCE2} .cargo/config
|
|||||||
%install
|
%install
|
||||||
%{cargo_install}
|
%{cargo_install}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%{cargo_test}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:313b5960afa3040cec9179ed10ceeb7bf939c49c8ec275d7762513b541a125fd
|
oid sha256:d9f77bd79dfd63b42f6d087cd08599f04b5c7ce1ac95fba25994daa80b9b255b
|
||||||
size 22354616
|
size 36209688
|
||||||
|
Reference in New Issue
Block a user