diff --git a/vala.spec b/vala.spec index 384a200..e1e7569 100644 --- a/vala.spec +++ b/vala.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f 1-2) %define apiver %majver Name: vala -Version: 0.56.17 +Version: 0.56.18 Release: 1mamba Summary: Compiler for the GObject type system Group: Development/Languages @@ -13,6 +13,7 @@ Source: http://download.gnome.org/sources/vala/%{majver}/vala-%{version}. License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libgcc BuildRequires: libglib-devel BuildRequires: libgraphviz-devel ## AUTOBUILDREQ-END @@ -53,8 +54,6 @@ This package contains tools to generate Vala projects, as well as API bindings f %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -114,6 +113,9 @@ This package contains tools to generate Vala projects, as well as API bindings f %{_mandir}/man1/valadoc.1* %changelog +* Mon Mar 03 2025 Automatic Build System 0.56.18-1mamba +- automatic version update by autodist + * Fri Apr 19 2024 Automatic Build System 0.56.17-1mamba - automatic version update by autodist