1.0.1rc3
This commit is contained in:
parent
3fabbc6a25
commit
f9e4cc64bf
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/opus-0.*.tar.gz
|
||||
/opus-1.0.0-rc.tar.gz
|
||||
/opus-1.0.1-rc3.tar.gz
|
||||
|
||||
11
opus.spec
11
opus.spec
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user