Merge branch f38 into epel9-next

epel9 imports/epel9/powerdevil-5.27.6-3.el9
Troy Dawson 1 year ago
commit 43d2bf8e68

@ -1,9 +1,8 @@
%global kf5_version 5.82.0 %global kf5_version 5.82.0
Name: powerdevil Name: powerdevil
Version: 5.27.4 Version: 5.27.6
Release: 1%{?dist} Release: 3%{?dist}
Summary: Manages the power consumption settings of a Plasma Shell Summary: Manages the power consumption settings of a Plasma Shell
License: GPLv2+ License: GPLv2+
@ -64,10 +63,17 @@ BuildRequires: xcb-util-image-devel
BuildRequires: xcb-util-keysyms-devel BuildRequires: xcb-util-keysyms-devel
BuildRequires: xcb-util-wm-devel BuildRequires: xcb-util-wm-devel
%ifnarch s390 s390x
BuildRequires: libddcutil-devel
%global DDCUTIL ON
%else
%global DDCUTIL OFF
%endif
%{?_qt5:Requires: %{_qt5}%{?_isa} >= %{_qt5_version}} %{?_qt5:Requires: %{_qt5}%{?_isa} >= %{_qt5_version}}
# available on f34+ # available on rhel 9+
%if 0%{?fedora} > 33 %if 0%{?fedora} || (0%{?rhel} && 0%{?rhel} > 8)
Recommends: power-profiles-daemon Recommends: power-profiles-daemon
%endif %endif
@ -81,7 +87,7 @@ of a daemon (a KDED module) and a KCModule for its configuration.
%build %build
%cmake_kf5 %cmake_kf5 -DHAVE_DDCUTIL=%DDCUTIL
%cmake_build %cmake_build
@ -128,6 +134,18 @@ rm -fv %{buildroot}/%{_libdir}/libpowerdevil{configcommonprivate,core,ui}.so
%{_kf5_qtplugindir}/powerdevil/action/powerdevil_*.so %{_kf5_qtplugindir}/powerdevil/action/powerdevil_*.so
%changelog %changelog
* Mon Jun 26 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.6-3
- Exclude enabling ddcutil on s390/s390x arches
* Sun Jun 25 2023 Alessandro Astone <ales.astone@gmail.com> - 5.27.6-2
- Enable ddcutil integration
* Sun Jun 25 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.6-1
- 5.27.6
* Wed May 10 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.5-1
- 5.27.5
* Tue Apr 04 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.4-1 * Tue Apr 04 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.4-1
- 5.27.4 - 5.27.4

@ -1 +1 @@
SHA512 (powerdevil-5.27.4.tar.xz) = 8c741f7331b47a3f2309657fa2689cc8888dbeda5015faa11626f98ae201e06398ae15504880ac1932424aad87389a0ef461a76fc50923a55a363b65e0fe39e3 SHA512 (powerdevil-5.27.6.tar.xz) = 9dd18fc3246bc6371bc19ac7544b89de517d34c7773970e2eaacea69edcd94d28b1c7b9c12f036999a849f8b393a7ff1a4244a6f9888712bf4d34796f702436c

Loading…
Cancel
Save