Accepting request 322166 from KDE:Frameworks5
Update to 5.13.0 OBS-URL: https://build.opensuse.org/request/show/322166 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=21
This commit is contained in:
commit
2a08ec37a6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:406a42359ceebd5f99941a961eefe76f320ae1447742b0e579f6509013db8f3c
|
||||
size 115764
|
3
kcompletion-5.13.0.tar.xz
Normal file
3
kcompletion-5.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6489e289933ebc8e0c8b3fc9d095e380b877ed390b5c3ca28753707d225f8748
|
||||
size 115816
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 19:20:15 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
|
||||
* HiDPI fixes for KLineEdit/KComboBox
|
||||
* KLineEdit: Don't let the user delete text when the lineedit
|
||||
is readonly
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 5 18:44:50 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
|
||||
%bcond_without lang
|
||||
%define lname libKF5Completion5
|
||||
%define _tar_path 5.12
|
||||
%define _tar_path 5.13
|
||||
Name: kcompletion
|
||||
Version: 5.12.0
|
||||
Version: 5.13.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
@ -30,9 +30,9 @@ BuildRequires: kconfig-devel >= %{_tar_path}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
||||
%if %{with lang}
|
||||
BuildRequires: libqt5-linguist-devel >= 5.2.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.3.0
|
||||
%endif
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
|
||||
Summary: Provides widgets with advanced completion support
|
||||
License: LGPL-2.1+
|
||||
Group: System/GUI/KDE
|
||||
@ -61,7 +61,7 @@ Summary: Provides widgets with advanced completion support
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %lname = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.3.0
|
||||
|
||||
%description devel
|
||||
KCompletion provides widgets with advanced completion support as well as a
|
||||
|
Loading…
Reference in New Issue
Block a user