forked from pool/kdelibs4support
Accepting request 322174 from KDE:Frameworks5
Update to 5.13.0 OBS-URL: https://build.opensuse.org/request/show/322174 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdelibs4support?expand=0&rev=18
This commit is contained in:
commit
67e177a4a1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ee826be8c4b0cc77a81b7a5eff22a720a6795bf05075519629af487f90b7a41
|
||||
size 3200940
|
3
kdelibs4support-5.13.0.tar.xz
Normal file
3
kdelibs4support-5.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:430f18cf3c72211913602feafd1e723b60e6653d187041f436dfa722b88a96c2
|
||||
size 3202164
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 19:20:21 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
|
||||
* kconfig_compiler_kf5 moved to libexec, use kreadconfig5 instead
|
||||
for the findExe test
|
||||
* Document the (suboptimal) replacements for
|
||||
KApplication::disableSessionManagement
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 5 18:44:56 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
|
||||
%bcond_without lang
|
||||
%define lname libKF5KDELibs4Support5
|
||||
%define _tar_path 5.12
|
||||
%define _tar_path 5.13
|
||||
Name: kdelibs4support
|
||||
Version: 5.12.0
|
||||
Version: 5.13.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: NetworkManager-devel
|
||||
@ -51,16 +51,16 @@ BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
||||
BuildRequires: kwindowsystem-devel >= %{_tar_path}
|
||||
BuildRequires: kxmlgui-devel >= %{_tar_path}
|
||||
BuildRequires: perl-URI
|
||||
BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Designer) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Concurrent) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Designer) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Svg) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.3.0
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(sm)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
@ -163,10 +163,10 @@ Requires: kparts-devel >= %{_tar_path}
|
||||
Requires: ktextwidgets-devel >= %{_tar_path}
|
||||
Requires: kunitconversion-devel >= %{_tar_path}
|
||||
Requires: kwindowsystem-devel >= %{_tar_path}
|
||||
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
Requires: pkgconfig(Qt5DBus) >= 5.2.0
|
||||
Requires: pkgconfig(Qt5PrintSupport) >= 5.2.0
|
||||
Requires: pkgconfig(Qt5Xml) >= 5.2.0
|
||||
Requires: cmake(Qt5Core) >= 5.3.0
|
||||
Requires: cmake(Qt5DBus) >= 5.3.0
|
||||
Requires: cmake(Qt5PrintSupport) >= 5.3.0
|
||||
Requires: cmake(Qt5Xml) >= 5.3.0
|
||||
|
||||
%description devel
|
||||
This package includes CMake macros and C++
|
||||
|
Loading…
Reference in New Issue
Block a user