Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 21959a043a | |||
| 39ab17d431 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0fba74c520a2bd64acd00bc3bce7bc8c7b84a2609c0f66329d72dfb33cca03d7
|
||||
size 13610
|
||||
3
swayidle-1.9.0.tar.gz
Normal file
3
swayidle-1.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c1b769038b60250c88e47380cbb021cfa57a65f872bf4d6c340b5e3057096ac
|
||||
size 12879
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 8 08:31:02 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 1.9.0:
|
||||
* Add a missing stop in the manpage
|
||||
* Only connect to logind if required
|
||||
* Avoid using wl_display_dispatch
|
||||
* Replace `dpms` commands with `power` in sample command
|
||||
* Drop support for KDE's idle protocol
|
||||
* Allow to ignore idle inhibitors
|
||||
* Handle shell expansion errors gracefully
|
||||
* Add missing period in a config path
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 08:37:28 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package swayidle
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: swayidle
|
||||
Version: 1.8.0
|
||||
Version: 1.9.0
|
||||
Release: 0
|
||||
Summary: Idle management daemon for Wayland
|
||||
License: MIT
|
||||
Group: System/GUI/Other
|
||||
URL: https://github.com/swaywm/swayidle
|
||||
Source0: %{url}/archive/%{version}.tar.gz
|
||||
Source0: %{URL}/releases/download/v%{version}/swayidle-%{version}.tar.gz
|
||||
BuildRequires: meson >= 0.48.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: scdoc
|
||||
|
||||
Reference in New Issue
Block a user