diff --git a/qcoro.spec b/qcoro.spec index 05a06ef..a29af14 100644 --- a/qcoro.spec +++ b/qcoro.spec @@ -1,12 +1,12 @@ Name: qcoro -Version: 0.10.0 +Version: 0.11.0 Release: 1mamba Summary: The QCoro library provides set of tools to make use of C++20 coroutines with Qt Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://qcoro.dvratil.cz/ +URL: https://qcoro.dev/ Source: https://github.com/danvratil/qcoro.git/v%{version}/qcoro-%{version}.tar.bz2 License: MIT ## AUTOBUILDREQ-BEGIN @@ -79,11 +79,7 @@ cd .. %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name}-qt5 -p /sbin/ldconfig -%postun -n lib%{name}-qt5 -p /sbin/ldconfig -%post -n lib%{name}-qt6 -p /sbin/ldconfig -%postun -n lib%{name}-qt6 -p /sbin/ldconfig %files -n lib%{name}-qt5 %defattr(-,root,root) @@ -167,6 +163,9 @@ cd .. %doc README.md %changelog +* Sat Oct 05 2024 Automatic Build System 0.11.0-1mamba +- automatic version update by autodist + * Wed Dec 06 2023 Automatic Build System 0.10.0-1mamba - automatic version update by autodist