From 7d32319a1e1dff223a624bf4a98436f077f87c1f Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:36:35 +0000 Subject: [PATCH] auto-import changelog data from speex-1.0.4-3.src.rpm Wed Aug 11 2004 Tim Waugh 1.0.4-3 - Fixed underquoted m4 definition. --- speex-underquoted.patch | 11 +++++++++++ speex.spec | 10 ++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 speex-underquoted.patch diff --git a/speex-underquoted.patch b/speex-underquoted.patch new file mode 100644 index 0000000..2392caf --- /dev/null +++ b/speex-underquoted.patch @@ -0,0 +1,11 @@ +--- speex-1.0.4/speex.m4.underquoted 2004-08-11 16:20:05.504669757 +0100 ++++ speex-1.0.4/speex.m4 2004-08-11 16:20:10.890645720 +0100 +@@ -7,7 +7,7 @@ + dnl XIPH_PATH_SPEEX([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) + dnl Test for libspeex, and define SPEEX_CFLAGS and SPEEX_LIBS + dnl +-AC_DEFUN(XIPH_PATH_SPEEX, ++AC_DEFUN([XIPH_PATH_SPEEX], + [dnl + dnl Get the cflags and libraries + dnl diff --git a/speex.spec b/speex.spec index 3ae9ed8..f445da2 100644 --- a/speex.spec +++ b/speex.spec @@ -1,7 +1,7 @@ Summary: A voice compression format (codec) Name: speex Version: 1.0.4 -Release: 2 +Release: 3 License: BSD Group: System Environment/Libraries URL: http://www.speex.org/ @@ -9,6 +9,8 @@ Source0: http://www.speex.org/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: libogg-devel +Patch0: speex-underquoted.patch + %description Speex is a patent-free compression format designed especially for speech. It is specialized for voice communications at low bit-rates in @@ -27,6 +29,7 @@ speech. This package contains development files for %{name} %prep %setup -q +%patch0 -p1 -b .underquoted %build %configure --enable-static --with-ogg-libraries=%{_libdir} @@ -68,9 +71,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libspeex.a %changelog +* Wed Aug 11 2004 Tim Waugh 1.0.4-3 +- Fixed underquoted m4 definition. + * Fri Jul 30 2004 Colin Walters 1.0.4-2 - Include /usr/include/speex directory, thanks - Nils Phillipsen. + Nils Philippsen. * Thu Jul 29 2004 Colin Walters - Update to 1.0.4.