forked from pool/wayland-protocols
Compare commits
15 Commits
Author | SHA256 | Date | |
---|---|---|---|
887bac6b04 | |||
849aeae777 | |||
b76c8758fc | |||
185637d696 | |||
74f9f653b0 | |||
0e5549403b | |||
047724de65 | |||
e46abb1de0 | |||
99f91f995d | |||
454ef75fe8 | |||
8e5614a6af | |||
651a2f26e5 | |||
5e4731410b | |||
c33753726f | |||
8e03f5d7a2 |
BIN
wayland-protocols-1.36.tar.xz
(Stored with Git LFS)
BIN
wayland-protocols-1.36.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
wayland-protocols-1.45.tar.xz
(Stored with Git LFS)
Normal file
BIN
wayland-protocols-1.45.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
wayland-protocols-1.45.tar.xz.sig
Normal file
BIN
wayland-protocols-1.45.tar.xz.sig
Normal file
Binary file not shown.
@@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 15 15:40:10 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 1.45
|
||||
* added background effects protocol
|
||||
* added pointer wrap protocol
|
||||
* Session management experimental protocol
|
||||
* Bew major input method experimental protocol
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:51:51 UTC 2025 - llyyr <llyyr@yukari.in>
|
||||
|
||||
- Update to version 1.44:
|
||||
* add color-representation protocol
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 18 08:21:39 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to version 1.43:
|
||||
* add toplevel tags protocol
|
||||
* added toplevel edge constraints to xdg-shell
|
||||
- Changes from version 1.42:
|
||||
* New version of the cursor shape protocol
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 17 20:30:33 UTC 2025 - llyyr <llyyr@yukari.in>
|
||||
|
||||
- Update to version 1.41:
|
||||
* add color-management protocol
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 16:25:58 UTC 2025 - llyyr <llyyr@yukari.in>
|
||||
|
||||
- Update to version 1.40:
|
||||
* ext-idle-notify: Allow for the ignoring of idle inhibitors
|
||||
- Update to version 1.39:
|
||||
* This release contains two new protocols:
|
||||
- ext-data-control
|
||||
- ext-workspace
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 12 14:09:31 UTC 2024 - llyyr <llyyr@yukari.in>
|
||||
|
||||
- Update to version 1.38:
|
||||
* This release contains three new protocols:
|
||||
- xdg-system-bell
|
||||
- fifo-v1
|
||||
- commit-timing-v1
|
||||
* presentation-time: Specify refresh bounds for VRR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 1 17:36:56 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.37:
|
||||
+ This release contains three new protocols:
|
||||
- xdg-toplevel-icon: Associate an icon with a toplevel window.
|
||||
- ext-image-capture-source
|
||||
- ext-image-copy-capture: A set of protocols that together
|
||||
allow capturing the pixel content of outputs and toplevels.
|
||||
+ Apart from this, it includes the usual protocol documentation
|
||||
improvements and fixes, as well as clarification of existing
|
||||
protocol review practices.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 4 23:02:59 UTC 2024 - Florian "sp1rit" <sp1rit@disroot.org>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wayland-protocols
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2015 Bjørn Lie, Bryne, Norway.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: wayland-protocols
|
||||
Version: 1.36
|
||||
Version: 1.45
|
||||
Release: 0
|
||||
Summary: Wayland protocols that add functionality not available in the core protocol
|
||||
License: MIT
|
||||
@@ -84,5 +84,6 @@ export CXX=gcc-11
|
||||
%license COPYING
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/%{name}/
|
||||
%{_includedir}/%{name}/
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user