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>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/apognu/tuigreet.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="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service mode="manual" name="set_version"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="compression">gz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">tuigreet</param>
|
||||
<param name="compression">gz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<service name="cargo_audit" mode="manual">
|
||||
<param name="srcdir">tuigreet</param>
|
||||
</service>
|
||||
</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
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: tuigreet
|
||||
version: 0.8.0
|
||||
mtime: 1652086754
|
||||
commit: c955066af94078b0503f764e6f5f591e7943ee11
|
||||
version: 0.9.0
|
||||
mtime: 1714979714
|
||||
commit: 96f7d283773de8f5bb2b54d5205cbd463b0fb2c3
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: tuigreet
|
||||
Version: 0.8.0
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: Graphical console greeter for greetd
|
||||
License: GPL-3.0-only
|
||||
@@ -25,8 +25,6 @@ Group: System/Management
|
||||
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
|
||||
|
||||
@@ -35,8 +33,6 @@ Console UI greeter (using tui-rs)
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -a1
|
||||
mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
%{cargo_build}
|
||||
@@ -44,6 +40,9 @@ cp %{SOURCE2} .cargo/config
|
||||
%install
|
||||
%{cargo_install}
|
||||
|
||||
%check
|
||||
%{cargo_test}
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:313b5960afa3040cec9179ed10ceeb7bf939c49c8ec275d7762513b541a125fd
|
||||
size 22354616
|
||||
oid sha256:d9f77bd79dfd63b42f6d087cd08599f04b5c7ce1ac95fba25994daa80b9b255b
|
||||
size 36209688
|
||||
|
Reference in New Issue
Block a user