From 1da40a592bb44d2a2f324ea0ee7dc9131eed50d788d3c506d0082f5641a83170 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Wed, 22 Mar 2017 17:14:32 +0000 Subject: [PATCH] Accepting request 482012 from home:plater Added requires for flac > 1.3.0 OBS-URL: https://build.opensuse.org/request/show/482012 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=99 --- audacity.changes | 5 +++++ audacity.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/audacity.changes b/audacity.changes index bbfa812..2826c5d 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 22 15:29:45 UTC 2017 - davejplater@gmail.com + +- Added requires for flac > 1.3.0. + ------------------------------------------------------------------- Sat Mar 18 13:53:54 UTC 2017 - davejplater@gmail.com diff --git a/audacity.spec b/audacity.spec index e324333..34aab70 100644 --- a/audacity.spec +++ b/audacity.spec @@ -84,6 +84,8 @@ Recommends: libavcodec Recommends: libavformat Recommends: libavutil Recommends: libmp3lame0 +Requires: libFLAC++6 >= 1.3.1 +Requires: libFLAC8 >= 1.3.1 %if %{with mad} BuildRequires: pkgconfig(mad) %endif