forked from pool/kdelibs4support
Accepting request 420864 from KDE:Frameworks5
Update to 5.25.0 OBS-URL: https://build.opensuse.org/request/show/420864 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdelibs4support?expand=0&rev=31
This commit is contained in:
commit
b86121755b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1901c892aa6b3233ad3123648ccce9f197e81479d980e9738231a5c87d1518b
|
||||
size 3303696
|
3
kdelibs4support-5.25.0.tar.xz
Normal file
3
kdelibs4support-5.25.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ca7bc090f32d6d43c4147815b3d13fae1de904088ff948a0fe8588d56093bb2
|
||||
size 3303312
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 7 21:51:48 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:56 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
|
||||
%bcond_without lang
|
||||
%define lname libKF5KDELibs4Support5
|
||||
%define _tar_path 5.24
|
||||
%define _tar_path 5.25
|
||||
Name: kdelibs4support
|
||||
Version: 5.24.0
|
||||
Version: 5.25.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: NetworkManager-devel
|
||||
@ -52,16 +52,16 @@ BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
||||
BuildRequires: kwindowsystem-devel >= %{_tar_path}
|
||||
BuildRequires: kxmlgui-devel >= %{_tar_path}
|
||||
BuildRequires: perl-URI
|
||||
BuildRequires: cmake(Qt5Concurrent) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Designer) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Svg) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Concurrent) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Designer) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Svg) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.5.0
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(sm)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
@ -167,10 +167,10 @@ Requires: kparts-devel >= %{_tar_path}
|
||||
Requires: ktextwidgets-devel >= %{_tar_path}
|
||||
Requires: kunitconversion-devel >= %{_tar_path}
|
||||
Requires: kwindowsystem-devel >= %{_tar_path}
|
||||
Requires: cmake(Qt5Core) >= 5.4.0
|
||||
Requires: cmake(Qt5DBus) >= 5.4.0
|
||||
Requires: cmake(Qt5PrintSupport) >= 5.4.0
|
||||
Requires: cmake(Qt5Xml) >= 5.4.0
|
||||
Requires: cmake(Qt5Core) >= 5.5.0
|
||||
Requires: cmake(Qt5DBus) >= 5.5.0
|
||||
Requires: cmake(Qt5PrintSupport) >= 5.5.0
|
||||
Requires: cmake(Qt5Xml) >= 5.5.0
|
||||
|
||||
%description devel
|
||||
This package includes CMake macros and C++
|
||||
|
Loading…
Reference in New Issue
Block a user