From f040031a875396401d1d7b67379dd2f98323b924 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Mon, 10 Feb 2025 14:39:43 +0100 Subject: [PATCH] automatic version update by autodist [release 3.4.7-1mamba;Sun Feb 09 2025] --- libffi.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libffi.spec b/libffi.spec index 12a0808..6560e5e 100644 --- a/libffi.spec +++ b/libffi.spec @@ -1,6 +1,6 @@ Name: libffi Epoch: 1 -Version: 3.4.6 +Version: 3.4.7 Release: 1mamba Summary: A Portable Foreign Function Interface Library Group: System/Libraries @@ -35,7 +35,6 @@ The libffi library provides a portable, high level programming interface to vari FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages. This package contains static libraries and header files needed for development. -%debug_package %prep %setup -q @@ -63,8 +62,6 @@ rm -f %{buildroot}%{_infodir}/dir %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig %post devel %install_info %{name}.info @@ -93,6 +90,9 @@ rm -f %{buildroot}%{_infodir}/dir %{_infodir}/libffi.info.gz %changelog +* Sun Feb 09 2025 Automatic Build System 3.4.7-1mamba +- automatic version update by autodist + * Sun Feb 18 2024 Automatic Build System 3.4.6-1mamba - automatic version update by autodist