SHA256
1
0
forked from pool/kded

Accepting request 420863 from KDE:Frameworks5

Update to 5.25.0

OBS-URL: https://build.opensuse.org/request/show/420863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kded?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2016-08-29 13:01:03 +00:00 committed by Git OBS Bridge
commit 34dd679631
4 changed files with 19 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5231c6c5a34cc4bed8966ffb31309d7c95143a545d4e928bf5d5a4b27aebf759
size 36348

3
kded-5.25.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69128b448e542a68911cdfcc82c566e31d5c9af0e20c051490223719953f5ed8
size 36360

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Aug 7 21:51:40 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.25.0
* Qt >= 5.5 is now required
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
-------------------------------------------------------------------
Wed Jul 6 15:02:52 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -17,9 +17,9 @@
%bcond_without lang
%define _tar_path 5.24
%define _tar_path 5.25
Name: kded
Version: 5.24.0
Version: 5.25.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
@ -34,12 +34,12 @@ BuildRequires: ki18n-devel >= %{_tar_path}
BuildRequires: kinit-devel >= %{_tar_path}
BuildRequires: kservice-devel >= %{_tar_path}
BuildRequires: kwindowsystem-devel >= %{_tar_path}
BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5DBus) >= 5.4.0
BuildRequires: cmake(Qt5Network) >= 5.4.0
BuildRequires: cmake(Qt5Test) >= 5.4.0
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
BuildRequires: cmake(Qt5Xml) >= 5.4.0
BuildRequires: cmake(Qt5Core) >= 5.5.0
BuildRequires: cmake(Qt5DBus) >= 5.5.0
BuildRequires: cmake(Qt5Network) >= 5.5.0
BuildRequires: cmake(Qt5Test) >= 5.5.0
BuildRequires: cmake(Qt5Widgets) >= 5.5.0
BuildRequires: cmake(Qt5Xml) >= 5.5.0
%if %{with lang}
Recommends: %{name}-lang
%endif