diff --git a/.gitignore b/.gitignore index 29c49b9..2707be6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/xorgxrdp-0.9.19.tar.gz +SOURCES/xorgxrdp-0.9.20.tar.gz diff --git a/.xorgxrdp.metadata b/.xorgxrdp.metadata index da1197b..dc768d2 100644 --- a/.xorgxrdp.metadata +++ b/.xorgxrdp.metadata @@ -1 +1 @@ -fd66e76b044f4a7862011dba47bfc4d5859de087 SOURCES/xorgxrdp-0.9.19.tar.gz +62067ba866a2ce62be21c9a691874bd1917e0bf2 SOURCES/xorgxrdp-0.9.20.tar.gz diff --git a/SPECS/xorgxrdp.spec b/SPECS/xorgxrdp.spec index 47bc91a..418ec92 100644 --- a/SPECS/xorgxrdp.spec +++ b/SPECS/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,9 +127,24 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \ %endif %changelog -* Mon Jan 15 2024 MSVSphere Packaging Team - 0.9.19-5 +* 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 + +* Mon Jan 15 2024 MSVSphere Packaging Team - 0.9.19-7 - Rebuilt for MSVSphere 9.3 +* 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