Accepting request 1133276 from KDE:Frameworks5
KDE Frameworks 5.113.0 (forwarded request 1131014 from krop) OBS-URL: https://build.opensuse.org/request/show/1133276 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kactivities5?expand=0&rev=121
This commit is contained in:
commit
4d80567321
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfcd5f0b8635863365ad286aec5c00fdae23e32c8a172c788124b810fcdaeb5b
|
||||
size 73576
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGGtcACgkQWNDuZIpI
|
||||
s7uG6ggAkuYPJoS6LG/8HdimTZSDsxHcSGIrJn7xz+4LJ+nvpfS9euRAIr2hlyok
|
||||
KwbGhNC9kxEpNiN313lcrz9paHzpz+miAVd1AuXzKC000E9RLnpPxb+KMJ5Saz7r
|
||||
NPaJX5HnTs7ZBYiaG1JW4LGbn4R3cMzpzyjFrTX5AAEUElKAS+HTDjDTKk77xyoj
|
||||
RsBv6q6+GHhd5JRWtQx0IPRMjyhOIj6LKA2AfhBRuOe12XmcKqWE6EMkAHaH/gzk
|
||||
6+scUBAumuoTYjS4pul7L5yP2WdMOgbKsHPyO9kFJg9Dz74rs6wBfhTEx3YZz+Jh
|
||||
AYzOvn/+LKKmysm2k54Gm7Kr6pF9SA==
|
||||
=mIIM
|
||||
-----END PGP SIGNATURE-----
|
3
kactivities-5.113.0.tar.xz
Normal file
3
kactivities-5.113.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de88b5b67fd3cf4b973be1c2e6a23333b83060826f2cb593d68d13322e9c34b5
|
||||
size 73560
|
11
kactivities-5.113.0.tar.xz.sig
Normal file
11
kactivities-5.113.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAg8ACgkQWNDuZIpI
|
||||
s7v+5gf/Qb4urGUTW1WR1nMCNopL28tJKBLcguOjqq6HghFCapVMawpynYzrFEL2
|
||||
nk7KGYap5mQePcjuuRldj0cfLIBI6QHQ53Itk4v3JeGDm693Po1fL1doKgOxAoDX
|
||||
Eb2XzqMBkskr+zYXpkKtIb/piSgmW2FjT2v7p7m94NVaENu8XkESDN27QewQF/9k
|
||||
BnQJObMMq9xpwBZnT1STV+QmhVMuwre1lE/H3qOg/6f8M5Bhr7Gf7rcwzZ8yj7S/
|
||||
5E+dsLGqIzhy+bMuADbKYsVo3+C4QLTSZ3n1tBP7O076yXKCb5wstEi6IG2eII+W
|
||||
tzYVIcw+0CCLaSuEPRE/oRWurQocMQ==
|
||||
=Sj+v
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 11:17:16 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.113.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.113.0
|
||||
- No code change since 5.112.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 09:13:41 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -17,15 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Activities5
|
||||
%define _tar_path 5.103
|
||||
# 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}')}
|
||||
# Only needed for the package signature condition
|
||||
%define qt5_version 5.15.2
|
||||
%bcond_without released
|
||||
Name: kactivities5
|
||||
Version: 5.112.0
|
||||
Version: 5.113.0
|
||||
Release: 0
|
||||
Summary: KDE Plasma Activities support
|
||||
License: GPL-2.0-or-later
|
||||
@ -35,21 +34,19 @@ Source: kactivities-%{version}.tar.xz
|
||||
Source1: kactivities-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: libboost_headers-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Quick) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Sql) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
||||
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_version}
|
||||
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Gui) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Qml) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Quick) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Sql) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
|
||||
|
||||
%description
|
||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||
@ -77,8 +74,7 @@ QML imports.
|
||||
%package devel
|
||||
Summary: KDE Plasma Activities support
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules >= 1.7.0
|
||||
Requires: cmake(Qt5Core) >= 5.15.0
|
||||
Requires: cmake(Qt5Core) >= %{qt5_version}
|
||||
|
||||
%description devel
|
||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||
|
Loading…
Reference in New Issue
Block a user