From a8cd1bea6e9ad28bae01f8abb0ab29b13e60e21fd69ba55a23840f65903e5dc3 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Thu, 27 Apr 2023 06:13:40 +0000 Subject: [PATCH] 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 --- power-profiles-daemon-0.12.tar.bz2 | 3 --- power-profiles-daemon-0.13.tar.bz2 | 3 +++ power-profiles-daemon.changes | 9 +++++++++ power-profiles-daemon.spec | 11 ++++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 power-profiles-daemon-0.12.tar.bz2 create mode 100644 power-profiles-daemon-0.13.tar.bz2 diff --git a/power-profiles-daemon-0.12.tar.bz2 b/power-profiles-daemon-0.12.tar.bz2 deleted file mode 100644 index e7882eb..0000000 --- a/power-profiles-daemon-0.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ce5576b2b7dfe24bc646555f1e08256e3023208713e51d18b55c4b84a7c2293 -size 47846 diff --git a/power-profiles-daemon-0.13.tar.bz2 b/power-profiles-daemon-0.13.tar.bz2 new file mode 100644 index 0000000..a9ba649 --- /dev/null +++ b/power-profiles-daemon-0.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fef0a3e1b76e6c0f551841d4a9fef36e6aae047d5279cfc60b833d80fd2a8b7 +size 49079 diff --git a/power-profiles-daemon.changes b/power-profiles-daemon.changes index ed1929c..741d209 100644 --- a/power-profiles-daemon.changes +++ b/power-profiles-daemon.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Apr 26 15:19:01 UTC 2023 - Enrico Belleri + +- 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 diff --git a/power-profiles-daemon.spec b/power-profiles-daemon.spec index bf52f7c..b53fe85 100644 --- a/power-profiles-daemon.spec +++ b/power-profiles-daemon.spec @@ -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