automatic version update by autodist [release 8.0.2-1mamba;Fri Dec 06 2024]
This commit is contained in:
parent
46ba9d2b36
commit
e8d35636ed
7
ace.spec
7
ace.spec
@ -1,6 +1,6 @@
|
||||
%define dirver %(echo %version | tr . _)
|
||||
Name: ace
|
||||
Version: 8.0.1
|
||||
Version: 8.0.2
|
||||
Release: 1mamba
|
||||
Summary: A C++ framework for implementing distributed and networked applications
|
||||
Group: Development/Tools
|
||||
@ -73,8 +73,6 @@ cd ace
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
@ -105,6 +103,9 @@ cd ace
|
||||
%doc NEWS README
|
||||
|
||||
%changelog
|
||||
* Fri Dec 06 2024 Automatic Build System <autodist@openmamba.org> 8.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 04 2024 Automatic Build System <autodist@openmamba.org> 8.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user