Accepting request 861968 from KDE:Frameworks5
KDE Frameworks 5.78.0 OBS-URL: https://build.opensuse.org/request/show/861968 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kwidgetsaddons?expand=0&rev=86
This commit is contained in:
commit
b04d337827
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c72094fdad6740280513ff27477003839f20555071817337d3bf5c95761d7ae4
|
||||
size 2368232
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln9AACgkQWNDuZIpI
|
||||
s7sTSwf9GWnm/PuGpzVLkFxm0cHHnhI+4l5ugSqfnIqjZjx8iSbHTc3yRa+7TUAu
|
||||
tVepafjjMDPrx7vwyddgUaRX88UfORxNCM2hCPqA687FhRrsZ56t0vIONPTc+UTw
|
||||
dAFKg63hf+D8H+6Hf2jFT9OIKS30xyEHC6paJtLTDp4+RAI29kwEAcRfwGhDlZh7
|
||||
RRjoA/yh1iU+hphUSpBibtkqGPrztLP7cBUcnJ2OZ3VVYySViihQxYGiLn4V8Kwc
|
||||
uyhQxiem0/O7mQKbOR9Jj1F3vJ8Lw7uKr6a1Lhavpjnw6ligEQZlIvz5fqk8VzOE
|
||||
rpLBN4+VlS/9fM1h/dBKl5nApJ+IDA==
|
||||
=vbym
|
||||
-----END PGP SIGNATURE-----
|
3
kwidgetsaddons-5.78.0.tar.xz
Normal file
3
kwidgetsaddons-5.78.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4abb00c3228459768e99451350d94255a386ccd9cd15005ffe47f31694c5e2c
|
||||
size 2369660
|
11
kwidgetsaddons-5.78.0.tar.xz.sig
Normal file
11
kwidgetsaddons-5.78.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wenIACgkQWNDuZIpI
|
||||
s7vg0AgAhJTadY8jejS4kTO3iJtqKBi7HOTZjHoVbc1/dBW7h4br/LEzq+0qMXSb
|
||||
ccl/RD3MlV37/ttrwY8I11MbS2BWnOE1N1o75zvAix3nOc6SLyWjW3wy+5PshPc7
|
||||
DmiBCgI7gbJFnJLxkHNsz79Ye/BNDJG68mEp+bvFfrUWv1uDzaUkRda2HY1/UAcA
|
||||
okqnKI6G+mu75Ku7/SpaxJN85zRShRguhwGIY+ooT91Joq70BZreOBOWO+UgzOzA
|
||||
HPh3Xyp6H/uj98zVQZ9nuMHavqSG5qcEJebqJTqnSN0aT1uPG11hZ9UCReGjnBoG
|
||||
oTG3ug/jbu60cZZO68ga6Gh8eYIzXw==
|
||||
=7dDy
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 10:48:05 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.78.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.78.0
|
||||
- Changes since 5.77.0:
|
||||
* KSelectAction: add non-overload signals indexTriggered & textTriggered
|
||||
* KFontChooserDialog: handle dialog being deleted by parent during exec()
|
||||
* KMessageDialog: call setFocus() on the default button
|
||||
* Remove ifdefs, we require Qt 5.14 now
|
||||
* Remove old #warning
|
||||
* Port from QStyleOption::init to initFrom
|
||||
* Explicitly call QFuture::result()
|
||||
* Port from QLocale::Norwegian to QLocale::NorwegianBokmal
|
||||
* Port KToolBarPopupActionTest to QToolButton::ToolButtonPopupMode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 17:14:48 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kwidgetsaddons
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5WidgetsAddons5
|
||||
%define _tar_path 5.77
|
||||
%define _tar_path 5.78
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# 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}')}
|
||||
%bcond_without lang
|
||||
Name: kwidgetsaddons
|
||||
Version: 5.77.0
|
||||
Version: 5.78.0
|
||||
Release: 0
|
||||
Summary: Large set of desktop widgets
|
||||
License: LGPL-2.1-or-later
|
||||
@ -39,12 +39,12 @@ Source99: baselibs.conf
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(Qt5Test) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5UiTools) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5UiTools) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.14.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -71,7 +71,7 @@ Summary: Large set of desktop widgets: Build Environment
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(Qt5Widgets) >= 5.13.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.14.0
|
||||
|
||||
%description devel
|
||||
This repository contains add-on widgets and classes for applications
|
||||
|
Loading…
x
Reference in New Issue
Block a user