From 460a7b6cfe98be58ab2bc10b5cca9a55b78708aa Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:36:19 +0000 Subject: [PATCH] auto-import changelog data from speex-1.0.4-1.src.rpm Thu Jul 29 2004 Colin Walters - Update to 1.0.4. - Include /usr/include/speex - Include speex.pc --- .cvsignore | 2 +- sources | 2 +- speex.spec | 12 ++++++++++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5262902..f95f45b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -speex-1.0.3.tar.gz +speex-1.0.4.tar.gz diff --git a/sources b/sources index 7fad517..756cc16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9b16492ae39afbf72d8bb46b2f258476 speex-1.0.3.tar.gz +15a0686b7e1f81d352a648044b350fcc speex-1.0.4.tar.gz diff --git a/speex.spec b/speex.spec index f218590..990f329 100644 --- a/speex.spec +++ b/speex.spec @@ -1,7 +1,7 @@ Summary: A voice compression format (codec) Name: speex -Version: 1.0.3 -Release: 3 +Version: 1.0.4 +Release: 1 License: BSD Group: System Environment/Libraries URL: http://www.speex.org/ @@ -56,15 +56,23 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) %exclude %{_libdir}/libspeex.la +%{_includedir}/speex/* %{_includedir}/speex.h %{_includedir}/speex_bits.h %{_includedir}/speex_callbacks.h %{_includedir}/speex_header.h %{_includedir}/speex_stereo.h +%{_datadir}/aclocal/speex.m4 +%{_libdir}/pkgconfig/speex.pc %{_libdir}/libspeex.so %{_libdir}/libspeex.a %changelog +* Thu Jul 29 2004 Colin Walters +- Update to 1.0.4. +- Include /usr/include/speex +- Include speex.pc + * Tue Jun 15 2004 Elliot Lee - rebuilt