automatic version update by autodist [release 5.11.2-1mamba;Tue Oct 24 2017]

This commit is contained in:
Automatic Build System 2024-01-06 02:53:26 +01:00
parent 4cdc1f5e86
commit 81e9139cee

View File

@ -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 <autodist@mambasoft.it> 5.11.2-1mamba
- automatic version update by autodist
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 5.11.1-1mamba
- automatic version update by autodist
* Mon Oct 16 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 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 <autodist@mambasoft.it> 5.11.0-1mamba
- automatic version update by autodist
* Wed Aug 23 2017 Automatic Build System <autodist@mambasoft.it> 5.10.5-1mamba
- automatic version update by autodist