From 5cf9f7e557a4381f1dc39d17338ecf7e83e32ea2 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 12 Jun 2019 14:17:19 +0200 Subject: [PATCH] + switcheroo-control-1.3-1 Update to 1.3 Fix operation with SecureBoot enabled --- .gitignore | 1 + sources | 2 +- switcheroo-control.spec | 24 +++++++++++++++++++++--- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2f1807e..243b32f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /switcheroo-control-1.0.tar.xz /switcheroo-control-1.1.tar.xz +/switcheroo-control-1.3.tar.xz diff --git a/sources b/sources index 157a201..452d426 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -521a46521fcd50c787cc46a9fb4a9f0d switcheroo-control-1.1.tar.xz +SHA512 (switcheroo-control-1.3.tar.xz) = 4db833cb100cad8f7aaafbdfbe01fb45f873e282e90e582f532de6f6164b4f8daeef83d7feffab7fbf874e2591b3e5f654492a992fe03026c05ab8b4a101a442 diff --git a/switcheroo-control.spec b/switcheroo-control.spec index 7a306c8..abe783e 100644 --- a/switcheroo-control.spec +++ b/switcheroo-control.spec @@ -1,6 +1,6 @@ Name: switcheroo-control -Version: 1.1 -Release: 7%{?dist} +Version: 1.3 +Release: 1%{?dist} Summary: D-Bus service to check the availability of dual-GPU License: GPLv3 @@ -8,7 +8,9 @@ URL: https://github.com/hadess/switcheroo-control Source0: https://github.com/hadess/switcheroo-control/releases/download/%{version}/switcheroo-control-%{version}.tar.xz BuildRequires: gcc +BuildRequires: pkgconfig(gudev-1.0) BuildRequires: pkgconfig(gio-2.0) +BuildRequires: gtk-doc BuildRequires: systemd %{?systemd_requires} @@ -16,6 +18,13 @@ BuildRequires: systemd %description D-Bus service to check the availability of dual-GPU. +%package docs +Summary: Documentation for %{name} +BuildArch: noarch + +%description docs + +This package contains the documentation for %{name}. %prep %autosetup @@ -45,10 +54,19 @@ D-Bus service to check the availability of dual-GPU. %doc NEWS README.md %{_sysconfdir}/dbus-1/system.d/net.hadess.SwitcherooControl.conf %{_unitdir}/switcheroo-control.service -%{_sbindir}/switcheroo-control +%{_libexecdir}/switcheroo-control +%files docs +%dir %{_datadir}/gtk-doc/ +%dir %{_datadir}/gtk-doc/html/ +%{_datadir}/gtk-doc/html/%{name}/ %changelog +* Wed Jun 12 2019 Bastien Nocera - 1.3-1 ++ switcheroo-control-1.3-1 +- Update to 1.3 +- Fix operation with SecureBoot enabled + * Sun Feb 03 2019 Fedora Release Engineering - 1.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild