From d8f25d13a9a435c918ddaabbf69eea3a9653c7e30e60f0d15ecb4dc07babe08d Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 11 Jun 2019 12:49:59 +0000 Subject: [PATCH 1/2] Accepting request 709151 from home:dimstar:Factory Allow OBS to pick better candidates to shorten rebuild queues OBS-URL: https://build.opensuse.org/request/show/709151 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=205 --- pulseaudio.changes | 6 ++++++ pulseaudio.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pulseaudio.changes b/pulseaudio.changes index a728d5b..bfcd14d 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 11 12:28:38 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + shortcut the build queues by allowing usage of systemd-mini + ------------------------------------------------------------------- Fri Apr 26 10:56:57 UTC 2019 - mvetter@suse.com diff --git a/pulseaudio.spec b/pulseaudio.spec index 99083d4..5950b7c 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -70,8 +70,8 @@ BuildRequires: libwebrtc_audio_processing-devel >= 0.3 BuildRequires: lirc-devel BuildRequires: orc >= 0.4.9 BuildRequires: pkgconfig -BuildRequires: systemd -BuildRequires: systemd-devel +BuildRequires: pkgconfig(systemd) +BuildRequires: pkgconfig(libsystemd) BuildRequires: systemd-rpm-macros BuildRequires: translation-update-upstream BuildRequires: update-desktop-files From e7a57e0de24cdd72a8d3f13d80810b99149e151754dfe210e5c075f93e62c23c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 14 Jun 2019 07:41:22 +0000 Subject: [PATCH 2/2] Accepting request 709800 from home:iznogood:branches:multimedia:libs - 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. OBS-URL: https://build.opensuse.org/request/show/709800 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=206 --- pulseaudio.changes | 7 +++++++ qpaeq-shebang.patch | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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