From c6784a36f60df2937b94e2bd28f5b70881d92315 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Tue, 22 Feb 2022 14:28:02 +0100 Subject: [PATCH] Update to 0.5.0 This update enables the application boosting feature within GNOME. --- .gitignore | 1 + sources | 2 +- uresourced.spec | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 75a3d6d..4268530 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /uresourced-v0.3.0.tar.bz2 /uresourced-v0.4.0.tar.bz2 /uresourced-v0.4.1.tar.bz2 +/uresourced-v0.5.0.tar.bz2 diff --git a/sources b/sources index 4ec3fbe..96ebf41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uresourced-v0.4.1.tar.bz2) = def9e24402f3c391d63d7bdfa2a2b7309d681b65aa2d3a22311f2c3a109a88007485e99466b875a266e6e50713260167e9841e65f40e6852dbf6fdcf49ef5638 +SHA512 (uresourced-v0.5.0.tar.bz2) = 1703a377b96b1da355ba476fbfac398eb2e8adef70fe1c236114749d531b0241d20b98321f51084c39c5a7fac1feff6faf97f43b6253c74d00f46a789b143044 diff --git a/uresourced.spec b/uresourced.spec index 61a3404..3ce276f 100644 --- a/uresourced.spec +++ b/uresourced.spec @@ -1,5 +1,5 @@ Name: uresourced -Version: 0.4.1 +Version: 0.5.0 Release: %autorelease Summary: Dynamically allocate resources to the active user @@ -8,6 +8,7 @@ URL: https://gitlab.freedesktop.org/benzea/uresourced Source0: https://gitlab.freedesktop.org/benzea/uresourced/-/archive/v%{version}/%{name}-v%{version}.tar.bz2 BuildRequires: git +BuildRequires: pipewire-devel BuildRequires: systemd-devel BuildRequires: systemd-rpm-macros BuildRequires: meson @@ -24,7 +25,7 @@ to protect the sessions core processes (session.slice). %autosetup -S git -n %{name}-v%{version} %build -%meson +%meson -Dappmanagement=true %meson_build %install