Accepting request 889401 from games:tools

OBS-URL: https://build.opensuse.org/request/show/889401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gamemode?expand=0&rev=8
This commit is contained in:
2021-04-29 20:47:08 +00:00
committed by Git OBS Bridge
7 changed files with 35 additions and 29 deletions

View File

@@ -1,15 +0,0 @@
<services>
<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.6</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="disabled" />
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled" />
</services>

View File

@@ -1,4 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/FeralInteractive/gamemode.git</param>
<param name="changesrevision">5f71f57db105c5d8682d5ab795651245603133ff</param></service></servicedata>

3
gamemode-1.6.1.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10c2a3f142eae472f5a09e42616e38c666c05b25ca3e61e562a543bb3fda66c5
size 71224

16
gamemode-1.6.1.tar.xz.asc Normal file
View File

@@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE3jph1YCSt+zQQwmVCPnBx4jMdRUFAmAuuVEACgkQCPnBx4jM
dRWuiBAAm46obhrC/Ev8LTnQGr+RREZP8IMN+gt/StM0XtGbn9COPaUzNCItAmaw
MPh6yn/UWo59Rz81PIQ/qSl3GLWyPSnXfmJLiVqZU4KIkQWROuOrtFKMtISe5Q8P
GJpwqJz/viWrap9/EnhDpsMD0xF0lZLIcogvy0rn1VBAzM9vtBuJwM9nsanhjicI
NeEDE/IkhLNQicRsWO9Ke3PVMrsuL/h6IS3EU1bM1G9UH7SIoCuTWjv2brPgpP+h
Ke4j80V3IIMbbZT542oGcqnxmmzlT2XElR3mJyqTXdKM7065rCnspzsqRm7oTgHy
QOsgpzcg6/lH7OmSyc/Rf+oSDB4tWidUEehMnDAQKgiAVUJdbdEm+SKbdCxIUNoR
0Q2xzDkrGK4BmHBd80q3az33lAa2oxh7TkqKNyMIJ4MQPH50RavLUecLAUMnizJd
ZJmallFQwi6j9zPUa4gS5dM5zYLnLLATSAurFDHG7tYjJQZFYgeQOIRrUbKskrrs
AK7qqHjATboqonmjkaaibzumLrr0CyjcVY5odgzUuC0nGBYP9+Wm9KqmChCIfOWa
B8Ek3xI06EzivLEpujZEyN7Rbm2Im4KIMsug/z0ZT6L6wFUADaRuhrn8CyRc7aUq
xTT/qD2mUYRMjY6RlqihJgNqw27m8QSjCos8O5Q4lKM2Vhfl5M8=
=XnKf
-----END PGP SIGNATURE-----

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31d724fd4d5f5988ceb132c81829e9ce011da570f92adc07fef7d0e1fb374205
size 57220

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Apr 29 14:02:30 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 1.6.1
* Use inih r53
* Minor metainfo improvements
- Use SourceUrl and signature
-------------------------------------------------------------------
Wed Sep 23 18:12:20 UTC 2020 - marix@marix.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package gamemode
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2020 Matthias Bach <marix@marix.org>.
#
# All modifications and additions to the file contributed by third parties
@@ -18,16 +18,17 @@
Name: gamemode
Version: 1.6
Version: 1.6.1
Release: 0
Summary: Daemon/library combo for changing Linux system performance on demand
License: BSD-3-Clause
Group: Amusements/Games/Other
URL: https://github.com/FeralInteractive/gamemode
Source0: gamemode-%{version}.tar.xz
Source1: gamemode-rpmlintrc
Source2: README.openSUSE
Source3: baselibs.conf
Source0: %{URL}/releases/download/%{version}/%{name}-%{version}.tar.xz
Source1: %{URL}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
Source2: gamemode-rpmlintrc
Source3: README.openSUSE
Source4: baselibs.conf
Patch0: only-build-shared-library.patch
BuildRequires: cmake
BuildRequires: libinih-devel
@@ -111,7 +112,7 @@ built-in GameMode support.
%setup -q
%patch0 -p1
cp %{SOURCE2} .
cp %{SOURCE3} .
%build
%meson -Dwith-examples=false