From ce744274a17f274961bf12e209751de9434b73fd Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:39:44 +0100 Subject: [PATCH] rebuilt with debug package and aarch64 build fix [release 1.0.3-2mamba;Thu Dec 10 2020] --- xf86dga.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/xf86dga.spec b/xf86dga.spec index 5cafbcc..d01efad 100644 --- a/xf86dga.spec +++ b/xf86dga.spec @@ -1,6 +1,6 @@ Name: xf86dga Version: 1.0.3 -Release: 1mamba +Release: 2mamba Summary: xf86dga application - a simple test client for the XFree86-DGA extension Group: Graphical Desktop/Applications/Utilities Vendor: openmamba @@ -13,14 +13,17 @@ License: MIT BuildRequires: glibc-devel BuildRequires: libX11-devel BuildRequires: libXxf86dga-devel -## AUTOBUILDREQ +## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description xf86dga application is a simple test client for the XFree86-DGA extension. +%debug_package + %prep %setup -q +sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub %build %configure @@ -40,5 +43,8 @@ xf86dga application is a simple test client for the XFree86-DGA extension. %doc COPYING ChangeLog README %changelog +* Thu Dec 10 2020 Silvan Calarco 1.0.3-2mamba +- rebuilt with debug package and aarch64 build fix + * Tue Apr 26 2011 Tiziana Ferro 1.0.3-1mamba - package created by autospec \ No newline at end of file