forked from pool/kactivities-stats
Accepting request 855406 from KDE:Frameworks5
KDE Frameworks 5.77 OBS-URL: https://build.opensuse.org/request/show/855406 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kactivities-stats?expand=0&rev=57
This commit is contained in:
commit
738812c366
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85bb432a10a48af505a457c7ccacffad7914835f94042472083e878cabcd2c14
|
||||
size 81964
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5D4ACgkQWNDuZIpI
|
||||
s7vtYQf6Az/SYbuMBzHcLseyyO2H4LufCIRNo6/l0GYG7msoGIb51+BE5rsRBB/7
|
||||
ecShrDA6b/bHCsRZO6xdhOCsoVcPYdCTk9CRbLpOBlf1RtEbT2pjgJrhWO2bY6p9
|
||||
cWSpwCttHAJKtvfXbrxBZy8OojY5UOHWzUKzHRbTNBrZNFRtfLf3yn7oILO54USb
|
||||
MmfyE43UDAF0IMFmCySecnnNrYuvRiJwZhnOX/+/fWKWQecLQQ2YyR9m4syCpLOm
|
||||
wnJvHT+ASswUb2gewFB56VAUITT7+fNE/S5Sw+DscObJR334GPW8eKBXCWHl80WQ
|
||||
Hrr7fAHqgRVi3mIDHuV99DvRd+fEHw==
|
||||
=MgZO
|
||||
-----END PGP SIGNATURE-----
|
3
kactivities-stats-5.77.0.tar.xz
Normal file
3
kactivities-stats-5.77.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42c98f90d70efbb4422eea35ccc2a41e5ebc585b5b51e3f5c7d6ae82af8d6925
|
||||
size 82104
|
11
kactivities-stats-5.77.0.tar.xz.sig
Normal file
11
kactivities-stats-5.77.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/LnycACgkQWNDuZIpI
|
||||
s7vfowgAg9zu09zZKTAekNO2YJsC1ewrXhWQgBpFTGCK7yAn7P2LDdEpk5ORTUKP
|
||||
vmOLeEf2EZyQU01WpI+jSXng4LrYyBo6/OysT6GjIMpdnXkSspKcMhP8X+fy+Uxi
|
||||
dEVCe5Gs8Pb3dJzg/LA7NAi06q2Zp7qY5g6FYPDoVn3j69Rh8NB+N/M75DKwvSMR
|
||||
1Tit7fEgqnFBOo06bciCK3mpQU0sNYL8u2n+ajiKBy0GAHOw25AO29ymPYZ+zcFP
|
||||
fZoBVcdwVcFgYxkoJ5O+yNgtI2DicO4f6fqVrRGVtaqG1BGUG826wHCioSZfNqOn
|
||||
hLabDFt+w+vd0Tw4DTOWbpnqPTmgKA==
|
||||
=Gu7b
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:12 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.77.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.77.0
|
||||
- Changes since 5.76.0:
|
||||
* Port deprecated method
|
||||
* Port QRegExp to QRegularExpression
|
||||
* Removed debugging output
|
||||
* ResultModel: expose resource MimeType
|
||||
* Add event filtering for files and directories (kde#428085)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 21:34:13 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define lname libKF5ActivitiesStats1
|
||||
%define _tar_path 5.76
|
||||
%define _tar_path 5.77
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -25,7 +25,7 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: kactivities-stats
|
||||
Version: 5.76.0
|
||||
Version: 5.77.0
|
||||
Release: 0
|
||||
Summary: KDE Plasma Activities support
|
||||
License: LGPL-2.0-or-later
|
||||
@ -44,9 +44,9 @@ BuildRequires: libboost_headers-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: cmake(KF5Activities) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Sql) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Sql) >= 5.13.0
|
||||
|
||||
%description
|
||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||
@ -63,7 +63,7 @@ Summary: KDE Plasma Activities support
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules >= 1.7.0
|
||||
Requires: cmake(Qt5Core) >= 5.12.0
|
||||
Requires: cmake(Qt5Core) >= 5.13.0
|
||||
|
||||
%description devel
|
||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||
|
Loading…
Reference in New Issue
Block a user