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