Compare commits

...

No commits in common. 'i9c-beta' and 'c9' have entirely different histories.
i9c-beta ... c9

2
.gitignore vendored

@ -1 +1 @@
SOURCES/power-profiles-daemon-0.21.tar.gz SOURCES/power-profiles-daemon-0.11.1.tar.xz

@ -1 +1 @@
f9a02683f2fa84ccee8bd64861125fdcd0b622fc SOURCES/power-profiles-daemon-0.21.tar.gz eba727cbd9c5dbf6a3467c82081fabae628bc06c SOURCES/power-profiles-daemon-0.11.1.tar.xz

@ -1,17 +1,15 @@
Name: power-profiles-daemon Name: power-profiles-daemon
Version: 0.21 Version: 0.11.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Makes power profiles handling available over D-Bus Summary: Makes power profiles handling available over D-Bus
License: GPLv3+ License: GPLv3+
URL: https://gitlab.freedesktop.org/upower/power-profiles-daemon URL: https://gitlab.freedesktop.org/hadess/power-profiles-daemon
Source0: https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/archive/0.21/power-profiles-daemon-0.21.tar.gz Source0: https://gitlab.freedesktop.org/hadess/power-profiles-daemon/uploads/f81e7fa231b3cb45dba87c85375aeaa2/power-profiles-daemon-0.11.1.tar.xz
BuildRequires: argparse-manpage
BuildRequires: meson BuildRequires: meson
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gtk-doc BuildRequires: gtk-doc
BuildRequires: pkgconfig(bash-completion)
BuildRequires: pkgconfig(udev) BuildRequires: pkgconfig(udev)
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-2.0)
@ -37,10 +35,7 @@ This package contains the documentation for %{name}.
%autosetup %autosetup
%build %build
%meson \ %meson -Dgtk_doc=true
-Dgtk_doc=true \
-Dpylint=disabled \
-Dbashcomp=disabled
%meson_build %meson_build
%install %install
@ -71,13 +66,10 @@ systemctl --no-reload preset power-profiles-daemon.service &>/dev/null || :
%{_bindir}/powerprofilesctl %{_bindir}/powerprofilesctl
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%{_unitdir}/%{name}.service %{_unitdir}/%{name}.service
%{_datadir}/dbus-1/system.d/net.hadess.PowerProfiles.conf %{_sysconfdir}/dbus-1/system.d/net.hadess.PowerProfiles.conf
%{_datadir}/dbus-1/system.d/org.freedesktop.UPower.PowerProfiles.conf
%{_datadir}/dbus-1/system-services/net.hadess.PowerProfiles.service %{_datadir}/dbus-1/system-services/net.hadess.PowerProfiles.service
%{_datadir}/dbus-1/system-services/org.freedesktop.UPower.PowerProfiles.service %{_datadir}/polkit-1/actions/net.hadess.PowerProfiles.policy
%{_datadir}/polkit-1/actions/power-profiles-daemon.policy
%{_localstatedir}/lib/power-profiles-daemon %{_localstatedir}/lib/power-profiles-daemon
%{_mandir}/man1/powerprofilesctl.1.gz
%files docs %files docs
%dir %{_datadir}/gtk-doc/ %dir %{_datadir}/gtk-doc/
@ -85,20 +77,6 @@ systemctl --no-reload preset power-profiles-daemon.service &>/dev/null || :
%{_datadir}/gtk-doc/html/%{name}/ %{_datadir}/gtk-doc/html/%{name}/
%changelog %changelog
* Mon Apr 15 2024 Kate Hsuan <hpa@redhat.com> - 0.21-1
- Update to 0.21
- Support multi-drivers mode and amdgpu
- Support dynamically adjusts amd-pstate EPP values between battery and AC modes.
- Resolves: RHEL-23395
* Thu Mar 28 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.13-1
- Rebuilt for MSVSphere 9.4 beta
* Mon Sep 11 2023 Kate Hsuan <hpa@redhat.com> - 0.13-1
- Update date to 0.13
- Support for AMD P-State
- Resolves: rhbz#2226568
* Mon May 02 2022 Bastien Nocera <bnocera@redhat.com> - 0.11.1-1 * Mon May 02 2022 Bastien Nocera <bnocera@redhat.com> - 0.11.1-1
+ power-profiles-daemon-0.11.1-1 + power-profiles-daemon-0.11.1-1
- Update to 0.11.1 - Update to 0.11.1

Loading…
Cancel
Save