From 506f5af76c26a2e4221969339bfb1a2a0d14cc7b Mon Sep 17 00:00:00 2001 From: simotek <> Date: Jan 08 2021 17:26:32 +0000 Subject: Update a2jmidid to version 9 / rev 2 via SR 861482 https://build.opensuse.org/request/show/861482 by user simotek + dimstar_suse --- diff --git a/.files b/.files index 54caba4..89662b6 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 6a2ad41..a9ea828 100644 --- a/.rev +++ b/.rev @@ -7,4 +7,12 @@ More fixing the sources. 856433 + + 5921654cb7863664d525ccb1551f9b6a + 9 + + dimstar_suse + + 861482 + diff --git a/a2jmidid.changes b/a2jmidid.changes index e20a0da..7336c94 100644 --- a/a2jmidid.changes +++ b/a2jmidid.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Jan 7 07:07:07 UTC 2021 - olaf@aepfle.de + +- Meson 0.50.0 is required + +------------------------------------------------------------------- Thu Dec 3 07:30:51 UTC 2020 - Simon Lees - Fix source to use full URL diff --git a/a2jmidid.spec b/a2jmidid.spec index fbd569a..764bf9c 100644 --- a/a2jmidid.spec +++ b/a2jmidid.spec @@ -26,7 +26,7 @@ URL: https://github.com/linuxaudio/a2jmidid Source0: https://github.com/linuxaudio/a2jmidid/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: gcc-c++ -BuildRequires: meson +BuildRequires: meson >= 0.50.0 BuildRequires: pkgconfig BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(dbus-1) @@ -45,7 +45,7 @@ MIDI systems. %install %meson_install -find %{buildroot}/%{_bindir} -name 'a2j_control' -exec sed -i "s|#! %{_bindir}/env python3$|#!/usr/bin/python3|" {} + +find %{buildroot}/%{_bindir} -name 'a2j_control' -exec sed -i "s|#! %{_bindir}/env python3$|#!%{_bindir}/python3|" {} + %files %doc README.rst INSTALLATION.rst