Hello community, here is the log from the commit of package gtkpod checked in at Fri Sep 14 00:43:52 CEST 2007. -------- --- gtkpod/gtkpod.changes 2007-07-04 15:08:53.000000000 +0200 +++ /mounts/work_src_done/STABLE/gtkpod/gtkpod.changes 2007-09-13 12:15:27.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Sep 13 12:13:03 CEST 2007 - hvogel@suse.de + +- Fix missing fclose on music files [#310045] + +------------------------------------------------------------------- New: ---- gtkpod-missing_fclose_patch.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtkpod.spec ++++++ --- /var/tmp/diff_new_pack.I10725/_old 2007-09-14 00:43:29.000000000 +0200 +++ /var/tmp/diff_new_pack.I10725/_new 2007-09-14 00:43:29.000000000 +0200 @@ -13,13 +13,14 @@ Name: gtkpod Summary: A platform independent GUI for the Apple� iPod� Version: 0.99.10 -Release: 1 +Release: 28 License: GPL v2 or later Group: Productivity/Multimedia/Sound/Utilities Source0: %name-%version.tar.bz2 Patch0: %name-pref.patch Patch1: %name-non_static_decl.patch -URL: http://gtkpod.sourceforge.net/ +Patch2: %name-missing_fclose_patch.patch +Url: http://gtkpod.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: flex gnutls-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libgpod-devel libid3tag-devel libstdc++-devel libwnck-devel mDNSResponder-devel perl-XML-Parser update-desktop-files @@ -42,19 +43,19 @@ %setup -q %patch %patch1 +%patch2 -p1 %build ./configure --prefix=%{_prefix} make %install -[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf %{buildroot} make DESTDIR=$RPM_BUILD_ROOT install %suse_update_desktop_file %name Utility SyncUtility %find_lang %{name} %clean -[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf %{buildroot} +rm -rf %{buildroot} %files -f %{name}.lang %defattr(-, root, root) @@ -65,6 +66,8 @@ %_datadir/applications/gtkpod.desktop %changelog +* Thu Sep 13 2007 - hvogel@suse.de +- Fix missing fclose on music files [#310045] * Wed Jul 04 2007 - hvogel@suse.de - Update to version 0.99.10 * various bugfixes ++++++ gtkpod-missing_fclose_patch.patch ++++++ diff -Naur -p gtkpod-0.99.10-old/src/mp3file.c gtkpod-0.99.10/src/mp3file.c --- gtkpod-0.99.10-old/src/mp3file.c 2007-06-27 21:29:33.000000000 +0200 +++ gtkpod-0.99.10/src/mp3file.c 2007-09-08 17:03:17.000000000 +0200 @@ -2354,6 +2354,7 @@ gboolean mp3_get_track_lame_gapless (gch /* total samples minus pre/postgap */ gd->samplecount = totalframes * mysamplesperframe - gd->pregap - gd->postgap; + fclose(file); return TRUE; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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