kickoff crashes when click on categories (#1584515)
epel9
Rex Dieter 7 years ago
parent 8563b92e15
commit e0a5314bfd

4
.gitignore vendored

@ -1,4 +1,2 @@
/plasma-desktop-5.12.3.tar.xz
/plasma-desktop-5.12.4.tar.xz
/plasma-desktop-5.12.5.tar.xz
/plasma-desktop-5.12.90.tar.xz
/plasma-desktop-5.12.90.1.tar.xz

@ -3,12 +3,13 @@
Name: plasma-desktop
Summary: Plasma Desktop shell
Version: 5.12.90
Version: 5.12.90.1
Release: 1%{?dist}
License: GPLv2+ and (GPLv2 or GPLv3)
URL: https://cgit.kde.org/%{name}.git
%global verdir %(echo %{version} | cut -d. -f1-3)
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global majmin_ver %(echo %{version} | cut -d. -f1,2).50
@ -17,7 +18,7 @@ URL: https://cgit.kde.org/%{name}.git
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
Source0: http://download.kde.org/%{stable}/plasma/%{verdir}/%{name}-%{version}.tar.xz
## downstream patches
# default kickoff favorites: +konsole +apper
@ -306,6 +307,10 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.kde.{kfontview,k
%changelog
* Thu May 31 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.12.90.1-1
- 5.12.90.1
- kickoff crashes when click on categories (#1584515)
* Fri May 18 2018 Martin Kyral <martin.kyral@gmail.com> - 5.12.90-1
- 5.12.90

@ -1 +1 @@
SHA512 (plasma-desktop-5.12.90.tar.xz) = 7ed89f4337b602b1e28093438786f03e123ea47adebbffba76ab44b2fd10727022d9f94a9bfea69ec15c2fc70fbf2f06e78e28496aeb52c02d2c1d0a0ec268bf
SHA512 (plasma-desktop-5.12.90.1.tar.xz) = c58621269e9148b7ac5e54e4718fe830828924991c096ed18d9b413fe6196027cfd006b5ee06361963fc4f095bcf3b8e0077a887861337bab1fe7ec99e506b2e

Loading…
Cancel
Save