[speex] Drop cyclic dependency handling, as speexdsp was fixed

David King amigadave at fedoraproject.org
Sun Dec 14 12:21:34 UTC 2014


commit 182120894413e06876addd1c5ae4799755a708bc
Author: David King <amigadave at amigadave.com>
Date:   Sun Dec 14 11:23:09 2014 +0000

    Drop cyclic dependency handling, as speexdsp was fixed

 speex.spec |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/speex.spec b/speex.spec
index 25413aa..17c982f 100644
--- a/speex.spec
+++ b/speex.spec
@@ -1,20 +1,14 @@
-# speex optionally requires speexdsp, but speexdsp requires the speex headers.
-# Disable speexdsp support if bootstrapping.
-%bcond_without speexdsp
-
 Summary:	A voice compression format (codec)
 Name:		speex
 Version:	1.2
 %global rc_ver	rc2
-Release:	0.22.%{rc_ver}%{?dist}
+Release:	0.23.%{rc_ver}%{?dist}
 License:	BSD
 Group:		System Environment/Libraries
 URL:		http://www.speex.org/
 Source0:	http://downloads.xiph.org/releases/speex/%{name}-%{version}%{rc_ver}.tar.gz
 BuildRequires:	pkgconfig(ogg)
-%if %{with speexdsp}
 BuildRequires:	pkgconfig(speexdsp)
-%endif
 
 %description
 Speex is a patent-free compression format designed especially for
@@ -76,8 +70,12 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/speex/manual.pdf
 %{_mandir}/man1/speexenc.1*
 %{_mandir}/man1/speexdec.1*
 
+
 %changelog
-* Sun Dec 14 2014 David King <amigadave at amigadave.com> - 1.2.0.22.rc2
+* Sun Dec 14 2014 David King <amigadave at amigadave.com> - 1.2-0.23.rc2
+- Drop cyclic dependency handling, as speexdsp was fixed
+
+* Sun Dec 14 2014 David King <amigadave at amigadave.com> - 1.2-0.22.rc2
 - Bump release to ensure that rc2 is newer than rc1
 
 * Fri Dec 12 2014 David King <amigadave at amigadave.com> - 1.2-0.1.rc2


More information about the scm-commits mailing list