From 3f79b7d85992f61a266e459206efa4776722b2c6 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 8 Nov 2011 20:46:48 +0000 Subject: [PATCH] 0.9.8 --- .gitignore | 2 +- opus.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 35b6c0d..ebe4e1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/opus-0.9.6.tar.gz +/opus-0.*.tar.gz diff --git a/opus.spec b/opus.spec index 60a8404..df4af12 100644 --- a/opus.spec +++ b/opus.spec @@ -1,5 +1,5 @@ Name: opus -Version: 0.9.6 +Version: 0.9.8 Release: 1%{?dist} Summary: An audio codec for use in low-delay speech and audio communication @@ -8,8 +8,7 @@ License: BSD URL: http://www.opus-codec.org/ Source0: http://downloads.xiph.org/releases/%{name}/%{name}-%{version}.tar.gz # This is the current IETF Working Group draft -Source1: http://tools.ietf.org/id/draft-ietf-codec-opus-08.txt -#Source1: draft-ietf-codec-opus-08.txt +Source1: http://tools.ietf.org/id/draft-ietf-codec-opus-10.txt %description The Opus codec is designed for interactive speech and audio transmission over @@ -47,7 +46,7 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';' %files %defattr(-,root,root,-) -%doc COPYING README TODO draft-ietf-codec-opus-08.txt +%doc COPYING README TODO draft-ietf-codec-opus-10.txt %{_libdir}/libopus.so.* %files devel @@ -56,5 +55,8 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';' %{_libdir}/libopus.so %changelog +* Tue Nov 8 2011 Peter Robinson 0.9.8-1 +- Update to 0.9.8 + * Mon Oct 10 2011 Peter Robinson 0.9.6-1 - Initial packaging diff --git a/sources b/sources index 7a69182..dac6427 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -030556bcaebb241505f8577e92abe6d4 opus-0.9.6.tar.gz +76c1876eae9169dee808ff4710d847cf opus-0.9.8.tar.gz