From da74fc77ef388eed489dc4efa751a4e6c4d2fdab Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:38:56 +0100 Subject: [PATCH] update to 0.1.6 [release 0.1.6-1mamba;Wed Jan 25 2023] --- xf86-video-qxl.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/xf86-video-qxl.spec b/xf86-video-qxl.spec index fc93f84..4dc8570 100644 --- a/xf86-video-qxl.spec +++ b/xf86-video-qxl.spec @@ -1,14 +1,14 @@ %define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2) Name: xf86-video-qxl -Version: 0.1.5 -Release: 3mamba +Version: 0.1.6 +Release: 1mamba Summary: QXL video driver for X.org Group: System/X11 Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.x.org/wiki/ -Source: https://www.x.org/releases/individual/driver/xf86-video-qxl-%{version}.tar.bz2 +Source: https://www.x.org/releases/individual/driver/xf86-video-qxl-%{version}.tar.xz Patch0: xf86-video-qxl-0.1.5-xorg-server-21.1.3.patch License: MIT ## AUTOBUILDREQ-BEGIN @@ -28,7 +28,7 @@ QXL video driver for X.org. %prep %setup -q -%patch0 -p1 -b .xorg-server-21.1.3 +#%patch0 -p1 -b .xorg-server-21.1.3 %build %configure @@ -43,11 +43,14 @@ QXL video driver for X.org. %files %defattr(-,root,root) -%{_libdir}/xorg/modules/drivers/qxl_drv.la +#%{_libdir}/xorg/modules/drivers/qxl_drv.la %{_libdir}/xorg/modules/drivers/qxl_drv.so %doc COPYING %changelog +* Wed Jan 25 2023 Silvan Calarco 0.1.6-1mamba +- update to 0.1.6 + * Sat Feb 19 2022 Automatic Build System 0.1.5-3mamba - rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba