Accepting request 872080 from KDE:Frameworks5

Plasma 5.21.0 + made pulseaudio optional and pipewire-pulseaudio an alternative. KF5 is publish disabled already. (forwarded request 871992 from Vogtinator)

OBS-URL: https://build.opensuse.org/request/show/872080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kactivitymanagerd?expand=0&rev=92
This commit is contained in:
Dominique Leuenberger 2021-02-15 22:12:27 +00:00 committed by Git OBS Bridge
commit cb66cb755b
6 changed files with 59 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c800c2782884cdbb906c99709f8bbce4a45c5b9abde73cf4fa5222acf8d0facb
size 95236

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl/0UpgACgkQ7JTRj38F
mX43hAf/WJIlhFa7eR/afX8W50yLZnz+0ylJixaea//hpedLdffqbI1juZIo4xWX
dcy+XDLCrWaY/34xxkyY5oMw05Fj23HjvSq827R8F8JrMOvP+OMB60+p+FxBaVD6
shqO9TZovvWgHa/VNXYLzQWnpXHQdyZKI4K1qATSaqdjHr0UCAkjEn3pJmdyxRYu
HU1KPV37ZDSDkn7s5FBgCn6JubRzb6BpzI1oggtg2f7HUOhLxe35il6IY1QQB4sd
O1mTtptUzddl99+d5VErsWFe83mxflr3gRFQI3MtawDVO0U3YXw2cxnJYjp0rual
uxYEVweCCq6nd6lYfICPqY4hjrUaGQ==
=Qbjb
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f0abf1367ce9f7f9ce75a71db0f8207f2dda3372e104983fe7e5dda677a0d66
size 99340

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAlHC0ACgkQ7JTRj38F
mX5H4AgAkW6lcwf6isV1TUa+oqp04vHnrAclDVuCw4K90AQ8iJ9+Ba/whyvHNTrg
DZtIenRCp46qUFy/Zoe76rO71YoVmaeXDvUAFIXOItogvU5kwWDkysSTARgwBj/w
tCoeKmtUnXSxXi/5sS5IHktIAgp0ukhfK9fVcA/nFanyXygPCrcaKhUgREupOzmv
hVCy/1jyaPfJl6GO+HjVhbt3SY8EvpyfrE4IRwsuDBMrMCOW00BBX5fon04ZplMP
mJKgj7CAkIskTVXMb33ByctaFk8duh5pSwk5qWwBUiAWlOgZQmdrbAInIHulSGeV
9e2W1SH7DIEFfXiwQTj/ejQMCP2DeA==
=h+mF
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Feb 11 18:23:10 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.21.0
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.21.0
- No code changes since 5.20.90
-------------------------------------------------------------------
Thu Jan 21 21:31:33 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.20.90
* New feature release
* For more details please see:
* https://kde.org/announcements/plasma/5/20.90/
- Changes since 5.20.5:
* Add trailing comma to enums
* Fix Boot dependency problems and cleanup old configs
* If include is define in .h remove it if it's defined in .cpp too (scripted)
* Fix a dangling reference to the list of database files
* Explicit lambda captures to avoid future dangling reference bugs
* Fix a dangling reference to the list of database files
* Convert copyright statements to SPDX expressions
* Explicitly scope unit to graphical-session.target
* Fix installation of the systemd unit
* Use correct way to register for a shortcut (kde#374575)
* systemd dbus activation
-------------------------------------------------------------------
Tue Jan 5 14:40:01 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -20,15 +20,15 @@
%bcond_without lang
Name: kactivitymanagerd
Version: 5.20.5
Version: 5.21.0
Release: 0
Summary: KDE Plasma Activities support
License: GPL-2.0-or-later
Group: System/GUI/KDE
Url: http://projects.kde.org/kactivitymanagerd
Source: https://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz
Source: kactivitymanagerd-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz.sig
Source1: kactivitymanagerd-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
%if 0%{?suse_version} > 1325
@ -52,6 +52,7 @@ BuildRequires: cmake(KF5KIO) >= %{kf5_version}
BuildRequires: cmake(KF5Service) >= %{kf5_version}
BuildRequires: cmake(KF5WindowSystem) >= %{kf5_version}
BuildRequires: cmake(KF5XmlGui) >= %{kf5_version}
BuildRequires: systemd-rpm-macros
BuildRequires: xz
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}
@ -84,7 +85,6 @@ Provides translations to the package %{name}.
%prep
%setup -q -n kactivitymanagerd-%{version}
%autopatch -p1
%build
%cmake_kf5 -d build
@ -98,22 +98,30 @@ Provides translations to the package %{name}.
%find_lang kactivities5
%endif
%post -p /sbin/ldconfig
%post
/sbin/ldconfig
%{systemd_user_post plasma-kactivitymanagerd.service}
%postun -p /sbin/ldconfig
%preun
%{systemd_user_preun plasma-kactivitymanagerd.service}
%postun
/sbin/ldconfig
%{systemd_user_postun plasma-kactivitymanagerd.service}
%if %{with lang}
%files -n %name-lang -f kactivities5.lang
%endif
%files
%license COPYING*
%license LICENSES/*
%{_kf5_libdir}/libexec/kactivitymanagerd
%{_kf5_libdir}/libkactivitymanagerd_plugin.so
%{_kf5_plugindir}/
%{_kf5_servicesdir}/
%{_kf5_servicetypesdir}/
%{_kf5_sharedir}/dbus-1/services/org.kde.activitymanager.service
%{_kf5_sharedir}/dbus-1/services/org.kde.ActivityManager.service
%{_kf5_debugdir}/kactivitymanagerd.categories
%{_userunitdir}/plasma-kactivitymanagerd.service
%changelog