diff --git a/pulseaudio.changes b/pulseaudio.changes index bfcd14d..d4ee712 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 11 13:28:38 UTC 2019 - Bjørn Lie + +- Rebase qpaeq-shebang.patch to python3 instead of python, as we + build pulseaudio with python3 support and not python2. Aka + pulseaudio requires /usr/bin/python3 and not /usr/bin/python. + ------------------------------------------------------------------- Tue Jun 11 12:28:38 UTC 2019 - Dominique Leuenberger diff --git a/qpaeq-shebang.patch b/qpaeq-shebang.patch index eb14145..4bae0bb 100644 --- a/qpaeq-shebang.patch +++ b/qpaeq-shebang.patch @@ -2,7 +2,7 @@ +++ src/utils/qpaeq 2018-05-15 14:12:49.002967454 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python -+#!/usr/bin/python ++#!/usr/bin/python3 # qpaeq is a equalizer interface for pulseaudio's equalizer sinks # Copyright (C) 2009 Jason Newton