Accepting request 1083139 from home:iDesmI:branches:Base:System
- 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. * enable all tests OBS-URL: https://build.opensuse.org/request/show/1083139 OBS-URL: https://build.opensuse.org/package/show/Base:System/power-profiles-daemon?expand=0&rev=15
This commit is contained in:
parent
19af90d89a
commit
a8cd1bea6e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8ce5576b2b7dfe24bc646555f1e08256e3023208713e51d18b55c4b84a7c2293
|
|
||||||
size 47846
|
|
3
power-profiles-daemon-0.13.tar.bz2
Normal file
3
power-profiles-daemon-0.13.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9fef0a3e1b76e6c0f551841d4a9fef36e6aae047d5279cfc60b833d80fd2a8b7
|
||||||
|
size 49079
|
@ -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>
|
Sun Jul 3 23:56:23 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package power-profiles-daemon
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: power-profiles-daemon
|
Name: power-profiles-daemon
|
||||||
Version: 0.12
|
Version: 0.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Power profiles handling over D-Bus
|
Summary: Power profiles handling over D-Bus
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -28,16 +28,16 @@ Patch0: hold-profile-hardening.patch
|
|||||||
|
|
||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: meson
|
BuildRequires: meson >= 0.54.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-dbusmock
|
BuildRequires: python3-dbusmock
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
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(polkit-gobject-1) >= 0.114
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
BuildRequires: pkgconfig(upower-glib)
|
||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
BuildRequires: pkgconfig(umockdev-1.0)
|
BuildRequires: pkgconfig(umockdev-1.0)
|
||||||
BuildRequires: pkgconfig(upower-glib)
|
|
||||||
Requires: polkit
|
Requires: polkit
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -59,6 +59,7 @@ This package provides documentation for %{name}.
|
|||||||
%meson \
|
%meson \
|
||||||
-Dsystemdsystemunitdir=%{_unitdir} \
|
-Dsystemdsystemunitdir=%{_unitdir} \
|
||||||
-Dgtk_doc=true \
|
-Dgtk_doc=true \
|
||||||
|
-Dtests=true \
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user