Accepting request 1042106 from KDE:Frameworks5
KDE Frameworks 5.101.0 (forwarded request 1041798 from krop) OBS-URL: https://build.opensuse.org/request/show/1042106 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=112
This commit is contained in:
commit
a5a43678aa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:63689d9bad9c7320734e84c5b6434aa11c15b026c845ae05f5ce154afd0a4586
|
|
||||||
size 2365972
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmWQACgkQWNDuZIpI
|
|
||||||
s7t02Af7BvmgzyHo2YuujZ7xdfOjvPxewOchonYztY3nNnCYZilR2qGLa0EuRNpq
|
|
||||||
q9mVUs1N5rw0n9Ig3ASj9atiZbO4H/pgM7SyJSmfm2OHXy0GHUBhsmHQn60gl9AJ
|
|
||||||
jLEden4MQ++rLsy4T/NLTz1OCsjdtrhDxS79SvxVsQCIl5eSYBSIrbu+KTQPdNqE
|
|
||||||
eruab7rlUYxtmYQUqdSZ14Maqu9pqYOpRIgb8WZzbt14W9h6qq+9h/6sNX+wMW0v
|
|
||||||
xdrEWEkHJUpbamYpdsCsm6cv0dkyB6Q5Uno04+wY3l8cmQnLIBmEcCGP2JR/37FZ
|
|
||||||
hAYxQjz1/AByjH38aX0/61iIcuMEuA==
|
|
||||||
=Rprs
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcompletion-5.101.0.tar.xz
Normal file
3
kcompletion-5.101.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d80f6fbe23285f9f914ed67ffd2a825d36850c086121666bbb62257126553f30
|
||||||
|
size 2366168
|
11
kcompletion-5.101.0.tar.xz.sig
Normal file
11
kcompletion-5.101.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLLAACgkQWNDuZIpI
|
||||||
|
s7s1CwgAt+9f9yBvsbF1EzOVFD+VRqrPQfFOdE/pM+YDZn5WsiG5qYzRAYnNwADZ
|
||||||
|
cnbz1rvmdiBY5INp/Z2QZAyhuZ7OHNzaOzMd0Ll8BP4HUWPp39RtoKTnGlEsitAc
|
||||||
|
yEygEaFfySpEggiqSgHeEWX42rEeguBKK1icEFKulhEmyB88H1J6LW42Ztbi9W2P
|
||||||
|
MNQQjKr0OE/DdDKZyc1BlcWLaItk5xS7nnyFCMg+5o7XHdC2Bdo+u2EWx/rb0ZBO
|
||||||
|
Ti/SzsuOUSk8e74UEcOweaV5qOLvbgz0dAwSlX9h+GXxprzhJjwbZH/qChu/LgOe
|
||||||
|
oY8VO82mqr6PW/zCw1Zm/V/2W968Mw==
|
||||||
|
=etzN
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 6 20:10:26 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.101.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.101.0
|
||||||
|
- No code change since 5.100.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 8 08:34:56 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Nov 8 08:34:56 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,18 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Completion5
|
%define lname libKF5Completion5
|
||||||
%define _tar_path 5.100
|
%define _tar_path 5.101
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kcompletion
|
Name: kcompletion
|
||||||
Version: 5.100.0
|
Version: 5.101.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Widgets with advanced completion support
|
Summary: Widgets with advanced completion support
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/GUI/KDE
|
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
%if %{with released}
|
%if %{with released}
|
||||||
@ -50,7 +49,6 @@ lower-level completion class which can be used with your own widgets.
|
|||||||
|
|
||||||
%package -n %{lname}
|
%package -n %{lname}
|
||||||
Summary: Widgets with advanced completion support
|
Summary: Widgets with advanced completion support
|
||||||
Group: System/GUI/KDE
|
|
||||||
|
|
||||||
%description -n %{lname}
|
%description -n %{lname}
|
||||||
KCompletion provides widgets with advanced completion support as well as a
|
KCompletion provides widgets with advanced completion support as well as a
|
||||||
@ -58,7 +56,6 @@ lower-level completion class which can be used with your own widgets.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Header files for kcompletion, a widget collection with completion support
|
Summary: Header files for kcompletion, a widget collection with completion support
|
||||||
Group: Development/Libraries/KDE
|
|
||||||
Requires: %{lname} = %{version}
|
Requires: %{lname} = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: cmake(Qt5Widgets) >= 5.15.0
|
Requires: cmake(Qt5Widgets) >= 5.15.0
|
||||||
|
Loading…
Reference in New Issue
Block a user