Hello community, here is the log from the commit of package speex checked in at Fri May 25 00:42:53 CEST 2007. -------- --- speex/speex.changes 2007-04-10 19:25:33.000000000 +0200 +++ /mounts/work_src_done/STABLE/speex/speex.changes 2007-05-24 14:39:43.000000000 +0200 @@ -1,0 +2,11 @@ +Thu May 24 14:38:03 CEST 2007 - tiwai@suse.de + +- updated to version 1.2beta2: + * reduced RAM requirement + * A new resampler module + * improved / fixed echo canceller + * improved preprocessor + * early TriMedia support (incomplete) +- removed static library and *.la files + +------------------------------------------------------------------- Old: ---- speex-1.2beta1.tar.bz2 New: ---- speex-1.2beta2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ speex.spec ++++++ --- /var/tmp/diff_new_pack.A27953/_old 2007-05-25 00:42:44.000000000 +0200 +++ /var/tmp/diff_new_pack.A27953/_new 2007-05-25 00:42:44.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package speex (Version 1.1.99.1) +# spec file for package speex (Version 1.1.99.2) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,11 +11,11 @@ # norootforbuild Name: speex -%define package_version 1.2beta1 +%define package_version 1.2beta2 BuildRequires: libogg-devel pkgconfig Summary: An Open Source, Patent Free Speech Codec -Version: 1.1.99.1 -Release: 25 +Version: 1.1.99.2 +Release: 1 License: BSD License and BSD-like Group: System/Libraries URL: http://www.speex.org/ @@ -84,7 +84,7 @@ Radim Kolar <hsn@cybermail.net> %prep -%setup -n %{name}-%{package_version} +%setup -q -n %{name}-%{package_version} %patch1 %build @@ -92,12 +92,16 @@ autoreconf --force --install CFLAGS="$RPM_OPT_FLAGS -DRELEASE" \ ./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} \ + --disable-static \ --with-ogg-libraries=%{_libdir} make %install make DESTDIR=$RPM_BUILD_ROOT install -rm -rf $RPM_BUILD_ROOT/usr/share/doc/speex-* +# remove duped documents +rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/speex-* +# remove unneeded *.la files +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %post -n libspeex %run_ldconfig @@ -119,17 +123,23 @@ %files devel %defattr(-,root,root) -%doc README.TI-DSP README.blackfin README.symbian doc/manual.pdf +%doc README.TI-DSP README.blackfin README.symbian %doc %{_mandir}/man?/* %doc doc/manual.pdf %{_includedir}/* -%{_libdir}/libspeex.a -%{_libdir}/libspeex.la %{_libdir}/libspeex.so %{_libdir}/pkgconfig/*.pc %{_datadir}/aclocal/*.m4 %changelog +* Thu May 24 2007 - tiwai@suse.de +- updated to version 1.2beta2: + * reduced RAM requirement + * A new resampler module + * improved / fixed echo canceller + * improved preprocessor + * early TriMedia support (incomplete) +- removed static library and *.la files * Tue Apr 10 2007 - tiwai@suse.de - split shared library to libspeex sub package. * Thu Oct 12 2006 - tiwai@suse.de ++++++ speex-1.2beta1.tar.bz2 -> speex-1.2beta2.tar.bz2 ++++++ ++++ 28558 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de