From 96389e01c0c1140d4aca262306c4710c22ddd449 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 8 Mar 2017 09:10:35 -0800 Subject: [PATCH 01/36] Initial import (1429683). --- .gitignore | 1 + sources | 1 + xorgxrdp.spec | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 xorgxrdp.spec diff --git a/.gitignore b/.gitignore index e69de29..2f5aeb3 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/xorgxrdp-0.2.0.tar.gz diff --git a/sources b/sources index e69de29..1673623 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +SHA512 (xorgxrdp-0.2.0.tar.gz) = 763b8f17b978547211e7109376363cf20aa0218157e04e1406c7851ed94d132b930936ad213eb38cba1767cc8d246c3ae1cb428309af1189433629f9f696aea5 diff --git a/xorgxrdp.spec b/xorgxrdp.spec new file mode 100644 index 0000000..5dc28e6 --- /dev/null +++ b/xorgxrdp.spec @@ -0,0 +1,52 @@ +Name: xorgxrdp +Version: 0.2.0 +Release: 1%{?dist} +Summary: Implementation of xrdp backend as Xorg modules + +License: MIT +URL: https://github.com/neutrinolabs/xorgxrdp +Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{version}/%{name}-%{version}.tar.gz + +BuildRequires: nasm +BuildRequires: xorg-x11-server-devel +BuildRequires: xrdp-devel +Requires: xorg-x11-server-Xorg%{_isa} + +%description +xorgxrdp is a set of X11 modules that make Xorg act as a backend for +xrdp. Xorg with xorgxrdp is the most advanced xrdp backend with support +for screen resizing and multiple monitors. + +%prep +%autosetup + + +%build +%configure +%make_build + + +%install +%make_install + + +%files +%license COPYING +%doc README.md +%dir %{_sysconfdir}/X11/xrdp +%{_sysconfdir}/X11/xrdp/xorg.conf +%{_libdir}/xorg/modules/drivers/xrdpdev_drv.so +%{_libdir}/xorg/modules/input/xrdpkeyb_drv.so +%{_libdir}/xorg/modules/input/xrdpmouse_drv.so +%{_libdir}/xorg/modules/libxorgxrdp.so +%exclude %{_libdir}/xorg/modules/*.a +%exclude %{_libdir}/xorg/modules/*.la +%exclude %{_libdir}/xorg/modules/input/*.a +%exclude %{_libdir}/xorg/modules/input/*.la +%exclude %{_libdir}/xorg/modules/drivers/*.a +%exclude %{_libdir}/xorg/modules/drivers/*.la + + +%changelog +* Sun Mar 5 2017 Pavel Roskin - 0.2.0-1 +- Package created From 922811cf321fa95a5e32f291014ae0576a16c1c3 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 8 Mar 2017 22:46:41 -0800 Subject: [PATCH 02/36] Add libXfont2-devel dependency for f24 --- xorgxrdp.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 5dc28e6..83b5e00 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -10,6 +10,9 @@ Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{ve BuildRequires: nasm BuildRequires: xorg-x11-server-devel BuildRequires: xrdp-devel +%if 0%{?fedora} <= 24 +BuildRequires: libXfont-devel +%endif Requires: xorg-x11-server-Xorg%{_isa} %description @@ -48,5 +51,8 @@ for screen resizing and multiple monitors. %changelog +* Thu Mar 9 2017 Pavel Roskin - 0.2.0-2 +- Add build dependency on libXfont2-devel for f24 + * Sun Mar 5 2017 Pavel Roskin - 0.2.0-1 - Package created From 170d17d93a7bc9f13c90cf697729aea99fe4853a Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Thu, 30 Mar 2017 12:55:16 +1100 Subject: [PATCH 03/36] Bump up to 0.2.1. --- .gitignore | 1 + sources | 2 +- xorgxrdp.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2f5aeb3..df02154 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /xorgxrdp-0.2.0.tar.gz +/xorgxrdp-0.2.1.tar.gz diff --git a/sources b/sources index 1673623..026fde4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.0.tar.gz) = 763b8f17b978547211e7109376363cf20aa0218157e04e1406c7851ed94d132b930936ad213eb38cba1767cc8d246c3ae1cb428309af1189433629f9f696aea5 +SHA512 (xorgxrdp-0.2.1.tar.gz) = 2c03baf0887bdb74fde2a9bca786bad19001a90639cbde87a543645909a307c9cc9ee88e548e029cf7a3256fc600e040e7d973756e5ab14682b1244c5922cfbf diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 83b5e00..e79a65c 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp -Version: 0.2.0 -Release: 2%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -51,6 +51,9 @@ for screen resizing and multiple monitors. %changelog +* Thu Mar 30 2017 Bojan Smojver - 0.2.1-1 +- Bump up to 0.2.1 + * Thu Mar 9 2017 Pavel Roskin - 0.2.0-2 - Add build dependency on libXfont2-devel for f24 From a9cf50237d3b7e80a9641f95472aeb9dbdeb6cc6 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Thu, 22 Jun 2017 08:11:05 +1000 Subject: [PATCH 04/36] Bump up to 0.2.2. --- .gitignore | 1 + sources | 2 +- xorgxrdp.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index df02154..df79a5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /xorgxrdp-0.2.0.tar.gz /xorgxrdp-0.2.1.tar.gz +/xorgxrdp-0.2.2.tar.gz diff --git a/sources b/sources index 026fde4..1d0be0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.1.tar.gz) = 2c03baf0887bdb74fde2a9bca786bad19001a90639cbde87a543645909a307c9cc9ee88e548e029cf7a3256fc600e040e7d973756e5ab14682b1244c5922cfbf +SHA512 (xorgxrdp-0.2.2.tar.gz) = 0e848c2ce9653217ad5740423a63a452e02b4fc5cde5b094d10917952d7e9d779a8a2912c26b29a279a6535387e57b98074f6fd8d44d9241016e3836caeefcb1 diff --git a/xorgxrdp.spec b/xorgxrdp.spec index e79a65c..e2befe8 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,5 +1,5 @@ Name: xorgxrdp -Version: 0.2.1 +Version: 0.2.2 Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules @@ -51,6 +51,9 @@ for screen resizing and multiple monitors. %changelog +* Thu Jun 22 2017 Bojan Smojver - 0.2.2-1 +- Bump up to 0.2.2 + * Thu Mar 30 2017 Bojan Smojver - 0.2.1-1 - Bump up to 0.2.1 From 3462170976947affed9f0b05ff32b3f90876435d Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Thu, 20 Jul 2017 10:38:37 +1000 Subject: [PATCH 05/36] Bump up to 0.2.3. --- .gitignore | 1 + sources | 2 +- xorgxrdp.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index df79a5b..685368d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /xorgxrdp-0.2.0.tar.gz /xorgxrdp-0.2.1.tar.gz /xorgxrdp-0.2.2.tar.gz +/xorgxrdp-0.2.3.tar.gz diff --git a/sources b/sources index 1d0be0f..0950ce8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.2.tar.gz) = 0e848c2ce9653217ad5740423a63a452e02b4fc5cde5b094d10917952d7e9d779a8a2912c26b29a279a6535387e57b98074f6fd8d44d9241016e3836caeefcb1 +SHA512 (xorgxrdp-0.2.3.tar.gz) = 041754d67234055757fd13a4bf1b0e7c38f2b0a204a3bc672a72ed2e5bf0a7f71e92260dd258207d935cf952264149377fcd80c78c3cb87ff60c4b44c8ee9a51 diff --git a/xorgxrdp.spec b/xorgxrdp.spec index e2befe8..cfe8aa2 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,5 +1,5 @@ Name: xorgxrdp -Version: 0.2.2 +Version: 0.2.3 Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules @@ -51,6 +51,9 @@ for screen resizing and multiple monitors. %changelog +* Thu Jul 20 2017 Bojan Smojver - 0.2.3-1 +- Bump up to 0.2.3 + * Thu Jun 22 2017 Bojan Smojver - 0.2.2-1 - Bump up to 0.2.2 From b1f53b0d4251e29bd9137eede661ee15b337644f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:23:55 +0000 Subject: [PATCH 06/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index cfe8aa2..b122dae 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -51,6 +51,9 @@ for screen resizing and multiple monitors. %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 0.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Thu Jul 20 2017 Bojan Smojver - 0.2.3-1 - Bump up to 0.2.3 From 63a67acac570b72a88870790c30dff399e6deb05 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 10:56:03 +0000 Subject: [PATCH 07/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index b122dae..28ac645 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp Version: 0.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -51,6 +51,9 @@ for screen resizing and multiple monitors. %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 0.2.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 0.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 62d5a50d8853585f4946f4a7214921fe9efa19d3 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 20 Sep 2017 10:34:36 +1000 Subject: [PATCH 08/36] Bump up to 0.2.4. --- .gitignore | 1 + sources | 2 +- xorgxrdp.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 685368d..325b783 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /xorgxrdp-0.2.1.tar.gz /xorgxrdp-0.2.2.tar.gz /xorgxrdp-0.2.3.tar.gz +/xorgxrdp-0.2.4.tar.gz diff --git a/sources b/sources index 0950ce8..d0c4b18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.3.tar.gz) = 041754d67234055757fd13a4bf1b0e7c38f2b0a204a3bc672a72ed2e5bf0a7f71e92260dd258207d935cf952264149377fcd80c78c3cb87ff60c4b44c8ee9a51 +SHA512 (xorgxrdp-0.2.4.tar.gz) = 77062efc84061dd01f3fc96e96e805308988ad80d5b40f06a86e0d8a9e92fa96b63455ba4e1671b6073d783429add7184bb44e984ce503c6186267873916c213 diff --git a/xorgxrdp.spec b/xorgxrdp.spec index cfe8aa2..7b48778 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,5 +1,5 @@ Name: xorgxrdp -Version: 0.2.3 +Version: 0.2.4 Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules @@ -51,6 +51,9 @@ for screen resizing and multiple monitors. %changelog +* wed Sep 20 2017 Bojan Smojver - 0.2.4-1 +- Bump up to 0.2.4 + * Thu Jul 20 2017 Bojan Smojver - 0.2.3-1 - Bump up to 0.2.3 From 517cdc2e118ed92cb400406a5778081743343480 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 20 Sep 2017 10:35:59 +1000 Subject: [PATCH 09/36] Bump up to 0.2.4. --- xorgxrdp.spec | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index d9fe529..67ee42e 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,11 +1,6 @@ Name: xorgxrdp -<<<<<<< HEAD Version: 0.2.4 Release: 1%{?dist} -======= -Version: 0.2.3 -Release: 3%{?dist} ->>>>>>> 63a67acac570b72a88870790c30dff399e6deb05 Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,16 +51,14 @@ for screen resizing and multiple monitors. %changelog -<<<<<<< HEAD * wed Sep 20 2017 Bojan Smojver - 0.2.4-1 - Bump up to 0.2.4 -======= + * Thu Aug 03 2017 Fedora Release Engineering - 0.2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 0.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild ->>>>>>> 63a67acac570b72a88870790c30dff399e6deb05 * Thu Jul 20 2017 Bojan Smojver - 0.2.3-1 - Bump up to 0.2.3 From 21e117ba8bd64426617e777dffe91d3d1833fec6 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 20 Sep 2017 10:38:20 +1000 Subject: [PATCH 10/36] Fix bad date in changelog. --- xorgxrdp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 67ee42e..26590cf 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -51,7 +51,7 @@ for screen resizing and multiple monitors. %changelog -* wed Sep 20 2017 Bojan Smojver - 0.2.4-1 +* Wed Sep 20 2017 Bojan Smojver - 0.2.4-1 - Bump up to 0.2.4 * Thu Aug 03 2017 Fedora Release Engineering - 0.2.3-3 From 99abd2bad4a74a2e1b33be5a951495ed668d651e Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 20 Sep 2017 11:07:26 +1000 Subject: [PATCH 11/36] Require libXfont2-devel on RHEL7 at build time. --- xorgxrdp.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 26590cf..53fdb36 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp Version: 0.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -13,6 +13,9 @@ BuildRequires: xrdp-devel %if 0%{?fedora} <= 24 BuildRequires: libXfont-devel %endif +%if 0%{?rhel} = 7 +BuildRequires: libXfont2-devel +%endif Requires: xorg-x11-server-Xorg%{_isa} %description @@ -51,6 +54,9 @@ for screen resizing and multiple monitors. %changelog +* Wed Sep 20 2017 Bojan Smojver - 0.2.4-2 +- Require libXfont2-devel on RHEL7 at build time + * Wed Sep 20 2017 Bojan Smojver - 0.2.4-1 - Bump up to 0.2.4 From 46c009cdfc7bc767c36de950549fb1a5e02cd6f3 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 20 Sep 2017 11:09:59 +1000 Subject: [PATCH 12/36] Fix equality operator. --- xorgxrdp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 53fdb36..29d29b7 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -13,7 +13,7 @@ BuildRequires: xrdp-devel %if 0%{?fedora} <= 24 BuildRequires: libXfont-devel %endif -%if 0%{?rhel} = 7 +%if 0%{?rhel} == 7 BuildRequires: libXfont2-devel %endif Requires: xorg-x11-server-Xorg%{_isa} From 972cc469c86c7669c770eb2919665e96eaa7b1f3 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Sat, 23 Sep 2017 08:53:59 +1000 Subject: [PATCH 13/36] Require xorg-x11-server-Xorg we built against. --- xorgxrdp.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 29d29b7..00202d8 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,8 @@ +%global xorg_server_version %(pkg-config --silence-errors --modversion xorg-server 2>/dev/null || echo 65536) + Name: xorgxrdp Version: 0.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -16,7 +18,7 @@ BuildRequires: libXfont-devel %if 0%{?rhel} == 7 BuildRequires: libXfont2-devel %endif -Requires: xorg-x11-server-Xorg%{_isa} +Requires: xorg-x11-server-Xorg%{_isa} = %{xorg_server_version} %description xorgxrdp is a set of X11 modules that make Xorg act as a backend for @@ -54,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Sat Sep 23 2017 Bojan Smojver - 0.2.4-3 +- Require xorg-x11-server-Xorg we built against + * Wed Sep 20 2017 Bojan Smojver - 0.2.4-2 - Require libXfont2-devel on RHEL7 at build time From d1a821ce4ef17e312816f17581b9274de7d9fb70 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Sat, 7 Oct 2017 08:57:43 +1100 Subject: [PATCH 14/36] Bump and rebuild against new xorg-x11-server. --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 00202d8..4d9429e 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Sat Oct 7 2017 Bojan Smojver - 0.2.4-4 +- Bump and rebuild against latest xorg-x11-server + * Sat Sep 23 2017 Bojan Smojver - 0.2.4-3 - Require xorg-x11-server-Xorg we built against From 39355ffc3423ab380284fb7bbbe27e7c774aeab3 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Fri, 13 Oct 2017 11:22:11 +1100 Subject: [PATCH 15/36] Bump and rebuild against latest xorg-x11-server. --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 4d9429e..dbfc0d8 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Fri Oct 13 2017 Bojan Smojver - 0.2.4-5 +- Bump and rebuild against latest xorg-x11-server + * Sat Oct 7 2017 Bojan Smojver - 0.2.4-4 - Bump and rebuild against latest xorg-x11-server From a17dc20bb3b3a1858dc428d46a033ee22d541b66 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Sat, 16 Dec 2017 12:07:32 +1100 Subject: [PATCH 16/36] Bump up to 0.2.5. --- .gitignore | 1 + sources | 2 +- xorgxrdp.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 325b783..8e65fb0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /xorgxrdp-0.2.2.tar.gz /xorgxrdp-0.2.3.tar.gz /xorgxrdp-0.2.4.tar.gz +/xorgxrdp-0.2.5.tar.gz diff --git a/sources b/sources index d0c4b18..1eed855 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.4.tar.gz) = 77062efc84061dd01f3fc96e96e805308988ad80d5b40f06a86e0d8a9e92fa96b63455ba4e1671b6073d783429add7184bb44e984ce503c6186267873916c213 +SHA512 (xorgxrdp-0.2.5.tar.gz) = 0b2d6fcd7675703707221ff2ac3dd7674f1536c8f373d7f7c730e1cb13e0001a01dd8b75c00bea6fc2cecad64454442faaa1625c69165247a66a13f60c25328e diff --git a/xorgxrdp.spec b/xorgxrdp.spec index dbfc0d8..ce608b1 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,8 +1,8 @@ %global xorg_server_version %(pkg-config --silence-errors --modversion xorg-server 2>/dev/null || echo 65536) Name: xorgxrdp -Version: 0.2.4 -Release: 5%{?dist} +Version: 0.2.5 +Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Sat Dec 16 2017 Bojan Smojver - 0.2.5-1 +- Bump up to 0.2.5 + * Fri Oct 13 2017 Bojan Smojver - 0.2.4-5 - Bump and rebuild against latest xorg-x11-server From 29f652ee90f11e4ea791eb4de1a4c1b7e4463995 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Fri, 22 Dec 2017 09:23:02 +1100 Subject: [PATCH 17/36] Bump and rebuild against latest xorg-x11-server. --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index ce608b1..5b42bff 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Fri Dec 22 2017 Bojan Smojver - 0.2.5-2 +- Bump and rebuild against latest xorg-x11-server + * Sat Dec 16 2017 Bojan Smojver - 0.2.5-1 - Bump up to 0.2.5 From eb7275aee0c66e1e86e573dc04c351abef6a3028 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Mon, 15 Jan 2018 16:57:49 +1100 Subject: [PATCH 18/36] Add patch for gnome-settings-daemon crash. --- xorgxrdp-0.2.5-gamma.patch | 59 ++++++++++++++++++++++++++++++++++++++ xorgxrdp.spec | 8 ++++-- 2 files changed, 65 insertions(+), 2 deletions(-) create mode 100644 xorgxrdp-0.2.5-gamma.patch diff --git a/xorgxrdp-0.2.5-gamma.patch b/xorgxrdp-0.2.5-gamma.patch new file mode 100644 index 0000000..c0218d7 --- /dev/null +++ b/xorgxrdp-0.2.5-gamma.patch @@ -0,0 +1,59 @@ +From 5efd50268694d037186018997251a02ac96c4177 Mon Sep 17 00:00:00 2001 +From: matt335672 <30179339+matt335672@users.noreply.github.com> +Date: Tue, 2 Jan 2018 15:26:26 +0000 +Subject: [PATCH] Expand result of XRRGetCrtcGamma() call + +The call XRRGetCtrcGamma() is now compatible with tigervnc-server +--- + module/rdpRandR.c | 24 +++++++++++------------- + 1 file changed, 11 insertions(+), 13 deletions(-) + +diff --git a/module/rdpRandR.c b/module/rdpRandR.c +index 0ea4155..309f46a 100644 +--- a/module/rdpRandR.c ++++ b/module/rdpRandR.c +@@ -178,19 +178,6 @@ rdpRRCrtcGetGamma(ScreenPtr pScreen, RRCrtcPtr crtc) + { + LLOGLN(0, ("rdpRRCrtcGetGamma: %p %p %p %p", crtc, crtc->gammaRed, + crtc->gammaBlue, crtc->gammaGreen)); +- crtc->gammaSize = 1; +- if (crtc->gammaRed == NULL) +- { +- crtc->gammaRed = g_new0(CARD16, 16); +- } +- if (crtc->gammaBlue == NULL) +- { +- crtc->gammaBlue = g_new0(CARD16, 16); +- } +- if (crtc->gammaGreen == NULL) +- { +- crtc->gammaGreen = g_new0(CARD16, 16); +- } + return TRUE; + } + +@@ -332,6 +319,7 @@ rdpRRAddOutput(rdpPtr dev, const char *aname, int x, int y, int width, int heigh + xRRModeInfo modeInfo; + char name[64]; + const int vfreq = 50; ++ int i; + + sprintf (name, "%dx%d", width, height); + memset (&modeInfo, 0, sizeof(modeInfo)); +@@ -355,6 +343,16 @@ rdpRRAddOutput(rdpPtr dev, const char *aname, int x, int y, int width, int heigh + RRModeDestroy(mode); + return 0; + } ++ /* Create and initialise (unused) gamma ramps */ ++ RRCrtcGammaSetSize (crtc, 256); ++ for (i = 0 ; i < crtc->gammaSize; ++i) ++ { ++ unsigned short val = (0xffff * i) / (crtc->gammaSize - 1); ++ crtc->gammaRed[i] = val; ++ crtc->gammaGreen[i] = val; ++ crtc->gammaBlue[i] = val; ++ } ++ + output = RROutputCreate(dev->pScreen, aname, strlen(aname), NULL); + if (output == 0) + { diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 5b42bff..4f678e7 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,12 +2,13 @@ Name: xorgxrdp Version: 0.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT URL: https://github.com/neutrinolabs/xorgxrdp Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{version}/%{name}-%{version}.tar.gz +Patch1: xorgxrdp-0.2.5-gamma.patch BuildRequires: nasm BuildRequires: xorg-x11-server-devel @@ -26,7 +27,7 @@ xrdp. Xorg with xorgxrdp is the most advanced xrdp backend with support for screen resizing and multiple monitors. %prep -%autosetup +%autosetup -p1 %build @@ -56,6 +57,9 @@ for screen resizing and multiple monitors. %changelog +* Mon Jan 15 2018 Bojan Smojver - 0.2.5-2 +- Add patch for gnome-settings-daemon crash + * Fri Dec 22 2017 Bojan Smojver - 0.2.5-2 - Bump and rebuild against latest xorg-x11-server From 2e19a707a4aeb72583b34aefff78a3411a7ae095 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Mon, 15 Jan 2018 17:03:11 +1100 Subject: [PATCH 19/36] Fix changelog. --- xorgxrdp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 4f678e7..32a6560 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -57,7 +57,7 @@ for screen resizing and multiple monitors. %changelog -* Mon Jan 15 2018 Bojan Smojver - 0.2.5-2 +* Mon Jan 15 2018 Bojan Smojver - 0.2.5-3 - Add patch for gnome-settings-daemon crash * Fri Dec 22 2017 Bojan Smojver - 0.2.5-2 From d214287364175c7ce2fe9c6d29385d115dc454d3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 22:01:31 +0000 Subject: [PATCH 20/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_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 32a6560..b25f03c 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -57,6 +57,9 @@ for screen resizing and multiple monitors. %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0.2.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Mon Jan 15 2018 Bojan Smojver - 0.2.5-3 - Add patch for gnome-settings-daemon crash From 2c698d13f5fa00d2d97cc4e408b547829da2bcaf Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Sun, 25 Mar 2018 10:05:35 +1100 Subject: [PATCH 21/36] Bump up to 0.2.6. --- .gitignore | 1 + sources | 2 +- xorgxrdp.spec | 8 +++++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8e65fb0..0775be0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /xorgxrdp-0.2.3.tar.gz /xorgxrdp-0.2.4.tar.gz /xorgxrdp-0.2.5.tar.gz +/xorgxrdp-0.2.6.tar.gz diff --git a/sources b/sources index 1eed855..69c60e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.5.tar.gz) = 0b2d6fcd7675703707221ff2ac3dd7674f1536c8f373d7f7c730e1cb13e0001a01dd8b75c00bea6fc2cecad64454442faaa1625c69165247a66a13f60c25328e +SHA512 (xorgxrdp-0.2.6.tar.gz) = b798b1bb610fa8e1c5280177593763f15aa031920f5ca03455eed1b873678fdb72c5745198ee39901c173b5cf6aa36caf05f5d04593ae602d59f18d523c0c030 diff --git a/xorgxrdp.spec b/xorgxrdp.spec index b25f03c..a6ec257 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,14 +1,13 @@ %global xorg_server_version %(pkg-config --silence-errors --modversion xorg-server 2>/dev/null || echo 65536) Name: xorgxrdp -Version: 0.2.5 -Release: 4%{?dist} +Version: 0.2.6 +Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT URL: https://github.com/neutrinolabs/xorgxrdp Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{version}/%{name}-%{version}.tar.gz -Patch1: xorgxrdp-0.2.5-gamma.patch BuildRequires: nasm BuildRequires: xorg-x11-server-devel @@ -57,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Sun Mar 25 2018 Bojan Smojver - 0.2.6-1 +- Bump up to 0.2.6 + * Fri Feb 09 2018 Fedora Release Engineering - 0.2.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 3ba7d0eaee0ca2fedc054cad53aaf846140d004e Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Sun, 25 Mar 2018 10:13:58 +1100 Subject: [PATCH 22/36] Remove unused patch. --- xorgxrdp-0.2.5-gamma.patch | 59 -------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 xorgxrdp-0.2.5-gamma.patch diff --git a/xorgxrdp-0.2.5-gamma.patch b/xorgxrdp-0.2.5-gamma.patch deleted file mode 100644 index c0218d7..0000000 --- a/xorgxrdp-0.2.5-gamma.patch +++ /dev/null @@ -1,59 +0,0 @@ -From 5efd50268694d037186018997251a02ac96c4177 Mon Sep 17 00:00:00 2001 -From: matt335672 <30179339+matt335672@users.noreply.github.com> -Date: Tue, 2 Jan 2018 15:26:26 +0000 -Subject: [PATCH] Expand result of XRRGetCrtcGamma() call - -The call XRRGetCtrcGamma() is now compatible with tigervnc-server ---- - module/rdpRandR.c | 24 +++++++++++------------- - 1 file changed, 11 insertions(+), 13 deletions(-) - -diff --git a/module/rdpRandR.c b/module/rdpRandR.c -index 0ea4155..309f46a 100644 ---- a/module/rdpRandR.c -+++ b/module/rdpRandR.c -@@ -178,19 +178,6 @@ rdpRRCrtcGetGamma(ScreenPtr pScreen, RRCrtcPtr crtc) - { - LLOGLN(0, ("rdpRRCrtcGetGamma: %p %p %p %p", crtc, crtc->gammaRed, - crtc->gammaBlue, crtc->gammaGreen)); -- crtc->gammaSize = 1; -- if (crtc->gammaRed == NULL) -- { -- crtc->gammaRed = g_new0(CARD16, 16); -- } -- if (crtc->gammaBlue == NULL) -- { -- crtc->gammaBlue = g_new0(CARD16, 16); -- } -- if (crtc->gammaGreen == NULL) -- { -- crtc->gammaGreen = g_new0(CARD16, 16); -- } - return TRUE; - } - -@@ -332,6 +319,7 @@ rdpRRAddOutput(rdpPtr dev, const char *aname, int x, int y, int width, int heigh - xRRModeInfo modeInfo; - char name[64]; - const int vfreq = 50; -+ int i; - - sprintf (name, "%dx%d", width, height); - memset (&modeInfo, 0, sizeof(modeInfo)); -@@ -355,6 +343,16 @@ rdpRRAddOutput(rdpPtr dev, const char *aname, int x, int y, int width, int heigh - RRModeDestroy(mode); - return 0; - } -+ /* Create and initialise (unused) gamma ramps */ -+ RRCrtcGammaSetSize (crtc, 256); -+ for (i = 0 ; i < crtc->gammaSize; ++i) -+ { -+ unsigned short val = (0xffff * i) / (crtc->gammaSize - 1); -+ crtc->gammaRed[i] = val; -+ crtc->gammaGreen[i] = val; -+ crtc->gammaBlue[i] = val; -+ } -+ - output = RROutputCreate(dev->pScreen, aname, strlen(aname), NULL); - if (output == 0) - { From 47f64b186d9bf1891c61be85fb33f0f989f1c6cb Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 11 Apr 2018 18:59:04 +1000 Subject: [PATCH 23/36] Rebuild against Xorg 1.19.5 from RHEL 7.5. --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index a6ec257..2cee54d 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Wed Apr 11 2018 Bojan Smojver - 0.2.6-2 +- Rebuild against Xorg 1.19.5 from RHEL 7.5 + * Sun Mar 25 2018 Bojan Smojver - 0.2.6-1 - Bump up to 0.2.6 From 33c786aa4ebabbc0cde810512770b4e5a7deb793 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Thu, 17 May 2018 09:52:34 +1000 Subject: [PATCH 24/36] Rebuild against Xorg 1.20.0 from F29. --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 2cee54d..b0747ed 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Thu May 17 2018 Bojan Smojver - 0.2.6-3 +- Rebuild against Xorg 1.20.0 from F29 + * Wed Apr 11 2018 Bojan Smojver - 0.2.6-2 - Rebuild against Xorg 1.19.5 from RHEL 7.5 From 6771b3a6d0876deff02b9069fdf0635853e0cf42 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Tue, 19 Jun 2018 10:39:01 +1000 Subject: [PATCH 25/36] Bump up to 0.2.7. --- .gitignore | 1 + sources | 2 +- xorgxrdp.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0775be0..1235951 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /xorgxrdp-0.2.4.tar.gz /xorgxrdp-0.2.5.tar.gz /xorgxrdp-0.2.6.tar.gz +/xorgxrdp-0.2.7.tar.gz diff --git a/sources b/sources index 69c60e7..835bd89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.6.tar.gz) = b798b1bb610fa8e1c5280177593763f15aa031920f5ca03455eed1b873678fdb72c5745198ee39901c173b5cf6aa36caf05f5d04593ae602d59f18d523c0c030 +SHA512 (xorgxrdp-0.2.7.tar.gz) = b209f89017b9bcc8386e8690cfb0c59cb6817c37a051f1d6256365afa2d80290f5b162c01b34faab828c811c26d2a26bc9e55eb3925522833bd3a598e67127f3 diff --git a/xorgxrdp.spec b/xorgxrdp.spec index b0747ed..e973cec 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,8 +1,8 @@ %global xorg_server_version %(pkg-config --silence-errors --modversion xorg-server 2>/dev/null || echo 65536) Name: xorgxrdp -Version: 0.2.6 -Release: 3%{?dist} +Version: 0.2.7 +Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Tue Jun 19 2018 Bojan Smojver - 0.2.7-1 +- Bump up to 0.2.7 + * Thu May 17 2018 Bojan Smojver - 0.2.6-3 - Rebuild against Xorg 1.20.0 from F29 From e167352aa69a47ed3dac66763d2e7d36d49a40f2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:32:20 +0000 Subject: [PATCH 26/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_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 e973cec..4a1729b 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.2.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Tue Jun 19 2018 Bojan Smojver - 0.2.7-1 - Bump up to 0.2.7 From b1020ed59c97b42d42982bd88f0c821a1c556a7d Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Thu, 6 Sep 2018 05:30:06 +1000 Subject: [PATCH 27/36] Rebuild against Xorg 1.20.1. --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 4a1729b..21e03a0 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Thu Sep 6 2018 Bojan Smojver - 0.2.7-3 +- Rebuild against Xorg 1.20.1 + * Sat Jul 14 2018 Fedora Release Engineering - 0.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From e5e6074fa1f45708746ab691ed8ae4ff08a848f4 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 19 Sep 2018 14:27:04 +1000 Subject: [PATCH 28/36] Update to 0.2.8. --- .gitignore | 1 + sources | 2 +- xorgxrdp.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1235951..1edcb62 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /xorgxrdp-0.2.5.tar.gz /xorgxrdp-0.2.6.tar.gz /xorgxrdp-0.2.7.tar.gz +/xorgxrdp-0.2.8.tar.gz diff --git a/sources b/sources index 835bd89..a2e2d4d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.7.tar.gz) = b209f89017b9bcc8386e8690cfb0c59cb6817c37a051f1d6256365afa2d80290f5b162c01b34faab828c811c26d2a26bc9e55eb3925522833bd3a598e67127f3 +SHA512 (xorgxrdp-0.2.8.tar.gz) = cc3564b3d690bf2a39831bb541ee9dde587e1c9040511f5c22e6cd94757773447c32f08fc2e60e30dc34b2c870105a26788673829dd38bba0c4d9a1c2eac840d diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 21e03a0..4ed93c4 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,8 +1,8 @@ %global xorg_server_version %(pkg-config --silence-errors --modversion xorg-server 2>/dev/null || echo 65536) Name: xorgxrdp -Version: 0.2.7 -Release: 3%{?dist} +Version: 0.2.8 +Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Wed Sep 19 2018 Bojan Smojver - 0.2.8-1 +- Bump up to 0.2.8 + * Thu Sep 6 2018 Bojan Smojver - 0.2.7-3 - Rebuild against Xorg 1.20.1 From fb7e4d5b090632a733140f9ce56004c999585b8b Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Thu, 25 Oct 2018 06:49:55 +1100 Subject: [PATCH 29/36] Rebuild against Xorg 1.20.2. --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 4ed93c4..d3c4f30 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Thu Oct 25 2018 Bojan Smojver - 0.2.8-2 +- Rebuild against Xorg 1.20.2 + * Wed Sep 19 2018 Bojan Smojver - 0.2.8-1 - Bump up to 0.2.8 From 87e0945dbb4b3df220975a6ea1da23d403f0f79e Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Fri, 2 Nov 2018 19:18:40 +1100 Subject: [PATCH 30/36] Rebuild against 1.20.3. --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index d3c4f30..7224d4a 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Fri Nov 2 2018 Bojan Smojver - 0.2.8-3 +- Rebuild against Xorg 1.20.3 + * Thu Oct 25 2018 Bojan Smojver - 0.2.8-2 - Rebuild against Xorg 1.20.2 From 0da4e097081e95dd561ea91b086e9c9d91f384b1 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Sat, 22 Dec 2018 16:23:50 +1100 Subject: [PATCH 31/36] Bump up to 0.2.9. --- .gitignore | 1 + sources | 2 +- xorgxrdp.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1edcb62..826b6b3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /xorgxrdp-0.2.6.tar.gz /xorgxrdp-0.2.7.tar.gz /xorgxrdp-0.2.8.tar.gz +/xorgxrdp-0.2.9.tar.gz diff --git a/sources b/sources index a2e2d4d..ef3ce5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.8.tar.gz) = cc3564b3d690bf2a39831bb541ee9dde587e1c9040511f5c22e6cd94757773447c32f08fc2e60e30dc34b2c870105a26788673829dd38bba0c4d9a1c2eac840d +SHA512 (xorgxrdp-0.2.9.tar.gz) = 7c4100ee01b1b7634106a2d99b8cad70819c508a40ed094370c5af3b972bca1317252f5a4f9e7a6942e4d3ac67f1f1a8d0afaa65267675ab2f3df92d63cf3823 diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 7224d4a..7109917 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,8 +1,8 @@ %global xorg_server_version %(pkg-config --silence-errors --modversion xorg-server 2>/dev/null || echo 65536) Name: xorgxrdp -Version: 0.2.8 -Release: 3%{?dist} +Version: 0.2.9 +Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Sat Dec 22 2018 Bojan Smojver - 0.2.9-1 +- Bump up to 0.2.9 + * Fri Nov 2 2018 Bojan Smojver - 0.2.8-3 - Rebuild against Xorg 1.20.3 From 05301eb56fe1bb241d975e3bc074db951d510fa6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:45:44 +0000 Subject: [PATCH 32/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_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 7109917..93ebe4a 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0.2.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Dec 22 2018 Bojan Smojver - 0.2.9-1 - Bump up to 0.2.9 From 10f5dc899fbaeadb15031e6387101ce3538ee3bf Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Fri, 1 Mar 2019 08:33:38 +1100 Subject: [PATCH 33/36] Rebuild against Xorg 1.20.4. --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 93ebe4a..37c8b7d 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Fri Mar 1 2019 Bojan Smojver - 0.2.9-3 +- Rebuild against Xorg 1.20.4 + * Sun Feb 03 2019 Fedora Release Engineering - 0.2.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 41c2282e0cc0c73898beee2c6926fdc7c048ab8c Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Thu, 30 May 2019 16:41:33 +1000 Subject: [PATCH 34/36] Bump up to 0.2.10. --- .gitignore | 1 + sources | 2 +- xorgxrdp.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 826b6b3..7aaf109 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /xorgxrdp-0.2.7.tar.gz /xorgxrdp-0.2.8.tar.gz /xorgxrdp-0.2.9.tar.gz +/xorgxrdp-0.2.10.tar.gz diff --git a/sources b/sources index ef3ce5a..560fe00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.9.tar.gz) = 7c4100ee01b1b7634106a2d99b8cad70819c508a40ed094370c5af3b972bca1317252f5a4f9e7a6942e4d3ac67f1f1a8d0afaa65267675ab2f3df92d63cf3823 +SHA512 (xorgxrdp-0.2.10.tar.gz) = 5df225b5e2b2b4ba9aa11244f76c6f09c0324bca7bf86ebf56f4e2230ee0cf80da808e16bbec1a750d5a3d0da057459a6ed82ff238a47228f6384b31114ebbde diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 37c8b7d..f8adf0e 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,8 +1,8 @@ %global xorg_server_version %(pkg-config --silence-errors --modversion xorg-server 2>/dev/null || echo 65536) Name: xorgxrdp -Version: 0.2.9 -Release: 3%{?dist} +Version: 0.2.10 +Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Thu May 30 2019 Bojan Smojver - 0.2.10-1 +- Bump up to 0.2.10 + * Fri Mar 1 2019 Bojan Smojver - 0.2.9-3 - Rebuild against Xorg 1.20.4 From 66f53079845b108909cf7649f9c4c38babba1459 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Mon, 24 Jun 2019 23:26:33 +1000 Subject: [PATCH 35/36] Rebuild against Xorg 1.20.5. --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index f8adf0e..cbbc716 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Mon Jun 24 2019 Bojan Smojver - 0.2.10-2 +- Rebuild against Xorg 1.20.5 + * Thu May 30 2019 Bojan Smojver - 0.2.10-1 - Bump up to 0.2.10 From 122fa404c934cbb3059be6c32c290a935f145b6b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:34:27 +0000 Subject: [PATCH 36/36] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_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 cbbc716..bd7a805 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.2.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Mon Jun 24 2019 Bojan Smojver - 0.2.10-2 - Rebuild against Xorg 1.20.5