Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d606876c63 | |||
| b4c6feebe9 |
4
_service
4
_service
@@ -3,8 +3,8 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/cage-kiosk/cage.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.2.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param>
|
||||
<param name="revision">v0.2.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/cage-kiosk/cage.git</param>
|
||||
<param name="changesrevision">e128a9f2511644529fa47701a7147d65d9920488</param></service></servicedata>
|
||||
<param name="changesrevision">f9626f79519f8ee22d7bb0c3880a66791d82f923</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a43d3b8dbeaf96db09e51d3d72e53d5bce40e55820c2725760bb1f8232fc9cdf
|
||||
size 111115
|
||||
3
cage-0.2.1.obscpio
Normal file
3
cage-0.2.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3909124ba3d9cc69c3f38310c0b0bd33220b08f2fccbcfc648409acf3989cd9
|
||||
size 113675
|
||||
21
cage.changes
21
cage.changes
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 09 12:28:15 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to version 0.2.1:
|
||||
* build: bump version to 0.2.1
|
||||
* Fix renderer, allocator and scene memory leaks on exit
|
||||
* output: use backend commits
|
||||
* ci: set --wrap-mode=nodownload
|
||||
* ci: install libdisplay-info
|
||||
* xdg_shell: bump to v5
|
||||
* xdg_shell: handle xdg_popup reposition signal
|
||||
* xdg_shell: rename xdg_toplevel signal handlers
|
||||
* Upgrade wlroots to v0.19
|
||||
* cage: remove global server listeners on shutdown
|
||||
* seat: destroy keyboard groups on shutdown
|
||||
* output: drop unused wlr_matrix.h include
|
||||
* Fix getopt("D")
|
||||
* Make application arguments optional
|
||||
* Add CLI flag to enable debug logs
|
||||
* readme: add link to man page
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 08:38:45 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: cage
|
||||
version: 0.2.0+0.e128a9f
|
||||
mtime: 1728221062
|
||||
commit: e128a9f2511644529fa47701a7147d65d9920488
|
||||
version: 0.2.1
|
||||
mtime: 1759333605
|
||||
commit: f9626f79519f8ee22d7bb0c3880a66791d82f923
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cage
|
||||
#
|
||||
# Copyright (c) 2024 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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cage
|
||||
Version: 0.2.0+0.e128a9f
|
||||
Version: 0.2.1
|
||||
Release: 0
|
||||
Summary: Wayland Kiosk
|
||||
License: MIT
|
||||
@@ -27,10 +27,10 @@ Source: %{name}-%{version}.tar.gz
|
||||
BuildRequires: meson >= 0.43.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: scdoc
|
||||
BuildRequires: wlroots-devel >= 0.19.0
|
||||
BuildRequires: pkgconfig(pixman-1)
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.14
|
||||
BuildRequires: pkgconfig(wayland-server)
|
||||
BuildRequires: pkgconfig(wlroots-0.18) >= 0.18.0
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user