forked from pool/kinit
Accepting request 360970 from KDE:Frameworks5
Update to 5.19.0 OBS-URL: https://build.opensuse.org/request/show/360970 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kinit?expand=0&rev=26
This commit is contained in:
commit
1eb3f35aa2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:08bc4f46cb90c164cd3e087e14c42859bf1e26057a0132c2395c6bfafca95d90
|
|
||||||
size 117640
|
|
3
kinit-5.19.0.tar.xz
Normal file
3
kinit-5.19.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f53bf6997ff5cf0b0bcb86bee755a3da20d5cf1de7a6efcd73dada8665bc870e
|
||||||
|
size 117768
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 6 18:03:35 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.19.0 (boo#967668)
|
||||||
|
* Ignore viewport on current desktop on init startup information
|
||||||
|
* Port klauncher to xcb
|
||||||
|
* Use an xcb for interaction with KStartupInfo
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/kde-frameworks-5.19.0.php
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 2 17:43:51 UTC 2016 - hrvoje.senjan@gmail.com
|
Sat Jan 2 17:43:51 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define _tar_path 5.18
|
%define _tar_path 5.19
|
||||||
Name: kinit
|
Name: kinit
|
||||||
Version: 5.18.0
|
Version: 5.19.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
@ -39,6 +39,7 @@ BuildRequires: cmake(Qt5DBus) >= 5.3.0
|
|||||||
BuildRequires: cmake(Qt5Gui) >= 5.3.0
|
BuildRequires: cmake(Qt5Gui) >= 5.3.0
|
||||||
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
|
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
|
BuildRequires: pkgconfig(xcb)
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang = %{version}
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user