From cb9033f671a6a0087f4ade7e65da214d09ddbfa3 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:11:37 +0100 Subject: [PATCH] rebuilt with libffi 3.3 [release 1.8.28-2mamba;Thu Apr 23 2020] --- libnma.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libnma.spec b/libnma.spec index 915c906..dca7e66 100644 --- a/libnma.spec +++ b/libnma.spec @@ -1,13 +1,14 @@ +%define majver %(echo %version | cut -d. -f1-2) Name: libnma Version: 1.8.28 -Release: 1mamba +Release: 2mamba Summary: Network Manager Applet library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://live.gnome.org -Source: http://ftp.acc.umu.se/pub/GNOME/sources/libnma/1.8/libnma-%{version}.tar.xz +Source: http://ftp.acc.umu.se/pub/GNOME/sources/libnma/%{majver}/libnma-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -37,6 +38,7 @@ BuildRequires: libsepol-devel BuildRequires: libuuid-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END +BuildRequires: libffi-devel >= 3.3 Obsoletes: libnm-gtk BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -120,5 +122,8 @@ fi %{_datadir}/gtk-doc/html/libnma/* %changelog +* Thu Apr 23 2020 Silvan Calarco 1.8.28-2mamba +- rebuilt with libffi 3.3 + * Fri Mar 13 2020 Silvan Calarco 1.8.28-1mamba - package created using the webbuild interface