From 900ab36ff9fb50f7dee65a8db6c3ba2c89fcf98eb7e862e581d35088de201691 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 1 Sep 2020 13:39:33 +0000 Subject: [PATCH] Accepting request 831016 from home:alarrosa:branches:multimedia:libs - Make aubiocut a slave of aubio alternative, so the alternative symlink is updated in %post (for example, to fix a dangling symlink to an old python version) OBS-URL: https://build.opensuse.org/request/show/831016 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=34 --- python-aubio.changes | 7 +++++++ python-aubio.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-aubio.changes b/python-aubio.changes index cf27430..78e10df 100644 --- a/python-aubio.changes +++ b/python-aubio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 1 09:05:38 UTC 2020 - Antonio Larrosa + +- Make aubiocut a slave of aubio alternative, so the alternative + symlink is updated in %post (for example, to fix a dangling + symlink to an old python version) + ------------------------------------------------------------------- Fri Mar 13 08:42:51 UTC 2020 - Tomáš Chvátal diff --git a/python-aubio.spec b/python-aubio.spec index fb96510..4c88e9b 100644 --- a/python-aubio.spec +++ b/python-aubio.spec @@ -61,7 +61,7 @@ Its features include segmenting a sound file before each of its attacks, perform %pytest_arch -k 'not (test_meltohz or test_hztomel)' %post -%python_install_alternative aubio +%{python_install_alternative aubio aubiocut} %postun %python_uninstall_alternative aubio