Update 1.1.1 GA

This commit is contained in:
Peter Robinson 2015-11-26 16:28:22 +00:00
parent 511f0f7bf5
commit cd60aef103
2 changed files with 7 additions and 4 deletions

View File

@ -1,12 +1,12 @@
Name: opus
Version: 1.1.1
Release: 0.4.rc%{?dist}
Release: 1%{?dist}
Summary: An audio codec for use in low-delay speech and audio communication
Group: System Environment/Libraries
License: BSD
URL: http://www.opus-codec.org/
Source0: http://downloads.xiph.org/releases/%{name}/%{name}-%{version}-rc.tar.gz
Source0: http://downloads.xiph.org/releases/%{name}/%{name}-%{version}.tar.gz
# This is the final IETF Working Group RFC
Source1: http://tools.ietf.org/rfc/rfc6716.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -27,7 +27,7 @@ Requires: opus = %{version}-%{release}
Files for development with opus.
%prep
%setup -q -n %{name}-%{version}-rc
%setup -q -n %{name}-%{version}
cp %{SOURCE1} .
%build
@ -69,6 +69,9 @@ rm -rf %{buildroot}
%{_datadir}/man/man3/opus_*.3.gz
%changelog
* Thu Nov 26 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.1-1
- Update 1.1.1 GA
* Wed Oct 28 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.1-0.4.rc
- Update to 1.1.1 RC (further ARM optimisations)

View File

@ -1 +1 @@
8ba12c7135987f530b34d890c1ba086b opus-1.1.1-rc.tar.gz
cfb354d4c65217ca32a762f8ab15f2ac opus-1.1.1.tar.gz