From 4614e104820477c06e1ba581c2e64cf127df2eb8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 29 Dec 2025 14:05:47 +0100 Subject: [PATCH] update to 20251212 [release 20251212-1mamba;Sun Dec 28 2025] --- acpica.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/acpica.spec b/acpica.spec index a3c0cda..7665388 100644 --- a/acpica.spec +++ b/acpica.spec @@ -2,15 +2,15 @@ %define gv2 %{lua:print(string.sub(rpm.expand("%{version}"), 5, 6))} %define gv3 %{lua:print(string.sub(rpm.expand("%{version}"), 7, 8))} Name: acpica -Version: 20250807 +Version: 20251212 Release: 1mamba Summary: Advanced Configuration & Power Interface Component Architecture Group: System/Kernel and Hardware Vendor: openmamba Distribution: openmamba -Packager: Silvan Calarco +Packager: Silvan Calarco URL: https://github.com/acpica/acpica -Source: https://github.com/acpica/acpica.git/R%{gv1}_%{gv2}_%{gv3}/acpica-%{version}.tar.bz2 +Source: https://github.com/acpica/acpica.git/%{version}/acpica-%{version}.tar.bz2 Source1: acpica-license Source2: http://www.intel.com/technology/iapc/acpi/downloads/AslCompiler.pdf Source3: http://www.intel.com/technology/iapc/acpi/downloads/ACPICA-ProgRef.pdf @@ -23,7 +23,7 @@ BuildRequires: glibc-devel Obsoletes: pmtools <= 20130209-2mamba BuildRequires: flex BuildRequires: bison -ExclusiveArch: %{ix86} x86_64 +#ExclusiveArch: %{ix86} x86_64 %description Advanced Configuration & Power Interface Component Architecture (ACPI CA) provides a reference implementation of software components that enable OS support for interfaces defined in the ACPI 1.0b specification. @@ -56,10 +56,12 @@ export CFLAGS="%{optflags} -Wno-dangling-pointer -Wno-format-overflow" %files %defattr(-,root,root) %{_bindir}/* -#%{_mandir}/man1/* %doc source/LICENSE %changelog +* Sun Dec 28 2025 Silvan Calarco 20251212-1mamba +- update to 20251212 + * Thu Sep 18 2025 Automatic Build System 20250807-1mamba - automatic version update by autodist