Accepting request 414739 from KDE:Frameworks5
Update to 5.7.2 OBS-URL: https://build.opensuse.org/request/show/414739 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kscreenlocker?expand=0&rev=11
This commit is contained in:
commit
bdcb11f258
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bb6dd6e6dc761bf31b5450541f5ff39880950a7394345f878078ba307698e479
|
|
||||||
size 101472
|
|
3
kscreenlocker-5.7.2.tar.xz
Normal file
3
kscreenlocker-5.7.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d0e1a7beee1e36cb1593867f476ed1471300546f7f651982f58aca20f738ab0
|
||||||
|
size 102916
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 20 08:54:24 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.7.2
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/plasma-5.7.2.php
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 13 06:13:28 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.7.1
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/plasma-5.7.1.php
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 5 20:32:40 UTC 2016 - wbauer@tmo.at
|
||||||
|
|
||||||
|
- Use the new %kf5_find_lang macro to create the file list for the
|
||||||
|
lang package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 30 12:02:23 UTC 2016 - hrvoje.senjan@gmail.com
|
Thu Jun 30 12:02:23 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kscreenlocker
|
Name: kscreenlocker
|
||||||
Version: 5.7.0
|
Version: 5.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and components for secure lock screen architecture
|
Summary: Library and components for secure lock screen architecture
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -93,11 +93,14 @@ Development files for Library and components for secure lock screen architecture
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
%cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
%if %{with lang}
|
||||||
|
%kf5_find_lang
|
||||||
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# boo#931296
|
# boo#931296
|
||||||
@ -110,10 +113,8 @@ Development files for Library and components for secure lock screen architecture
|
|||||||
%postun -n libKScreenLocker5 -p /sbin/ldconfig
|
%postun -n libKScreenLocker5 -p /sbin/ldconfig
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang
|
%files lang -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc COPYING*
|
%doc COPYING*
|
||||||
%{_kf5_localedir}/
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user