1
0
Dominique Leuenberger 2023-04-28 14:22:25 +00:00 committed by Git OBS Bridge
commit ef91ee98db
4 changed files with 18 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Apr 26 15:19:01 UTC 2023 - Enrico Belleri <idesmi@protonmail.com>
- Update to version 0.13:
* Add support for the AMD P-State driver included in Linux 6.3
* Fix mismatched profiles on some HP laptops and some
miscellaneous bug fixes.
-------------------------------------------------------------------
Sun Jul 3 23:56:23 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package power-profiles-daemon
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: power-profiles-daemon
Version: 0.12
Version: 0.13
Release: 0
Summary: Power profiles handling over D-Bus
License: GPL-3.0-or-later
@ -28,16 +28,16 @@ Patch0: hold-profile-hardening.patch
BuildRequires: c_compiler
BuildRequires: gtk-doc
BuildRequires: meson
BuildRequires: meson >= 0.54.0
BuildRequires: pkgconfig
BuildRequires: python3-dbusmock
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(gudev-1.0) >= 234
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.114
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(upower-glib)
BuildRequires: pkgconfig(udev)
BuildRequires: pkgconfig(umockdev-1.0)
BuildRequires: pkgconfig(upower-glib)
Requires: polkit
%description
@ -59,6 +59,7 @@ This package provides documentation for %{name}.
%meson \
-Dsystemdsystemunitdir=%{_unitdir} \
-Dgtk_doc=true \
-Dtests=true \
%{nil}
%meson_build