Hello community, here is the log from the commit of package fuseiso checked in at Fri Sep 29 01:54:45 CEST 2006. -------- --- fuseiso/fuseiso.changes 2006-09-28 09:36:05.000000000 +0200 +++ /mounts/work_users/ro/STABLE/fuseiso/fuseiso.changes 2006-09-29 01:54:24.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Sep 29 01:54:17 CEST 2006 - ro@suse.de + +- fix a missing return value + +------------------------------------------------------------------- New: ---- fuseiso-retval.dif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fuseiso.spec ++++++ --- /var/tmp/diff_new_pack.48pGoc/_old 2006-09-29 01:54:38.000000000 +0200 +++ /var/tmp/diff_new_pack.48pGoc/_new 2006-09-29 01:54:38.000000000 +0200 @@ -14,10 +14,11 @@ BuildRequires: fuse-devel glib2-devel Summary: fuseiso is a FUSE module to mount ISO filesystem images Version: 20060928 -Release: 1 +Release: 2 License: GPL Group: System/Filesystems Source: %{name}-%{version}.tar.bz2 +Patch: fuseiso-retval.dif URL: http://fuse.sourceforge.net/wiki/index.php/FuseIso BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -33,6 +34,7 @@ %prep %setup +%patch %build autoreconf -fi @@ -52,6 +54,8 @@ %{_bindir}/* %changelog -n fuseiso +* Fri Sep 29 2006 - ro@suse.de +- fix a missing return value * Thu Sep 28 2006 - cthiel@suse.de - update to 20060928 * Fixed race-condition with find -- display stable inode numbers on ++++++ fuseiso-retval.dif ++++++ --- src/fuseiso.c +++ src/fuseiso.c @@ -211,6 +211,7 @@ }; close(fd); free(mtab_path); + return 0; }; static int isofs_getattr(const char *path, struct stat *stbuf) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de