Accepting request 386934 from KDE:Frameworks5
Update to 5.21.0 OBS-URL: https://build.opensuse.org/request/show/386934 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=29
This commit is contained in:
commit
8a693652b2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a503a1516012ecc5b6eaa328c31dfd0d6c527a8a78489d9d372dba90d0ec1b4f
|
|
||||||
size 115908
|
|
3
kcompletion-5.21.0.tar.xz
Normal file
3
kcompletion-5.21.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:24728b94eac7a39abb2c83cdb60459dd632f2a21fe40366f867cbb29b5d5cf64
|
||||||
|
size 116044
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 4 14:19:11 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.21.0 (boo#974793)
|
||||||
|
* KCompletionBox: force frameless window and don't set focus
|
||||||
|
* KCompletionBox should *not* be a tooltip
|
||||||
|
* Upgrade Qt version requirement to 5.4.0
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/kde-frameworks-5.21.0.php
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 6 09:55:16 UTC 2016 - hrvoje.senjan@gmail.com
|
Sun Mar 6 09:55:16 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define lname libKF5Completion5
|
%define lname libKF5Completion5
|
||||||
%define _tar_path 5.20
|
%define _tar_path 5.21
|
||||||
Name: kcompletion
|
Name: kcompletion
|
||||||
Version: 5.20.0
|
Version: 5.21.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
@ -30,9 +30,9 @@ BuildRequires: kconfig-devel >= %{_tar_path}
|
|||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.3.0
|
BuildRequires: cmake(Qt5LinguistTools) >= 5.4.0
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
|
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
||||||
Summary: Provides widgets with advanced completion support
|
Summary: Provides widgets with advanced completion support
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
@ -61,7 +61,7 @@ Summary: Provides widgets with advanced completion support
|
|||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Requires: %lname = %{version}
|
Requires: %lname = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: cmake(Qt5Widgets) >= 5.3.0
|
Requires: cmake(Qt5Widgets) >= 5.4.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
KCompletion provides widgets with advanced completion support as well as a
|
KCompletion provides widgets with advanced completion support as well as a
|
||||||
|
Loading…
Reference in New Issue
Block a user