Update to 0.5.0

This update enables the application boosting feature within GNOME.
This commit is contained in:
Benjamin Berg 2022-02-22 14:28:02 +01:00
parent ab4060c8eb
commit c6784a36f6
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (uresourced-v0.4.1.tar.bz2) = def9e24402f3c391d63d7bdfa2a2b7309d681b65aa2d3a22311f2c3a109a88007485e99466b875a266e6e50713260167e9841e65f40e6852dbf6fdcf49ef5638
SHA512 (uresourced-v0.5.0.tar.bz2) = 1703a377b96b1da355ba476fbfac398eb2e8adef70fe1c236114749d531b0241d20b98321f51084c39c5a7fac1feff6faf97f43b6253c74d00f46a789b143044

View File

@ -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