- Update to version 1.5:
* Introduce a new pidfd based set of D-Bus APIs. * Dynamically change governor on integrated GPUs for improved performance. * Various other fixes and improvements. OBS-URL: https://build.opensuse.org/package/show/games:tools/gamemode?expand=0&rev=17
This commit is contained in:
parent
5d70db506c
commit
5ee9c0c88b
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://github.com/FeralInteractive/gamemode.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">1.4</param>
|
||||
<param name="revision">1.5</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/FeralInteractive/gamemode.git</param>
|
||||
<param name="changesrevision">7ced21f4b30cc4ceb67928889bc57af8784f1009</param></service></servicedata>
|
||||
<param name="changesrevision">a95fa9642ecbd21a4402b8b2c5b6ad5a72c8864a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e83f07dc91bbd27d1faadd69f7fda899810001e2a256be8061e36dee0e858f4a
|
||||
size 64756
|
3
gamemode-1.5.tar.xz
Normal file
3
gamemode-1.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7463ad3b7f4565580ce2993a39608892f849572f71ab09e7abd5543af0ab2e78
|
||||
size 69296
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 18:32:54 UTC 2020 - marix@marix.org
|
||||
|
||||
- Update to version 1.5:
|
||||
* Introduce a new pidfd based set of D-Bus APIs.
|
||||
* Dynamically change governor on integrated GPUs for improved
|
||||
performance.
|
||||
* Various other fixes and improvements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 11:19:07 UTC 2019 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gamemode
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 Matthias Bach <marix@marix.org>.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: gamemode
|
||||
Version: 1.4
|
||||
Version: 1.5
|
||||
Release: 0
|
||||
Summary: Daemon/library combo for changing Linux system performance on demand
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user