2 Commits

Author SHA256 Message Date
21959a043a Accepting request 1316538 from X11:Wayland
- 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

OBS-URL: https://build.opensuse.org/request/show/1316538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/swayidle?expand=0&rev=11
2025-11-09 20:08:20 +00:00
39ab17d431 - 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

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/swayidle?expand=0&rev=23
2025-11-08 08:34:46 +00:00
4 changed files with 19 additions and 6 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c1b769038b60250c88e47380cbb021cfa57a65f872bf4d6c340b5e3057096ac
size 12879

View File

@@ -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>

View File

@@ -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