This commit is contained in:
Peter Robinson 2012-09-04 21:05:15 +01:00
parent 3fabbc6a25
commit f9e4cc64bf
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/opus-0.*.tar.gz
/opus-1.0.0-rc.tar.gz
/opus-1.0.1-rc3.tar.gz

View File

@ -1,12 +1,12 @@
Name: opus
Version: 1.0.0
Release: 0.rc1%{?dist}
Version: 1.0.1
Release: 0.rc3%{?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}/opus-1.0.0-rc.tar.gz
Source0: http://downloads.xiph.org/releases/%{name}/%{name}-1.0.1-rc3.tar.gz
# This is the current IETF Working Group draft
Source1: http://tools.ietf.org/id/draft-ietf-codec-opus-14.txt
@ -25,7 +25,7 @@ Requires: opus = %{version}-%{release}
Files for development with opus.
%prep
%setup -q -n opus-1.0.0-rc
%setup -q -n opus-1.0.1-rc3
cp %{SOURCE1} .
%build
@ -60,6 +60,9 @@ make check
%{_libdir}/pkgconfig/opus.pc
%changelog
* Tue Sep 4 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.1rc3-0.1
- Update to 1.0.1rc3
* Thu Aug 9 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0rc1-0.1
- Update to 1.0.0rc1

View File

@ -1 +1 @@
1c2d30090595f4250027f7a04b114c8b opus-1.0.0-rc.tar.gz
368af7eb0b610017baa518213f9ac2b7 opus-1.0.1-rc3.tar.gz