KDE Frameworks 5.101.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcmutils?expand=0&rev=269
This commit is contained in:
parent
602c60c224
commit
f16488706b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc7ac9f61c4b78a8465b09310fb793d9fe06180d9c93fae63dd6dbadc745d74f
|
||||
size 2510700
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmVUACgkQWNDuZIpI
|
||||
s7v95AgAvRUyGsA8cJac1jGous8qJW2leTPGz0Kns76fcC2NsYPYNsWttQpjp+41
|
||||
ZaPgeokDgCIknBbDB8cU3k/0Uh5Gy1U8c07Kqv1pYxdeY7hvHls5v0eAczeBX+rD
|
||||
5NHIAV0NGuaLV+o1IPITtSVSJn4Yhn+wNgmvmU2ltFjSQLe2U2kBg50LwoZd7SOR
|
||||
TDcR/9inZ9N+CuTO/Wxbugr/1wGTggcdVg8ETLguxUrIsA+Kogqks8NUHSJ7f+Pj
|
||||
yhdgCA0Ry6QjCVVonDHEAq7inIs6rTrd+AbfXRIYJmSxBfA0kwc91OdCTnztX3wY
|
||||
Y+7yl1dWNjHY+aQJPhSDFPGSsCHmmQ==
|
||||
=V/zD
|
||||
-----END PGP SIGNATURE-----
|
3
kcmutils-5.101.0.tar.xz
Normal file
3
kcmutils-5.101.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab4f18a5616d2ebd4c4ea14fb82c74cfa8adb0e904dd5602eca48ad7a143c54b
|
||||
size 2510964
|
11
kcmutils-5.101.0.tar.xz.sig
Normal file
11
kcmutils-5.101.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLKAACgkQWNDuZIpI
|
||||
s7tB4wf+JuKOAJc+lVBRiygapz+y+NXpeWkMsQv+yB0gQUefLYAreonXes+nA2sK
|
||||
GC7GdMvYEpVCbbUMZcZBccJxA1w9/7O1GoWZ+c2sLQPOvPzHZZMJaohZuoT0cNt7
|
||||
qNAfNfj8UwCka9MwM/PgrEIvXq2zslW7WtBahpWJEwzqK41aP8YDJh8QL6n0ZE4Y
|
||||
Zd4eK6BkpzNYdK8HP3N6orr/tfeMtAkV6aMCt9Fx+5fo3aTgEIatHAJItBMXSyML
|
||||
X91XQftpJyTPoBm9DYWDThjrn8tpOZf8Z/v/If5bRmbqfdDTN2LkYm6uq0MhL+0n
|
||||
tC32jsCViGbWA0kOtJ/7IFMom4olmA==
|
||||
=DCdj
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 20:10:25 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:55 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -19,18 +19,17 @@
|
||||
%global __requires_exclude qmlimport\\(org\\.kde\\.kcmutils\\.private.*\\)
|
||||
|
||||
%define lname libKF5KCMUtils5
|
||||
%define _tar_path 5.100
|
||||
%define _tar_path 5.101
|
||||
# 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 released
|
||||
Name: kcmutils
|
||||
Version: 5.100.0
|
||||
Version: 5.101.0
|
||||
Release: 0
|
||||
Summary: Classes to work with KCModules
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with released}
|
||||
@ -66,7 +65,6 @@ KCMUtils provides various classes to work with KCModules. This package provides
|
||||
|
||||
%package -n %{lname}
|
||||
Summary: Classes to work with KCModules
|
||||
Group: System/GUI/KDE
|
||||
Obsoletes: libKF5KCMUtils4
|
||||
|
||||
%description -n %{lname}
|
||||
@ -85,7 +83,6 @@ for the KCMUtils libraries.
|
||||
|
||||
%package devel
|
||||
Summary: Build environment for kcmutils, a set of classes to work with KCModules
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: libKF5KCMUtilsCore5 = %{version}
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
|
Loading…
x
Reference in New Issue
Block a user