automatic version update by autodist [release 5.12.0-1mamba;Wed Dec 18 2024]

This commit is contained in:
Automatic Build System 2024-12-18 19:23:24 +01:00
parent 8088ddb990
commit 1134def87f

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: gwenhywfar
Version: 5.10.2
Version: 5.12.0
Release: 1mamba
Summary: A tool to allow porting of software to different operating systems like Linux, *BSD, Windows etc.
Group: System/Libraries
@ -26,6 +26,7 @@ BuildRequires: libharfbuzz-devel
BuildRequires: libopenssl-devel
BuildRequires: libpango-devel
BuildRequires: libstdc++6-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
@ -93,14 +94,8 @@ autoreconf -f -i
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%post -n lib%{name}-gtk3 -p /sbin/ldconfig
%postun -n lib%{name}-gtk3 -p /sbin/ldconfig
%post -n lib%{name}-qt5 -p /sbin/ldconfig
%postun -n lib%{name}-qt5 -p /sbin/ldconfig
%files -f %{name}.lang
%defattr(-,root,root)
@ -161,6 +156,9 @@ autoreconf -f -i
%doc NEWS README TODO
%changelog
* Wed Dec 18 2024 Automatic Build System <autodist@openmamba.org> 5.12.0-1mamba
- automatic version update by autodist
* Sat Jul 29 2023 Automatic Build System <autodist@mambasoft.it> 5.10.2-1mamba
- automatic version update by autodist