+ switcheroo-control-2.1-1
Update to 2.1 Fix crasher on startup (#1786846)
This commit is contained in:
parent
dac17ff8cc
commit
1d193f54b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/switcheroo-control-1.3.tar.xz
|
||||
/switcheroo-control-1.3.1.tar.xz
|
||||
/switcheroo-control-2.0.tar.xz
|
||||
/switcheroo-control-2.1.tar.xz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (switcheroo-control-2.0.tar.xz) = 65fb05bcdb168ff75361e15d7d6a0872ad9b775a472b26f20418f4c14368abc6975633a6e4e1c5f47f79238b727057eaa61dca0937580577c9ceb52656aebb0e
|
||||
SHA512 (switcheroo-control-2.1.tar.xz) = 51641082553a186ba279bade5c6172db9e2250689a8a89b6ec0b5abf7831a030afef38101450724df78ca8203cd0f37277a6ba649b46fff7f746b6049a781189
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
Name: switcheroo-control
|
||||
Version: 2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: D-Bus service to check the availability of dual-GPU
|
||||
|
||||
License: GPLv3
|
||||
URL: https://gitlab.freedesktop.org/hadess/switcheroo-control/
|
||||
# URL from https://gitlab.freedesktop.org/hadess/switcheroo-control/-/releases
|
||||
Source0: https://gitlab.freedesktop.org/hadess/switcheroo-control/uploads/bd4ae2a79276814dad990931ad8c3e0a/switcheroo-control-2.0.tar.xz
|
||||
Source0: https://gitlab.freedesktop.org/hadess/switcheroo-control/uploads/ab003d6cde3708a2250e0b83d895acb3/switcheroo-control-2.1.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(gudev-1.0)
|
||||
@ -68,6 +68,11 @@ fi
|
||||
%{_datadir}/gtk-doc/html/%{name}/
|
||||
|
||||
%changelog
|
||||
* Thu Jan 02 2020 Bastien Nocera <bnocera@redhat.com> - 2.1-1
|
||||
+ switcheroo-control-2.1-1
|
||||
- Update to 2.1
|
||||
- Fix crasher on startup (#1786846)
|
||||
|
||||
* Thu Nov 21 2019 Bastien Nocera <bnocera@redhat.com> - 2.0-2
|
||||
+ switcheroo-control-2.0-2
|
||||
- Fix post scripts not reloading service file
|
||||
|
||||
Loading…
Reference in New Issue
Block a user