From af233d65becb800ee56c442c3f2b004d53753dab Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:38:34 +0100 Subject: [PATCH] update to 6.9.7 [release 6.9.7-1mamba;Sun Feb 26 2023] --- README.md | 2 + xf86-video-mach64.spec | 93 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100644 xf86-video-mach64.spec diff --git a/README.md b/README.md index 062df95..3dbe014 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xf86-video-mach64 +Mach64 video driver for X.Org. + diff --git a/xf86-video-mach64.spec b/xf86-video-mach64.spec new file mode 100644 index 0000000..636540a --- /dev/null +++ b/xf86-video-mach64.spec @@ -0,0 +1,93 @@ +%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2) +Name: xf86-video-mach64 +Version: 6.9.7 +Release: 1mamba +Summary: Mach64 video driver for X.Org +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://www.x.org/wiki/ +Source: https://ftp.x.org/archive/individual/driver/xf86-video-mach64-%{version}.tar.xz +#Source: https://gitlab.freedesktop.org/xorg/driver/xf86-video-mach64.git/master@%{gittag}/xf86-video-mach64-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRequires: xorg-server-devel >= 21.1.3-1mamba +Requires: xorg-server >= %{xorg_ver} +Requires: xorg-server <= %{xorg_ver}.255 +Provides: xorg-drv-video-mach64 +Obsoletes: xorg-drv-video-mach64 < 6.9.7 +Provides: xorgdrvvideo + +%description +Mach64 video driver for X.Org. + +%debug_package + +%prep +%setup -q + +%build +%configure +%make + +%install +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/xorg/modules/drivers/mach64_drv.so +#%{_mandir}/man4/mach64.4.gz + +%changelog +* Sun Feb 26 2023 Silvan Calarco 6.9.7-1mamba +- update to 6.9.7 + +* Sat Feb 19 2022 Silvan Calarco 6.9.6.20220206git.fe76415fe-1mamba +- update to 6.9.6.20220206git.fe76415fe +- rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba + +* Sun Mar 03 2019 Silvan Calarco 6.9.6-1mamba +- update to 6.9.6 +- rebuilt with xorg-server 1.20.4 + +* Thu Dec 07 2017 Automatic Build System 6.9.5-3mamba +- rebuild with xorg-server 1.19.5 + +* Fri Aug 21 2015 Silvan Calarco 6.9.5-2mamba +- rebuilt with xorg-server 1.17.2 + +* Thu May 07 2015 Automatic Build System 6.9.5-1mamba +- automatic update by autodist + +* Sat Jun 14 2014 Automatic Build System 6.9.4-3mamba +- X.org 1.15 rebuild + +* Tue Mar 05 2013 Silvan Calarco 6.9.4-2mamba +- xorg-server 1.12 mass rebuild + +* Sun Jan 13 2013 Automatic Build System 6.9.4-1mamba +- automatic version update by autodist + +* Thu Dec 06 2012 Silvan Calarco 6.9.3-2mamba +- mass rebuild: xorg-server 1.10 backport from devel-xorg + +* Mon Aug 13 2012 Automatic Build System 6.9.3-1mamba +- automatic version update by autodist + +* Thu Jun 07 2012 Silvan Calarco 6.9.1-1mamba +- automatic update by autodist + +* Fri Feb 17 2012 Silvan Calarco 6.9.0-2mamba +- automatic update by autodist + +* Sun May 08 2011 Automatic Build System 6.9.0-1mamba +- automatic update by autodist + +* Sat Sep 11 2010 Silvan Calarco 6.8.2-1mamba +- first build