diff --git a/.gitignore b/.gitignore index 02f3261..c0efb80 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /xorgxrdp-0.2.17.tar.gz /xorgxrdp-0.2.18.tar.gz /xorgxrdp-0.9.19.tar.gz +/xorgxrdp-0.9.20.tar.gz diff --git a/sources b/sources index 2adc2ca..8a5dab9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.9.19.tar.gz) = ddde47133df70dc401bc6ce29c2d2562dec47e8c81cdd3415a185396f2db75d663586b426aa36b27f696ed9e046cbb4a4c05553b64688a36ec0bd6966c527667 +SHA512 (xorgxrdp-0.9.20.tar.gz) = 95741ea7eab252d366b4961654014f29fdb5c71347feb59298a32e2bbb2e8e20b68f322a59177e5c49d89147f24b651171307662dde0f6ed892fd078a42c2ac9 diff --git a/xorgxrdp.spec b/xorgxrdp.spec index c637a9b..e7fec9b 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp -Version: 0.9.19 -Release: 5%{?dist} +Version: 0.9.20 +Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -10,7 +10,7 @@ Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{ve BuildRequires: make BuildRequires: nasm BuildRequires: xorg-x11-server-devel -BuildRequires: xrdp-devel >= 1:0.9.17 +BuildRequires: xrdp-devel >= 1:0.9.25 %if 0%{?fedora} > 0 && 0%{?fedora} <= 24 BuildRequires: libXfont-devel %else @@ -21,6 +21,9 @@ BuildRequires: libXfont2-devel BuildRequires: mesa-libgbm-devel BuildRequires: libepoxy-devel BuildRequires: libdrm-devel +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool Conflicts: %{name}-glamor %endif @@ -54,6 +57,8 @@ for screen resizing and multiple monitors. Built with glamor support. %autosetup -p1 %build +autoreconf -i + %if 0%{?fedora} >= 35 || 0%{?rhel} >= 8 # Build/install with glamor support first CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \ @@ -122,6 +127,21 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \ %endif %changelog +* Tue Mar 12 2024 Bojan Smojver - 0.9.20-1 +- Bump up to 0.9.20 + +* Sat Jan 27 2024 Fedora Release Engineering - 0.9.19-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Jul 26 2023 Bojan Smojver - 0.9.19-7 +- run autoreconf before build, to avoid problems on F39 + +* Sat Jul 22 2023 Fedora Release Engineering - 0.9.19-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jan 21 2023 Fedora Release Engineering - 0.9.19-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Mon Nov 14 2022 Bojan Smojver - 0.9.19-5 - Insert glamoregl module into xorg.conf for glamor package - Add missed Xorg server dependencies into glamor package