commit fusepod for openSUSE:Factory
Hello community, here is the log from the commit of package fusepod for openSUSE:Factory checked in at Fri May 29 01:39:40 CEST 2009. -------- --- fusepod/fusepod.changes 2007-10-25 13:30:04.000000000 +0200 +++ fusepod/fusepod.changes 2009-05-28 16:52:22.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 28 15:41:24 CEST 2009 - mszeredi@suse.de + +- Fix missing include + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fusepod.spec ++++++ --- /var/tmp/diff_new_pack.uX2611/_old 2009-05-29 01:38:56.000000000 +0200 +++ /var/tmp/diff_new_pack.uX2611/_new 2009-05-29 01:38:56.000000000 +0200 @@ -1,22 +1,30 @@ # # spec file for package fusepod (Version 0.5.2) # -# Copyright (c) 2007 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. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + Name: fusepod BuildRequires: fuse-devel gcc-c++ libgpod-devel pkgconfig taglib-devel Requires: fuse Summary: FUSEPod is a virtual user-space filesystem that mounts your iPod Version: 0.5.2 -Release: 43 -License: GPL v2 or later; LGPL v2 or later +Release: 167 +License: GPL v2 or later; LGPL v2.1 or later Group: System/Filesystems Source: %{name}-%{version}.tar.bz2 Patch: include_fix.patch @@ -56,26 +64,29 @@ %doc AUTHORS COPYING* ChangeLog NEWS README* THANKS %{_bindir}/* %{_mandir}/man1/fusepod.1.gz + %changelog -* Thu Oct 25 2007 - mszeredi@suse.de +* Thu May 28 2009 mszeredi@suse.de +- Fix missing include +* Thu Oct 25 2007 mszeredi@suse.de - Fix compile error in beta -* Fri Aug 10 2007 - bk@suse.de +* Fri Aug 10 2007 bk@suse.de - Add "Requires: fuse" to ensure that fuse is present (285101#c29) -* Wed Jul 04 2007 - mszeredi@suse.de +* Wed Jul 04 2007 mszeredi@suse.de - update to version 0.5.2 * Fixed mounting over samba -* Wed Oct 25 2006 - ro@suse.de +* Wed Oct 25 2006 ro@suse.de - fix build with current libgpod -* Sun Oct 01 2006 - cthiel@suse.de +* Sun Oct 01 2006 cthiel@suse.de - update to version 0.5.1 * Fixed crash in autodetecting. * Adds orphaned files to the iTunesDB on startup * When copying a file into the transfer directory it will updates the filesystem at the same time. * Added more extended attributes. -* Tue Jul 04 2006 - cthiel@suse.de +* Tue Jul 04 2006 cthiel@suse.de - fix BuildRequires (s/pkg-config/pkgconfig/) -* Thu Jun 29 2006 - cthiel@suse.de +* Thu Jun 29 2006 cthiel@suse.de - update to version 0.5 * Transparent copying of files onto iPod * Tracks have tags in extended attributes @@ -84,7 +95,7 @@ * Ported too libgpod and taglib for future improvements * FUSEPod can also use the environment variable IPOD_MOUNTPOINT * General fixes and polish -* Tue Jun 13 2006 - cthiel@suse.de +* Tue Jun 13 2006 cthiel@suse.de - update to version 0.4 * The filesystem can now create the iTunesDB for you, so you don't have to run iTunes to set up the required files and directories. @@ -93,5 +104,5 @@ added. * ./sync_ipod.sh now can show what it is doing with the -watch option. * A statistics file was added. -* Mon Apr 24 2006 - cthiel@suse.de +* Mon Apr 24 2006 cthiel@suse.de - initial package (version 0.3) ++++++ include_fix.patch ++++++ --- /var/tmp/diff_new_pack.uX2611/_old 2009-05-29 01:38:56.000000000 +0200 +++ /var/tmp/diff_new_pack.uX2611/_new 2009-05-29 01:38:56.000000000 +0200 @@ -1,3 +1,13 @@ +--- src/fusepod_util.cpp ++++ src/fusepod_util.cpp +@@ -14,6 +14,7 @@ + + #include "fusepod_util.h" + ++#include <stdio.h> + #include <cstring> + #include <set> + --- src/fusepod_util.h +++ src/fusepod_util.h @@ -17,6 +17,7 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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