commit d5bc04108d0f1435426f2137f83d48a5dfdc62f4
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Wed Aug 21 19:51:00 2019 +0100
Switch to python3 for appdata
parse-readme.py | 2 +-
xorg-x11-drv-nvidia.spec | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/parse-readme.py b/parse-readme.py
index b2fa2ba..0baff3c 100755
--- a/parse-readme.py
+++ b/parse-readme.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
# -*- coding: utf-8 -*-
#
# Copyright (C) 2016 Richard Hughes <richard(a)hughsie.com>
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index d36a734..b1d59f4 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -20,7 +20,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
Version: 435.17
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -48,7 +48,7 @@ Requires(postun): systemd
Requires: Xorg >= 1.19.0-3
%if 0%{?fedora}
# AppStream metadata generation
-BuildRequires: python2
+BuildRequires: python3
BuildRequires: libappstream-glib >= 0.6.3
%endif
@@ -495,6 +495,9 @@ fi ||:
%{_libdir}/libnvidia-encode.so
%changelog
+* Wed Aug 21 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:435.17-3
+- Switch to python3 for appdata
+
* Tue Aug 20 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 3:435.17-2
- Use AllowNVIDIAGPUScreens for Optimus offload sync support
- Disable PrimaryGPU by default