Hello community, here is the log from the commit of package xsidplay checked in at Tue Dec 19 01:42:02 CET 2006. -------- --- xsidplay/xsidplay.changes 2006-01-25 21:43:27.000000000 +0100 +++ /mounts/work_users/ro/STABLE/xsidplay/xsidplay.changes 2006-12-19 01:41:36.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Dec 19 01:41:08 CET 2006 - ro@suse.de + +- fix a compiler warning (#219251) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xsidplay.spec ++++++ --- /var/tmp/diff_new_pack.dyhMim/_old 2006-12-19 01:41:53.000000000 +0100 +++ /var/tmp/diff_new_pack.dyhMim/_new 2006-12-19 01:41:53.000000000 +0100 @@ -1,22 +1,22 @@ # # spec file for package xsidplay (Version 1.6.5.2) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: xsidplay BuildRequires: arts-devel libdrm-devel libjpeg-devel libsidplay update-desktop-files -License: GPL +License: GNU General Public License (GPL) Group: Productivity/Multimedia/Sound/Players Autoreqprov: on Version: 1.6.5.2 -Release: 4 +Release: 45 Summary: X11 player for C64 music files Source: xsidplay-%{version}.tar.bz2 Patch: xsidplay-1.6.5.2-gcc4.patch @@ -74,6 +74,8 @@ /usr/share/icons/xsidplay/mini/xsidplay.xpm %changelog -n xsidplay +* Tue Dec 19 2006 - ro@suse.de +- fix a compiler warning (#219251) * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Mon May 30 2005 - ro@suse.de ++++++ xsidplay-1.6.5.2-gcc4.patch ++++++ --- /var/tmp/diff_new_pack.dyhMim/_old 2006-12-19 01:41:53.000000000 +0100 +++ /var/tmp/diff_new_pack.dyhMim/_new 2006-12-19 01:41:53.000000000 +0100 @@ -9,3 +9,14 @@ class HistoryDialog : public HistoryDialogData { Q_OBJECT +--- src/wrapper/MD5.cpp ++++ src/wrapper/MD5.cpp +@@ -147,7 +147,7 @@ + void + MD5::reset() + { +- count[0] = count[1] = count[2] = 0; ++ count[0] = count[1] = 0; + abcd[0] = 0x67452301; + abcd[1] = 0xefcdab89; + abcd[2] = 0x98badcfe; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org