From 1da06bf00d24646d33cebf7f8d4a8529ef0a8aa9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:47:10 +0000 Subject: [PATCH 1/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index fd9a311..7b8a357 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp Version: 0.9.19 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -122,6 +122,9 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \ %endif %changelog +* 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 From 3dcb0389515d779b416418e78a8a269761e0008f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:12:45 +0000 Subject: [PATCH 2/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 7b8a357..bb5bfaa 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp Version: 0.9.19 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -122,6 +122,9 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \ %endif %changelog +* 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 From 61398fc2ea70efbe686e9c5456caccf61fefaa05 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 26 Jul 2023 18:45:20 +1000 Subject: [PATCH 3/6] Run autoreconf before build, to avoid FTBFS on F39. --- xorgxrdp.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index bb5bfaa..e62944a 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -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,9 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \ %endif %changelog +* Wed Jul 26 2023 Bojan Smojver - 0.9.19-8 +- 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 From 33deee42a4208ff20a2fddb8114c3827c50bb30e Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 26 Jul 2023 18:52:11 +1000 Subject: [PATCH 4/6] Fix release number in changelog. --- xorgxrdp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index e62944a..641df6d 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -127,7 +127,7 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \ %endif %changelog -* Wed Jul 26 2023 Bojan Smojver - 0.9.19-8 +* 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 From 896a88c04e620c0b6347731cff700ef831c096d4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 10:02:36 +0000 Subject: [PATCH 5/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 641df6d..ccdcae2 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp Version: 0.9.19 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -127,6 +127,9 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \ %endif %changelog +* 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 From a2e0fe05f914afb0264e8da7e36fe6e7baa2ef34 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Tue, 12 Mar 2024 10:33:25 +1100 Subject: [PATCH 6/6] Update to 0.9.20 --- .gitignore | 1 + sources | 2 +- xorgxrdp.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) 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 ccdcae2..3862a1b 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp -Version: 0.9.19 -Release: 8%{?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 @@ -127,6 +127,9 @@ 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