Hello community, here is the log from the commit of package bmp checked in at Tue Dec 12 23:09:41 CET 2006. -------- --- GNOME/bmp/bmp.changes 2006-09-05 09:15:18.000000000 +0200 +++ /mounts/work_src_done/STABLE/bmp/bmp.changes 2006-12-12 11:01:55.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Dec 12 11:01:28 CET 2006 - meissner@suse.de + +- mark up assembler as using noexec. +- fixed bugs. + +------------------------------------------------------------------- New: ---- bmp-fixes.patch bmp-noexec.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bmp.spec ++++++ --- /var/tmp/diff_new_pack.KmdPec/_old 2006-12-12 23:09:25.000000000 +0100 +++ /var/tmp/diff_new_pack.KmdPec/_new 2006-12-12 23:09:25.000000000 +0100 @@ -14,10 +14,10 @@ BuildRequires: esound-devel gconf2-devel gnome-vfs2-devel gtk2-devel id3lib-devel libglade2-devel libstdc++-devel libvorbis-devel mDNSResponder-devel update-desktop-files %define splitmad 1 Version: 0.9.7.1 -Release: 19 +Release: 44 URL: http://bmp.beep-media-player.org/ Group: Productivity/Multimedia/Sound/Players -License: GPL +License: GNU General Public License (GPL) Summary: Beep Media Player Source: %{name}-%{version}.tar.bz2 Source1: xmmsuse-1.0-1.tar.bz2 @@ -26,7 +26,9 @@ Source4: bmp_enqueue.desktop Source5: bmp_audio_cd.desktop Patch0: %name-desktop.patch +Patch1: bmp-noexec.patch Patch2: bmp-cdaudio-path-fix.diff +Patch3: bmp-fixes.patch Autoreqprov: on BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %splitmad @@ -147,7 +149,9 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %patch2 +%patch3 -p1 %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" @@ -230,6 +234,9 @@ %_includedir/* %changelog -n bmp +* Tue Dec 12 2006 - meissner@suse.de +- mark up assembler as using noexec. +- fixed bugs. * Tue Sep 05 2006 - aj@suse.de - Cleanup BuildRequires. * Wed Jan 25 2006 - mls@suse.de ++++++ bmp-fixes.patch ++++++ --- bmp-0.9.7.1/beep/playlist_list.c.xx 2006-12-12 10:51:16.000000000 +0100 +++ bmp-0.9.7.1/beep/playlist_list.c 2006-12-12 10:51:30.000000000 +0100 @@ -478,7 +478,7 @@ guint tail_width; guint tail_len; - strncat(tail, length, sizeof(tail)); + strncat(tail, length, sizeof(tail)-strlen(tail)-1); tail_len = strlen(tail); max_time_len = MAX(max_time_len, tail_len); --- bmp-0.9.7.1/Input/vorbis/vorbis.c.xx 2006-12-12 10:51:50.000000000 +0100 +++ bmp-0.9.7.1/Input/vorbis/vorbis.c 2006-12-12 10:52:12.000000000 +0100 @@ -474,7 +474,7 @@ last_section = current_section; } - if (!(vi->bitrate_upper == vi->bitrate_lower == vi->bitrate_nominal) + if (!((vi->bitrate_upper == vi->bitrate_lower) && (vi->bitrate_lower == vi->bitrate_nominal)) && (vorbis_ip.output->output_time() > timercount + 1000 || vorbis_ip.output->output_time() < timercount)) { /* ++++++ bmp-noexec.patch ++++++ --- bmp-0.9.7.1/Input/mpg123/decode_i586.s.xx 2006-12-11 21:09:55.000000000 +0100 +++ bmp-0.9.7.1/Input/mpg123/decode_i586.s 2006-12-11 21:10:44.000000000 +0100 @@ -23,6 +23,8 @@ / / $Id: decode_i586.s,v 1.1.1.1 2003/11/19 16:03:18 mderezynski Exp $ / +.section .note.GNU-stack,"",@progbits +.previous .bss .comm buffs,4352,4 .data --- bmp-0.9.7.1/Visualization/blur_scope/blur_8.s.xx 2006-12-11 21:11:09.000000000 +0100 +++ bmp-0.9.7.1/Visualization/blur_scope/blur_8.s 2006-12-11 21:11:39.000000000 +0100 @@ -1,3 +1,5 @@ +.section .note.GNU-stack,"",@progbits +.previous .globl bscope_blur_8 .type bscope_blur_8,@function bscope_blur_8: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org