diff --git a/.gitignore b/.gitignore index 658d5a7..4f8c43e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/xorgxrdp-f95a8b2083635f0cd36228aadc53a1ab2930ba57.tar.gz +SOURCES/xorgxrdp-8519407d7fbcb71fd046ce42e5674c308e9ea52b.tar.gz diff --git a/.xorgxrdp-egfx.metadata b/.xorgxrdp-egfx.metadata index da32685..49cb7a4 100644 --- a/.xorgxrdp-egfx.metadata +++ b/.xorgxrdp-egfx.metadata @@ -1 +1 @@ -a7d9bcce0a70cf370e843397ec2cb1c28c44d677 SOURCES/xorgxrdp-f95a8b2083635f0cd36228aadc53a1ab2930ba57.tar.gz +74aed7ea8fb9d6e80b08a26a773e09ab76ab10ad SOURCES/xorgxrdp-8519407d7fbcb71fd046ce42e5674c308e9ea52b.tar.gz diff --git a/SPECS/xorgxrdp.spec b/SPECS/xorgxrdp.spec index 45e9073..8ab6056 100644 --- a/SPECS/xorgxrdp.spec +++ b/SPECS/xorgxrdp.spec @@ -1,11 +1,11 @@ %global real_name xorgxrdp -%global commit f95a8b2083635f0cd36228aadc53a1ab2930ba57 +%global commit 8519407d7fbcb71fd046ce42e5674c308e9ea52b %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: xorgxrdp-egfx Version: 0.9.80 -Release: 2.20240108git%{shortcommit}%{?dist} +Release: 2.20240113git%{shortcommit}%{?dist}.inferit Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -63,7 +63,7 @@ for screen resizing and multiple monitors. Built with glamor support. %endif %prep -%autosetup -p1 -n %{real_name}-%{commit} +%autosetup -p1 -n %{real_name} %build ./bootstrap @@ -135,6 +135,9 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \ %endif %changelog +* Wed Jan 17 2024 Arkady L. Shane - 0.9.80-2.20240113git8519407d.inferit +- sync with upstream + * Fri Jan 12 2024 Arkady L. Shane - 0.9.80-2.20240108gitf95a8b20 - Build Development version with EGFX support from gfx_mainline_merge_work