Accepting request 825051 from KDE:Frameworks5
KDE Frameworks 5.73.0 OBS-URL: https://build.opensuse.org/request/show/825051 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kactivities-stats?expand=0&rev=53
This commit is contained in:
commit
ee36e0e05a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6912e7f444b220a38afe15a188ac06c56b4824096cccc8efafcc1348436dff2e
|
|
||||||
size 77084
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8Aui0ACgkQWNDuZIpI
|
|
||||||
s7umfwgAlCEFULZBdK2yB+b0qWRH/OISECmUnR0N8XYJ30zYbSgNU4WxwKWt7oNN
|
|
||||||
pFpx75FzIXZHwnajokL9J4n8uzHn8AnQu62J2/RWh8FIRLwgp/Q6guh9GNygvECu
|
|
||||||
Dpn+fq0sWqrTKI0fz8lJW1iBv4rCDCxnr26bvaoLzL2ljUjcJACDsMCcwVToiffN
|
|
||||||
AumL8ZRtNGox/cna9pNGY3mCtfs/xyK31cG2H20aL/r1FlIJSLetd4N9xniEbPW6
|
|
||||||
crBMohwx2KSD/gJ4a3I5VmcLaaz4UDDBgXzF+LSWnYFOyHYnCZCaxtQStGcIh8hP
|
|
||||||
E23QThK6lyewfKFFJRntguObXJNEyg==
|
|
||||||
=KYXE
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kactivities-stats-5.73.0.tar.xz
Normal file
3
kactivities-stats-5.73.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df4b00c52e83608b2dd7345cd220143e07b65cb431cead5e9abb1e4ffd6ecd5a
|
||||||
|
size 77096
|
11
kactivities-stats-5.73.0.tar.xz.sig
Normal file
11
kactivities-stats-5.73.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8mhAgACgkQWNDuZIpI
|
||||||
|
s7u+wwf/dv+K6x47zJV6MfFenhXOwwicVS94Iicvl+wol+mdPZp7p/yDDSY8n23p
|
||||||
|
ymXwWts20KEznt4JIUYJsLZRHjmYgOJGQttyJRZLv0qWp6DgVZnD5Q8ulBGRCZph
|
||||||
|
FYXK8DQ8msjd2iomzgubIq56XBsuDjNi/cIbDxfjng0Jw+LSNQIwuRaJyhWPhuVU
|
||||||
|
FNn2V2/WV9HAhrqJN77NI7Fj7/Cud+3gv8n/AFxhTCCeaK+sfNRKG12oUlmF26oX
|
||||||
|
l8391qbUL8DnZTgvgc87hxU/LxEyx/hqg1jLZ/Q0jp1noepL8bpHeMz2wQBP6Kkt
|
||||||
|
4LxHz4LD0fpwizFQ0nYWNutsMyl16g==
|
||||||
|
=Jxe2
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 2 07:13:02 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.73.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.73.0
|
||||||
|
- Changes since 5.72.0:
|
||||||
|
* Also add the boost headers for tests
|
||||||
|
* Ignore BoostConfig.cmake if present (kde#424799)
|
||||||
|
* Use KF-standardized Qt logging categories
|
||||||
|
* Use Boost::boost for older CMake versions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 5 07:55:02 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Jul 5 07:55:02 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5ActivitiesStats1
|
%define lname libKF5ActivitiesStats1
|
||||||
%define _tar_path 5.72
|
%define _tar_path 5.73
|
||||||
# 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)
|
||||||
@ -25,7 +25,7 @@
|
|||||||
# Only needed for the package signature condition
|
# Only needed for the package signature condition
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kactivities-stats
|
Name: kactivities-stats
|
||||||
Version: 5.72.0
|
Version: 5.73.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KDE Plasma Activities support
|
Summary: KDE Plasma Activities support
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
@ -87,6 +87,7 @@ Development files.
|
|||||||
%license COPYING*
|
%license COPYING*
|
||||||
%{_kf5_libdir}/libKF5ActivitiesStats.so.*
|
%{_kf5_libdir}/libKF5ActivitiesStats.so.*
|
||||||
%{_kf5_debugdir}/kactivities-stats.categories
|
%{_kf5_debugdir}/kactivities-stats.categories
|
||||||
|
%{_kf5_debugdir}/*.renamecategories
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_kf5_libdir}/libKF5ActivitiesStats.so
|
%{_kf5_libdir}/libKF5ActivitiesStats.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user