From 3fabbc6a25170c26e499ae758ea150fb12b6cfe5 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 9 Aug 2012 11:53:39 +0200 Subject: [PATCH] 1.0.0rc1 --- .gitignore | 1 + opus.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ebe4e1c..b910bb6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /opus-0.*.tar.gz +/opus-1.0.0-rc.tar.gz diff --git a/opus.spec b/opus.spec index b851a3b..2f79c4e 100644 --- a/opus.spec +++ b/opus.spec @@ -1,12 +1,12 @@ Name: opus -Version: 0.9.14 -Release: 2%{?dist} +Version: 1.0.0 +Release: 0.rc1%{?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}.tar.gz +Source0: http://downloads.xiph.org/releases/%{name}/opus-1.0.0-rc.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 +%setup -q -n opus-1.0.0-rc cp %{SOURCE1} . %build @@ -60,6 +60,9 @@ make check %{_libdir}/pkgconfig/opus.pc %changelog +* Thu Aug 9 2012 Peter Robinson - 1.0.0rc1-0.1 +- Update to 1.0.0rc1 + * Fri Jul 20 2012 Fedora Release Engineering - 0.9.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 9afe6be..d1796c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c7161b247a8437ae6b0f11dd872e69e8 opus-0.9.14.tar.gz +1c2d30090595f4250027f7a04b114c8b opus-1.0.0-rc.tar.gz