From 188a15f0bb311f69fd4726ee71b476c3102679add37e8c8db6cf9290b78ade9a Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Sun, 5 Nov 2017 12:23:26 +0000 Subject: [PATCH] Accepting request 539118 from home:plater - Enabled mad, twolame and lame for 42.3 OBS-URL: https://build.opensuse.org/request/show/539118 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=110 --- audacity.changes | 5 +++++ audacity.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/audacity.changes b/audacity.changes index a23293d..8e1bccd 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 5 12:21:03 UTC 2017 - davejplater@gmail.com + +- Enabled mad, twolame and lame for 42.3 + ------------------------------------------------------------------- Sun Nov 5 07:10:09 UTC 2017 - aloisio@gmx.com diff --git a/audacity.spec b/audacity.spec index 5fa24e5..740c8aa 100644 --- a/audacity.spec +++ b/audacity.spec @@ -16,10 +16,10 @@ # -%if 0%{?suse_version} < 1330 -%bcond_with mad -%else +%if 0%{?suse_version} >= 1330 || 0%{?leap_version} >= 420300 %bcond_without mad +%else +%bcond_with mad %endif Name: audacity