diff --git a/kscreenlocker.spec b/kscreenlocker.spec index aa3e059..813c9e4 100644 --- a/kscreenlocker.spec +++ b/kscreenlocker.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: kscreenlocker -Version: 5.10.5 +Version: 5.11.2 Release: 1mamba Summary: KDE Frameworks 5 screen locker Group: System/Libraries @@ -89,7 +89,9 @@ This package contains libraries and header files for developing applications tha %setup -q %build -%cmake_kde5 -d build +%cmake_kde5 -d build \ + -DCMAKE_DISABLE_FIND_PACKAGE_Seccomp=TRUE + %make %install @@ -140,6 +142,18 @@ exit 0 %{_libdir}/libKScreenLocker.so %changelog +* Tue Oct 24 2017 Automatic Build System 5.11.2-1mamba +- automatic version update by autodist + +* Sun Oct 22 2017 Automatic Build System 5.11.1-1mamba +- automatic version update by autodist + +* Mon Oct 16 2017 Silvan Calarco 5.11.0-2mamba +- disable using Seccomp to fix unlocking problems (see https://forums.gentoo.org/viewtopic-t-1054134-postdays-0-postorder-asc-start-25.html) + +* Wed Oct 11 2017 Automatic Build System 5.11.0-1mamba +- automatic version update by autodist + * Wed Aug 23 2017 Automatic Build System 5.10.5-1mamba - automatic version update by autodist