- Update to 0.1.5:
* Implement the following protocols: wlr-output-management-unstable-v1, virtual-keyboard-unstable-v1, wlr-virtual-pointer-unstable-v1, single-pixel-buffer-v1, presentation-time, viewporter. * Use wlroots' scene-graph API, which should improve performance. * Fall back to lower resolutions when the preferred output mode cannot be used. - Drop cage-wlroots-016-compat.patch OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/cage?expand=0&rev=23
This commit is contained in:
parent
ac9de14ccf
commit
ca028d68af
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://github.com/Hjdskes/cage.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">a81ab70</param>
|
||||
<param name="revision">v0.1.5</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31e599d1e5fce4972eb8d483efc7cd62f8b5c69b79b4acfbcfc93067d56b482c
|
||||
size 22170
|
3
cage-0.1.5+0.83ffc57.tar.gz
Normal file
3
cage-0.1.5+0.83ffc57.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a68425f60985c50e8b2b590b9287ca6f499c49816ce58624b627bc99ed9d50a4
|
||||
size 23848
|
File diff suppressed because it is too large
Load Diff
12
cage.changes
12
cage.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 31 05:46:16 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.1.5:
|
||||
* Implement the following protocols: wlr-output-management-unstable-v1,
|
||||
virtual-keyboard-unstable-v1, wlr-virtual-pointer-unstable-v1,
|
||||
single-pixel-buffer-v1, presentation-time, viewporter.
|
||||
* Use wlroots' scene-graph API, which should improve performance.
|
||||
* Fall back to lower resolutions when the preferred output
|
||||
mode cannot be used.
|
||||
- Drop cage-wlroots-016-compat.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 1 12:01:57 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: cage
|
||||
version: 0.1.4+39.a81ab70
|
||||
mtime: 1660903181
|
||||
commit: a81ab701d73d0f43c9bb9747e5fdf3c5e226139c
|
||||
version: 0.1.5+0.83ffc57
|
||||
mtime: 1690555597
|
||||
commit: 83ffc574be860527814c595756a558c228a3475d
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cage
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,13 @@
|
||||
|
||||
|
||||
Name: cage
|
||||
Version: 0.1.4+39.a81ab70
|
||||
Version: 0.1.5+0.83ffc57
|
||||
Release: 0
|
||||
Summary: Wayland Kiosk
|
||||
License: MIT
|
||||
Group: System/GUI/Other
|
||||
URL: https://www.hjdskes.nl/projects/cage/
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Patch0: https://patch-diff.githubusercontent.com/raw/Hjdskes/cage/pull/244.patch#/cage-wlroots-016-compat.patch
|
||||
BuildRequires: meson >= 0.43.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: scdoc
|
||||
@ -39,7 +38,6 @@ A Wayland Kiosk.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
|
Loading…
Reference in New Issue
Block a user