SHA256
1
0
forked from pool/kinit

Accepting request 322189 from KDE:Frameworks5

Update to 5.13.0

OBS-URL: https://build.opensuse.org/request/show/322189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kinit?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2015-09-02 05:46:34 +00:00 committed by Git OBS Bridge
commit 450d3cb446
4 changed files with 20 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f99fe0701ab8c54184c80370e8da3188ef695da6d89825d75792b99f6e381a7
size 117056

3
kinit-5.13.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78c983fc2d5405a88cbf4067a28bb5ca71c496a06f7a043233cf90c1bbfd4c1a
size 117224

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 4 19:20:30 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.13.0
* The Qt version requirement has been bumped from 5.2 to 5.3
* Debug output has been ported to categorized output, for less
noise by default
* Docbook documentation has been reviewed and updated
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 5 18:45:10 UTC 2015 - hrvoje.senjan@gmail.com Sun Jul 5 18:45:10 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -17,9 +17,9 @@
%bcond_without lang %bcond_without lang
%define _tar_path 5.12 %define _tar_path 5.13
Name: kinit Name: kinit
Version: 5.12.0 Version: 5.13.0
Release: 0 Release: 0
%define kf5_version %{version} %define kf5_version %{version}
BuildRequires: cmake >= 2.8.12 BuildRequires: cmake >= 2.8.12
@ -34,10 +34,10 @@ BuildRequires: kservice-devel >= %{_tar_path}
BuildRequires: kwindowsystem-devel >= %{_tar_path} BuildRequires: kwindowsystem-devel >= %{_tar_path}
BuildRequires: libcap-devel BuildRequires: libcap-devel
BuildRequires: libcap-progs BuildRequires: libcap-progs
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: cmake(Qt5Core) >= 5.3.0
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 BuildRequires: cmake(Qt5DBus) >= 5.3.0
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 BuildRequires: cmake(Qt5Gui) >= 5.3.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: cmake(Qt5Widgets) >= 5.3.0
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
%if %{with lang} %if %{with lang}
Recommends: %{name}-lang = %{version} Recommends: %{name}-lang = %{version}