commit a0bf695c19c633e9c906b77fbe6d6ddc02170a6b
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Sep 25 13:15:17 2018 +0200
Add missing cc
vo-amrwbenc.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/vo-amrwbenc.spec b/vo-amrwbenc.spec
index 1a0c25a..5ec8d03 100644
--- a/vo-amrwbenc.spec
+++ b/vo-amrwbenc.spec
@@ -1,11 +1,13 @@
Name: vo-amrwbenc
Version: 0.1.3
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: VisualOn AMR-WB encoder library
License: ASL 2.0
URL:
http://opencore-amr.sourceforge.net/
Source0:
http://downloads.sourceforge.net/opencore-amr/%{name}/%{name}-%{version}....
+BuildRequires: gcc
+
%description
This library contains an encoder implementation of the Adaptive
Multi Rate Wideband (AMR-WB) audio codec. The library is based
@@ -46,6 +48,9 @@ rm %{buildroot}%{_libdir}/libvo-amrwbenc.la
%{_libdir}/pkgconfig/vo-amrwbenc.pc
%changelog
+* Tue Sep 25 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.3-8
+- Add missing cc
+
* Tue Sep 25 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.3-7
- Spec file clean-up