Changelog for
cage-0.1.5+36.e7d8780-2.0.2.1.sr20240803.x86_64.rpm :
* Tue Aug 13 2024 Dominique Leuenberger
- Cleanup up _service: + tar and compress services should be \'buildtime\' in combination with obs_scm. + Remove the .tar.xz tarball, only eep the .obscpio archive as source. + Drop stale cage-0.1.5+0.83ffc57.obscpio archive, add cage-0.1.5+36.e7d8780.obscpio instead: This is the same version as previously packages as tar.xz.
* Tue Aug 13 2024 Dominique Leuenberger - BuildRequire pkgconfig(wlroots) instead of wlroots-devel: ensure we get a devel package that has the correct .pc file (latest wlroots has the pc file renamed to wlroots-0.18.pc, not matching the name anymore).
* Thu Mar 21 2024 mvetterAATTsuse.com- Update repo URL- Switch to git e7d8780 to fix build with wlroots- Add changesgenerate to service file- Switch from disabled to manual service- Update to version 0.1.5+36.e7d8780:
* Add support for primary selection
* Add .editorconfig
* output: fix assert when re-adding output to layout
* output: use wlr_output_head_v1_state_apply()
* xwayland: fix double wl_list_remove
* output: Transition to wlr_output_state
* output: Add scene output layout helper manually
* output: Implement request_state event listener
* meson: Bump minimum wlroots to 0.17
* ci: Upgrade wlroots to 0.17
* Mon Jul 31 2023 Michael Vetter - 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 01 2022 Michael Vetter - Update to 0.1.4+39.a81ab70 We asked in https://github.com/Hjdskes/cage/issues/232 for a long time for a wlroots 0.15.0 compat release
* Compatibility with wlroots 0.15.0
* Fix count_surface_iterator
* Set xdg_toplevel geometry for fullscreen clients
* Restore direct libm dependency (#222)
* Several more fixes- Add cage-wlroots-016-compat.patch: Add compat with wlroots 0.16.0. See PR 244.- Switch to service file to generate tarball
* Sun Jun 27 2021 Michael Vetter - Update to 1.4:
* Compatibility release to track wlroots 0.14.0- Drop cage-wlroots-0140.patch: upstreamed
* Thu Jun 24 2021 Michael Vetter - Add cage-wlroots-0140.patch: make compatible with wlroots 0.14.0
* Fri Apr 16 2021 Michael Vetter - Update to 0.1.3:
* compatibility release to track wlroots 0.13.0
* Thu Jul 16 2020 Michael Vetter - Update to 0.1.2.1:
* man: indent with tabs (#156)
* Thu Jul 16 2020 Michael Vetter - Update to 0.1.2:
* Cage now implements the wlr-screencopy-unstable-v1, xdg-output-unstable-v1.xml, wlr-gamma-control-unstable-v1, and wlr_export_dmabuf_unstable_v1 protocols.
* Support for direct scan-out has been added to Cage.
* Cage now allows switching VTs
* Extended multi monitor behaviour One to extend the application across the monitors\' bounding box and another to use only the last plugged in monitor.
* Add support for keyboard groups.
* Cage now comes with a manpage
* For details see https://github.com/Hjdskes/cage/releases/tag/v0.1.2- Remove because in new release:
* cage-0.1.1-new-wlroots.patch
* cage-0.1.1-dont-terminate-display.patch