rebuilt with libffi 3.3 [release 1.8.28-2mamba;Thu Apr 23 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 05:11:37 +01:00
parent 9b0cc8d8cc
commit cb9033f671

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 1.8.28-2mamba
- rebuilt with libffi 3.3
* Fri Mar 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.28-1mamba
- package created using the webbuild interface