From b21ebb9c4939804c58bc9da5ab3e3c18497c9389845a453ed39bc1a70b5181ea Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 26 Aug 2023 04:11:07 +0000 Subject: [PATCH] Accepting request 1104339 from home:iznogood:branches:X11:XOrg - Update to version 23.2.0: * Optional support for emulated input (EI) via the libei library, support for the tearing control protocol, and the XWayland rootful mode is now resizable with libdecor. - Add pkgconfig(libei-1.0) BuildRequires, build new optional emulated input support. - Add pkgconfig(libdecor-0) BuildRequires, build optional CSD support. OBS-URL: https://build.opensuse.org/request/show/1104339 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xwayland?expand=0&rev=54 --- xwayland-23.1.2.tar.xz | 3 --- xwayland-23.1.2.tar.xz.sig | Bin 95 -> 0 bytes xwayland-23.2.0.tar.xz | 3 +++ xwayland-23.2.0.tar.xz.sig | Bin 0 -> 95 bytes xwayland.changes | 12 ++++++++++++ xwayland.spec | 4 +++- 6 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 xwayland-23.1.2.tar.xz delete mode 100644 xwayland-23.1.2.tar.xz.sig create mode 100644 xwayland-23.2.0.tar.xz create mode 100644 xwayland-23.2.0.tar.xz.sig diff --git a/xwayland-23.1.2.tar.xz b/xwayland-23.1.2.tar.xz deleted file mode 100644 index 7f9ea6c..0000000 --- a/xwayland-23.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd25d8498ee4d77874fda125127e2db37fc332531febc966231ea06fae8cf77f -size 1287396 diff --git a/xwayland-23.1.2.tar.xz.sig b/xwayland-23.1.2.tar.xz.sig deleted file mode 100644 index 657f235b71184656854da7298aa95b095f59a9c4b31797689409e27e483a8b56..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95 zcmeB(WnmCxVvrS6WJ$l%_9@B!=wI)xO0gmZx%=e2T^(4NQtDMK8MrtFU?K-LFf3>{ vOqVWrwscG67o`W&E+ocTmR=QOSa9**f%{xV&DkA`0!|w(R8?5kb+sG-IDRGV diff --git a/xwayland-23.2.0.tar.xz b/xwayland-23.2.0.tar.xz new file mode 100644 index 0000000..a35c153 --- /dev/null +++ b/xwayland-23.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f33ec2a34de6e66ae1b7e44872c3a2146192872c719b9acf192814edbabd4c5 +size 1298020 diff --git a/xwayland-23.2.0.tar.xz.sig b/xwayland-23.2.0.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..99f9f93acfec3613b01b4bc4e8322b43492a261e0d4ce140d44af51dc82212fc GIT binary patch literal 95 zcmeB(WnmCxVvrS6WJ$l%_9@B!=wI)xO0gmZx%=e2T^(4NQtou=F>rATz(fpF85Zn+ v!Be5|b$4i(-r}7~Qag3#Y`$K`uwdGWrF~~SvUs$ + +- Update to version 23.2.0: + * Optional support for emulated input (EI) via the libei library, + support for the tearing control protocol, and the XWayland + rootful mode is now resizable with libdecor. +- Add pkgconfig(libei-1.0) BuildRequires, build new optional + emulated input support. +- Add pkgconfig(libdecor-0) BuildRequires, build optional CSD + support. + ------------------------------------------------------------------- Sat Jun 10 11:23:26 UTC 2023 - Stefan Dirsch diff --git a/xwayland.spec b/xwayland.spec index 725ab15..5d8417f 100644 --- a/xwayland.spec +++ b/xwayland.spec @@ -24,7 +24,7 @@ %endif Name: xwayland -Version: 23.1.2 +Version: 23.2.0 Release: 0 URL: http://xorg.freedesktop.org Summary: Xwayland Xserver @@ -53,7 +53,9 @@ BuildRequires: pkgconfig(glproto) BuildRequires: pkgconfig(inputproto) >= 2.3.99.1 BuildRequires: pkgconfig(kbproto) BuildRequires: pkgconfig(libbsd) +BuildRequires: pkgconfig(libdecor-0) BuildRequires: pkgconfig(libdrm) >= 2.4.109 +BuildRequires: pkgconfig(libei-1.0) BuildRequires: pkgconfig(libtirpc) BuildRequires: pkgconfig(libxcvt) BuildRequires: pkgconfig(openssl)