Author: qboosh Date: Sat May 31 13:58:19 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.0.3 (fixes CVE-2008-1686) - removed obsolete flac patch
---- Files affected: SPECS: SDL_sound.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: SPECS/SDL_sound.spec diff -u SPECS/SDL_sound.spec:1.23 SPECS/SDL_sound.spec:1.24 --- SPECS/SDL_sound.spec:1.23 Wed Sep 5 19:22:24 2007 +++ SPECS/SDL_sound.spec Sat May 31 15:58:14 2008 @@ -2,13 +2,12 @@ Summary: An abstract soundfile decoder Summary(pl.UTF-8): Abstrakcyjny dekoder plików dźwiękowych Name: SDL_sound -Version: 1.0.1 -Release: 8 -License: LGPL +Version: 1.0.3 +Release: 1 +License: LGPL v2.1+ Group: Libraries Source0: http://www.icculus.org/SDL_sound/downloads/%{name}-%{version}.tar.gz -# Source0-md5: 49e197ef7c8ab623d0640dc74be43160 -Patch0: %{name}-flac.patch +# Source0-md5: aa09cd52df85d29bee87a664424c94b5 URL: http://www.icculus.org/SDL_sound/ BuildRequires: SDL-devel >= 1.2.6 BuildRequires: autoconf @@ -83,9 +82,8 @@ %prep %setup -q -%patch0 -p1 -echo 'AC_DEFUN([AM_PATH_VORBIS],[XIPH_PATH_VORBIS])' > acinclude.m4 +rm acinclude.m4 %build %{__libtoolize} @@ -93,7 +91,6 @@ %{__autoconf} %{__autoheader} %{__automake} -CPPFLAGS="-I/usr/include/libmodplug -I/usr/include/speex" %configure %{__make} @@ -111,19 +108,21 @@ %files %defattr(644,root,root,755) -%doc CHANGELOG CREDITS README TODO +# COPYING contains additional notes +%doc CHANGELOG COPYING CREDITS README TODO %attr(755,root,root) %{_bindir}/playsound -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libSDL_sound-1.0.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libSDL_sound-1.0.so.1 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_includedir}/SDL/* +%attr(755,root,root) %{_libdir}/libSDL_sound.so +%{_libdir}/libSDL_sound.la +%{_includedir}/SDL/SDL_sound.h %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libSDL_sound.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -131,6 +130,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2008-05-31 13:58:14 qboosh +- updated to 1.0.3 (fixes CVE-2008-1686) +- removed obsolete flac patch + Revision 1.23 2007-09-05 17:22:24 baggins - rel 8 - explicit BR for physfs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/SDL_sound.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
