diff --git a/.gitignore b/.gitignore index 6f23c4a..93d8a0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /speexdsp-1.2rc2.tar.gz /speexdsp-1.2rc2.20141214git.tar.gz +/speexdsp-1.2rc3.tar.gz diff --git a/sources b/sources index f348f40..9d056e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b935b2b30dbc8d5066a3b11859cff9a speexdsp-1.2rc2.20141214git.tar.gz +70d9d31184f7eb761192fd1ef0b73333 speexdsp-1.2rc3.tar.gz diff --git a/speexdsp.spec b/speexdsp.spec index 92eec1a..d2aa5bf 100644 --- a/speexdsp.spec +++ b/speexdsp.spec @@ -1,21 +1,13 @@ -%global git_commit dc3f8cfcec95620e47361c9e1ff6dc189754a4a2 -%global git_shortcommit dc3f8cf -%global git_snapshot 20141214git - Name: speexdsp Version: 1.2 -%global rc_ver rc2 -Release: 0.2.%{rc_ver}.%{git_snapshot}%{?dist} +%global rc_ver rc3 +Release: 0.3.%{rc_ver}%{?dist} Summary: A voice compression format (DSP) Group: System Environment/Libraries License: BSD URL: http://www.speex.org/ -#Source0: http://downloads.xiph.org/releases/speex/%{name}-%{version}%{rc_ver}.tar.gz -# curl -O "http://git.xiph.org/?p=speexdsp.git;a=snapshot;h=dc3f8cfcec95620e47361c9e1ff6dc189754a4a2;sf=tgz" -# mv \?p\=speexdsp.git\;a\=snapshot\;h\=dc3f8cfcec95620e47361c9e1ff6dc189754a4a2\;sf\=tgz speexdsp-1.2rc2.20141214git.tar.gz -Source0: speexdsp-1.2rc2.20141214git.tar.gz -BuildRequires: autoconf automake libtool +Source0: http://downloads.xiph.org/releases/speex/%{name}-%{version}%{rc_ver}.tar.gz # speexdsp was split from speex in 1.2rc2. As speexdsp does not depend on # speex, a versioned conflict is required. @@ -46,11 +38,10 @@ This is the DSP package, see the speex package for the codec part. %prep -%setup -q -n %{name}-%{git_shortcommit} +%setup -q -n %{name}-%{version}%{rc_ver} %build -./autogen.sh %configure --disable-static make %{?_smp_mflags} V=1 @@ -74,6 +65,9 @@ make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install %changelog +* Mon Jan 05 2015 David King - 1.2.0.3.rc3 +- Update to 1.2rc3 + * Sun Dec 14 2014 David King - 1.2-0.2.rc2.20141214git - Use a git snapshot, to ensure that speex_buffer.h is present