[opus] 1.0.1rc3

Peter Robinson pbrobinson at fedoraproject.org
Tue Sep 4 20:05:27 UTC 2012


commit f9e4cc64bf4b11793372f63a88885d88fc9982f3
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Sep 4 21:05:15 2012 +0100

    1.0.1rc3

 .gitignore |    1 +
 opus.spec  |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b910bb6..86e7b10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /opus-0.*.tar.gz
 /opus-1.0.0-rc.tar.gz
+/opus-1.0.1-rc3.tar.gz
diff --git a/opus.spec b/opus.spec
index 2f79c4e..400f6f3 100644
--- a/opus.spec
+++ b/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 at fedoraproject.org> - 1.0.1rc3-0.1
+- Update to 1.0.1rc3
+
 * Thu Aug  9 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.0.0rc1-0.1
 - Update to 1.0.0rc1
 
diff --git a/sources b/sources
index d1796c7..ad6e0e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c2d30090595f4250027f7a04b114c8b  opus-1.0.0-rc.tar.gz
+368af7eb0b610017baa518213f9ac2b7  opus-1.0.1-rc3.tar.gz


More information about the scm-commits mailing list