10139N/A#
10139N/A# spec file for package gnome-vfs
10139N/A#
20891N/A# Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
17185N/A%define owner gheet
10139N/A#
17180N/A
18603N/A%define OSR LFI#105446 (gnome Exec. summary):n/a
17180N/A
12285N/A%include l10n.inc
10139N/AName: gnome-vfs
19948N/ALicense: LGPLv2
10139N/AGroup: System/Libraries/GNOME
19042N/AVersion: 2.24.4
19042N/ARelease: 1
10139N/ADistribution: Java Desktop System
18615N/AVendor: Gnome Community
10139N/ASummary: Virtual File System Library for GNOME
14525N/ASource: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.24/%{name}-%{version}.tar.bz2
12285N/ASource1: %{name}-po-sun-%{po_sun_version}.tar.bz2
12773N/A%if %build_l10n
12773N/ASource2: l10n-configure.sh
12773N/A%endif
10139N/A# date:2006-11-23 type:branding owner:gheet
10139N/APatch1: gnome-vfs-01-default-url-handler.diff
10139N/A# date:2005-04-26 type:branding owner:gheet
10139N/APatch2: gnome-vfs-02-mime-info-file-path.diff
10139N/A# date:2004-10-19 type:bug bugster:5105006 bugzilla:137282 owner:stephen
10139N/APatch3: gnome-vfs-03-trash-only-home.diff
10139N/A# date:2004-11-10 type:bug bugster:6190753 owner:stephen
10139N/APatch4: gnome-vfs-04-mount-points-fix.diff
10139N/A# date:2006-10-20 type:bug bugster:6200485 owner:stephen
10139N/APatch5: gnome-vfs-05-trash-files-from-different-filesystem.diff
10139N/A# date:2005-01-31 type:branding bugster:4951431 owner:gheet
10139N/APatch6: gnome-vfs-06-socks-version.diff
10139N/A# date:2006-10-20 type:bug bugster:6228176 owner:gheet
10139N/APatch7: gnome-vfs-07-audio-cd-show-icon.diff
10139N/A# date:2005-04-13 type:bug bugster:6243507 owner:gheet
10139N/APatch8: gnome-vfs-08-trash-skip-copy.diff
10139N/A# date:2006-05-02 type:bug owner:dcarbery bugzilla:395357
10139N/APatch9: gnome-vfs-09-krb5-config-no-gssapi.diff
13969N/A# date:2007-04-09 type:bug owner:padraig
10441N/APatch10: gnome-vfs-10-acl-zfs.diff
11896N/A# date:2007-11-08 type:bug bugster:6614146 bugzilla:495041 owner:migi
11896N/APatch11: gnome-vfs-11-zfs-trash.diff
11970N/A# date:2007-11-21 type:bug bugster:6630873 bugzilla:498806 owner:yippi
11970N/APatch12: gnome-vfs-12-vfsinfo-crash.diff
11982N/A# date:2007-11-26 type:bug bugster:6509673 bugzilla:499151 owner:padraig
11982N/APatch13: gnome-vfs-13-hal-crash.diff
11896N/A
10139N/AURL: http://www.gnome.org/
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/ADocdir: %{_defaultdocdir}/doc
10139N/AAutoreqprov: on
10139N/APrereq: /sbin/ldconfig
10139N/APrereq: GConf
10139N/A
10139N/A%define libbonobo_version 2.6.0
10139N/A%define GConf_version 2.6.1
10139N/A%define gnome_mime_data_version 2.4.1
10139N/A%define shared_mime_info_version 0.14
10139N/A%define cdparanoia_version IIIalpha9.8-543
10139N/A%define libsmbclient_version 3.0.4-1.22
10139N/A%define gnome_vfs_extra_version 0.99.10
10139N/A
10139N/ARequires: libbonobo >= %{libbonobo_version}
10139N/ARequires: GConf >= %{GConf_version}
10139N/ARequires: gnome-mime-data >= %{gnome_mime_data_version}
10139N/ARequires: shared-mime-info >= %{shared_mime_info_version}
10139N/ARequires: cdparanoia >= %{cdparanoia_version}
10139N/ARequires: libsmbclient >= %{libsmbclient_version}
10139N/ABuildRequires: libbonobo-devel >= %{libbonobo_version}
10139N/ABuildRequires: GConf-devel >= %{GConf_version}
10139N/ABuildRequires: gnome-mime-data >= %{gnome_mime_data_version}
10139N/ABuildRequires: shared-mime-info >= %{shared_mime_info_version}
10139N/ABuildRequires: libsmbclient-devel >= %{libsmbclient_version}
10139N/A
10139N/AObsoletes: gnome-vfs-extras <= %{gnome_vfs_extra_version}
10139N/AProvides: gnome-vfs-extras = %{gnome_vfs_extra_version}
10139N/A
10139N/A%description
10139N/AGNOME VFS is the GNOME virtual file system. It is the foundation of the
10139N/ANautilus file manager. It provides a modular architecture and ships with
10139N/Aseveral modules that implement support for file systems, http, ftp and others.
10139N/AIt provides a URI-based API, a backend supporting asynchronous file operations,
10139N/Aa MIME type manipulation library and other features.
10139N/A
10139N/A%package devel
10139N/ASummary: The development package for the GNOME Virtual File System
10139N/AGroup: Development/Libraries/GNOME
10139N/ARequires: %{name} = %{version}
10139N/ARequires: GConf-devel >= %{GConf_version}
10139N/ARequires: libbonobo-devel >= %{libbonobo_version}
10139N/A
10139N/A%description devel
10139N/AGNOME VFS is the GNOME virtual file system. It is the foundation of the
10139N/ANautilus file manager. It provides a modular architecture and ships with
10139N/Aseveral modules that implement support for file systems, http, ftp and others.
10139N/AIt provides a URI-based API, a backend supporting asynchronous file operations,
10139N/Aa MIME type manipulation library and other features.
10139N/A
10139N/A%prep
20848N/A%setup -q -n gnome-vfs-%version
12285N/A%if %build_l10n
12285N/Abzcat %SOURCE1 | tar xf -
12285N/Acd po-sun; make; cd ..
12285N/A%endif
10139N/A%patch1 -p1
10139N/A%patch2 -p1
10139N/A%patch3 -p1
10139N/A%patch4 -p1
10139N/A%patch5 -p1
10139N/A%patch6 -p1
10139N/A%patch7 -p1
10139N/A%patch8 -p1
10139N/A%patch9 -p1
10441N/A%patch10 -p1
11896N/A%patch11 -p1
11970N/A%patch12 -p1
11982N/A%patch13 -p1
10139N/A
10139N/A%build
10139N/A%ifos linux
10139N/Aif [ -x /usr/bin/getconf ]; then
10139N/A CPUS=`getconf _NPROCESSORS_ONLN`
10139N/Afi
10139N/A%else
10139N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
10139N/A%endif
10139N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
10139N/A CPUS=1
10139N/Afi
20848N/A
20897N/A# /usr/sfw/include needed for libsmbclient.h
20897N/Aexport CFLAGS="%optflags -I/usr/sfw/include -DDBUS_API_SUBJECT_TO_CHANGE=1"
20897N/Aexport LDFLAGS="%_ldflags"
20897N/A
10139N/Alibtoolize --force
10139N/Aglib-gettextize --force
10139N/Aintltoolize -c -f --automake
12773N/A
12773N/A%if %build_l10n
12773N/Abash -x %SOURCE2 --enable-copyright
12773N/A%endif
12773N/A
10139N/Aaclocal $ACLOCAL_FLAGS -I .
10139N/Agtkdocize
10139N/Aautoheader
10139N/Aautomake -a -c -f
10139N/Aautoconf
20849N/A
10139N/A./configure --prefix=%{_prefix} \
20848N/A --bindir=%{_bindir} \
20848N/A --libdir=%{_libdir} \
20848N/A --libexecdir=%{_libexecdir} \
10139N/A --sysconfdir=%{_sysconfdir} \
11897N/A --enable-fam \
20849N/A $VFS_EXTRA_CONFIG %{gtk_doc_option}
10139N/Amake -j $CPUS
10139N/A
10139N/A%install
10139N/Aexport GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
10139N/Amake DESTDIR=$RPM_BUILD_ROOT install
10139N/Aunset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
10139N/A
10139N/A#Copy zh_HK from zh_TW
10139N/A#Fixes bug 4930405
10139N/Ainstall -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
10139N/Ainstall --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
10139N/A
10139N/A%post
10139N/A/sbin/ldconfig
10139N/Aexport GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
10139N/ASCHEMAS="system_http_proxy.schemas desktop_gnome_url_handlers.schemas desktop_default_applications.schemas system_smb.schemas"
10139N/Afor S in $SCHEMAS; do
10139N/A gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
10139N/Adone
10139N/A
10139N/A%postun
10139N/A/sbin/ldconfig
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%files
10139N/A%defattr(-, root, root)
10139N/A%{_bindir}/*
10139N/A%{_datadir}/locale/*/LC_MESSAGES/gnome-vfs-2.0.mo
10139N/A%{_libdir}/bonobo/servers/GNOME_VFS_Moniker_std.server
10139N/A%{_libdir}/bonobo/servers/GNOME_VFS_Daemon.server
10139N/A%{_sysconfdir}/gconf/schemas/*.schemas
10139N/A%config %{_sysconfdir}/gnome-vfs-2.0
10139N/A%{_libdir}/gnome-vfs-2.0/modules/*.so
10139N/A%{_libexecdir}/*
10139N/A%{_libdir}/libgnomevfs-2.so.*
10139N/A
10139N/A%files devel
10139N/A%defattr(-, root, root)
10139N/A%{_libdir}/pkgconfig/gnome-vfs-2.0.pc
10139N/A%{_libdir}/pkgconfig/gnome-vfs-module-2.0.pc
10139N/A%{_includedir}/gnome-vfs-2.0
10139N/A%{_includedir}/gnome-vfs-module-2.0
10139N/A%{_libdir}/gnome-vfs-2.0/include
10139N/A%{_libdir}/libgnomevfs-2.so
10139N/A%{_datadir}/gtk-doc/html/gnome-vfs-2.0
10139N/A%{_mandir}/man1/*
10139N/A%{_mandir}/man3/*
10139N/A
10139N/A%changelog
20891N/A* Fri Feb 23 2012 - brian.cameron@oracle.com
20848N/A- Now support 64-bit.
19042N/A* Thu Oct 21 2010 - brian.cameron@oracle.com
19042N/A- Bump to 2.24.4.
18543N/A* Sat Apr 3 2010 - christian.kelly@sun.com
18543N/A- Bump to 2.24.3.
17496N/A* Wed Oct 14 2009 - dave.lin@sun.com
17496N/A- Bump to 2.24.2
16186N/A* Wed Mar 18 2009 - dave.lin@sun.com
16186N/A- Bump to 2.24.1
14525N/A* Fri Sep 26 2008 - brian.cameron@sun.com
14525N/A- Bump to 2.24.0.
14496N/A* Tue Sep 23 2008 - brian.cameron@sun.com
14496N/A- Add patch gnome-vfs-14-writable-home.diff so that gnome-vfs works if the
14519N/A user has no writable $HOME direcory. Fixes bugster bug #6752919.
13821N/A* Thu Aug 07 2008 - damien.carbery@sun.com
13821N/A- Bump to 2.23.0. Remove upstream patch, 14-acl-perms-corrupted.
12586N/A* Tue Mar 11 2008 - damien.carbery@sun.com
12586N/A- Bump to 2.22.0.
12302N/A* Wed Jan 30 2008 - damien.carbery@sun.com
12302N/A- Bump to 2.21.90.
12285N/A* Tue Jan 29 2008 - takao.fujiwara@sun.com
12285N/A- Add l10n tarball.
12235N/A* Mon Jan 21 2008 - ghee.teo@sun.com
12235N/A- Added patch gnome-vfs-14-acl-perms-corrupted.diff
12141N/A* Mon Jan 07 2008 - damien.carbery.com
12141N/A- Remove dos2unix code as bug 326431 is no longer an issue.
11982N/A* Mon Nov 26 2007 - padraig.obriain@sun.com
11982N/A- Add patch gnome-vfs-13-hal-crash.diff to fix crashing issue,
11982N/A bug #6506973.
11970N/A* Wed Nov 21 2007 - brian.cameron@sun.com/
11970N/A- Add patch gnome-vfs-12-vfsinfo-crash.diff to fix crashing issue,
11970N/A bug #6630873.
11912N/A* Mon Nov 12 2007 - damien.carbery@sun.com
11912N/A- Bump to 2.20.1.
11896N/A* Thu Nov 08 2007 - michal.pryc@sun.com
11896N/A- Add gnome-vfs-11-zfs-trash.diff to enable Trash on ZFS Volume.
11262N/A* Wed Sep 19 2007 - damien.carbery@sun.com
11262N/A- Bump to 2.20.0.
11115N/A* Mon Aug 27 2007 - damien.carbery@sun.com
11115N/A- Bump to 2.19.91. Remove upstream patch, 11-g11n-workgroup.
11107N/A* Thu Aug 23 2007 - takao.fujiwara@sun.com
11107N/A- Add gnome-vfs-11-g11n-workgroup.diff to show mutibyte workgroups.
11107N/A Fixes 6543813.
10968N/A* Fri Jul 27 2007 - damien.carbery@sun.com
10968N/A- Bump to 2.19.3.
10629N/A* Mon May 14 2007 - damien.carbery@sun.com
10629N/A- Bump to 2.19.2.
10454N/A* Tue Apr 10 2007 - damien.carbery@sun.com
10454N/A- Bump to 2.18.1.
10441N/A* Tue Apr 10 2007 - alvaro.lopez@sun.com
10441N/A- Added patch #10: Adds ZFS/NFS4 ACL support
10285N/A* Tue Mar 13 2007 - damien.carbery@sun.com
10285N/A- Bump to 2.18.0.1.
10261N/A* Mon Mar 12 2007 - damien.carbery@sun.com
10261N/A- Bump to 2.18.0.
10139N/A* Tue Feb 13 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.17.91. Remove upstream patch, 10-hidden.
10139N/A* Tue Feb 06 2007 - alvaro.lopez@sun.com
10139N/A- gnome-vfs-11-acl-permissions.diff removed
10139N/A* Mon Jan 22 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.17.90. Remove upstream patch, 09-login_tty.
10139N/A* Tue Dec 19 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.17.2.
10139N/A* Mon Dec 18 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.17.1.
10139N/A* Thu Dec 14 2006 - ghee.teo@sun.com
10139N/A- According to http://bugzilla.gnome.org/show_bug.cgi?id=168731,
10139N/A gnome-vfs-03-g11n-i18n-ui.diff seemed to have been integrated, removed.
10139N/A* Mon Nov 27 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.16.3.
10139N/A* Fri Nov 10 2006 - ghee.teo@sun.com
10139N/A- removed gnome-vfs-01-uri-canonizing.diff, which is a old patch used of
10139N/A vfolder and has consulted laszlo.kovacs.
10139N/A- removed gnome-vfs-02-gopher-proxy-schema.diff, which is no longer use as
10139N/A firefox doesnot make Solaris changes now.
10139N/A* Wed Nov 08 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.16.2.
10139N/A* Tue Nov 7 2006 - ghee.teo@sun.com
10139N/A- removed gnome-vfs-02-uninstalled-pc.diff (logged as bugzilla 371610)
10139N/A* Fri Nov 3 2006 - laca@sun.com
10139N/A- use %gtk_doc_option in configure so that it can be disabled using
10139N/A --without-gtk-doc
10139N/A* Mon Oct 23 2006 - takao.fujiwara@sun.com
10139N/A- Added intlotoolize to build .po files. Fixes 6484798.
10139N/A* Mon Oct 02 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.16.1.
10139N/A* Mon Sep 04 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.16.0.
10139N/A* Tue Sep 4 2006 - alvaro.lopez@sun.com
10139N/A- gnome-vfs-16-acl-permissions: Added new patch. Fixes community
10139N/A ACL related bug. This patch will be upstream within a few days.
10139N/A* Tue Aug 29 2006 - jedy.wang@sun.com
10139N/A- gnome-vfs-12-ftp-show-permissions.diff removed because
10139N/A the bug it fixed has been fixed in the latest nautilus.
10139N/A* Tue Aug 08 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.15.91.
10139N/A* Thu Jul 27 2006 - damien.carbery@sun.com
10139N/A- Remove upstream patch, 17-__FUNCTION__.
10139N/A* Wed Jul 26 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.15.90.
10139N/A* Sat Jul 22 2006 - laca@sun.com
10139N/A- define DBUS_API_SUBJECT_TO_CHANGE
10139N/A- add patch __FUNCTION__.diff
10139N/A- delete bonobo monikers stuff from %files and %install
10139N/A* Fri Jul 21 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.15.3.
10139N/A* Fri Jun 23 2006 - brian.cameron@sun.com
10139N/A- Bump to 2.14.2
10139N/A* Mon May 29 2006 - damien.carbery@sun.com
10139N/A- Add patch, 17-hidden, to remove G_GNUC_INTERNAL to build.
10139N/A* Tue May 23 2006 - laca@sun.com
10139N/A- remove patch all-linguas.diff, add glib-gettextize instead
10139N/A* Thu May 11 2006 - alvaro.lopez@sun.com
10139N/A- Added patch #17: ACL support
10139N/A* Tue May 02 2006 - damien.carbery@sun.com
10139N/A- Add patch, 16-krb5-config-no-gssapi, to update call to krb5-config as the
10139N/A gssapi parameter is obsolete.
10139N/A* Fri Apr 21 2006 - damien.carbery@sun.com
10139N/A- Add patch 15-all-linguas to replace @ALL_LINGUAS@ in po/Makefile with the
10139N/A list of languages. Bugzilla: 339276.
10139N/A* Thu Apr 20 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.14.1.
10139N/A* Thu Apr 13 2006 - dermot.mccluskey@sun.com
10139N/A- replace sed with dos2unix to work around ^M problem in SVN
10139N/A* Mon Mar 13 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.14.0.
10139N/A* Wed Mar 1 2006 - laca@sun.com
10139N/A- use sed instead of dos2unix for converting the po files, because dos2unix
10139N/A corrupts some UTF-8 strings
10139N/A* Mon Feb 27 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.92.
10139N/A* Mon Feb 21 2006 - damien.carbery@sun.com
10139N/A- Add patch, 15-be_po, to workaround #332050.
10139N/A* Mon Feb 13 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.91.
10139N/A* Thu Jan 19 2006 - damien.carbery@sun.com
10139N/A- Remove upstream patch (15-nocopy).
10139N/A* Tue Jan 17 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.4
10139N/A* Tue Jan 10 2006 - damien.carbery@sun.com
10139N/A- dos2unix be.po to fix 326431.
10139N/A* Tue Dec 21 2005 - damien.carbery@sun.com
10139N/A- Remove upstream patch, 15-forte-build-fix. Add patch, 15-login_tty to skip
10139N/A call to a Linux-only function, login_tty.
10139N/A* Tue Dec 20 2005 - damien.carbery@sun.com
10139N/A- Bump to 2.13.3.
10139N/A* Tue Nov 29 2005 - damien.carbery@sun.com
10139N/A- Bump to 2.12.2.
10139N/A* Tue Oct 11 2005 - damien.carbery@sun.com
10139N/A- Bump to 2.12.1.1
10139N/A* Wed Sep 14 2005 - brian.cameron@sun.com
10139N/A- Bump to 2.12.0
10139N/A* Mon Sep 05 2005 - damien.carbery@sun.com
10139N/A- Bump to 2.11.92.
10139N/A* Mon Aug 15 2005 - damien.carbery@sun.com
10139N/A- Bump 2.11.90.
10139N/A* Sun Aug 07 2005 - glynn.foster@sun.com
10139N/A- Remove Computer and subfs patches to align better with community code.
10139N/A Narayana did the work to decide which bits we need to remove.
10139N/A* Thu Aug 04 2005 - laca@sun.com
10139N/A- add patch18 (nocopy.diff) for bugzilla bug 311591,
10139N/A fix by <archana.shah@wipro.com>
10139N/A* Wed Jul 27 2005 - narayana.pattipati@wipro.com
10139N/A- Removed patches gnome-vfs-04-nfs-drag-crash.diff (not required as nfs://
10139N/A method is removed) and gnome-vfs-12-correct-screen-for-folder.diff
10139N/A (upstream, fix present in 2.10). Renamed the other patches accordingly.
10139N/A* Fri Jun 24 2005 - archana.shah@wipro.com
10139N/A- Added patch gnome-vfs-19-subfs.diff
10139N/A- Removed patch gnome-vfs-X-subfs.diff
10139N/A* Fri May 13 2005 - dinoop.thomas@wipro.com
10139N/A- Updated the patch gnome-vfs-42-subfs.diff with fix for bug #6257289,
10139N/A crashing of nautilus when doing eject from context menu of CD icon.
10139N/A* Wed May 11 2005 - brian.cameron@sun.com
10139N/A- Add patch 18 to remove usage of gcc-extension that is not available
10139N/A in Forte.
10139N/A* Fri May 06 2005 - narayana.pattipati@wipro.com
10139N/A- Updated the patch gnome-vfs-45-smb-browse-fixes.diff with fixes for
10139N/A bug #6259956, permissions not followed in smb:///. The changes were
10139N/A backported from community CVS HEAD.
10139N/A* Fri May 06 2005 - glynn.foster@sun.com
10139N/A- Bump to 2.10.1
10139N/A* Fri Apr 22 2005 - archana.shah@wipro.com
10139N/A- Added patch gnome-vfs-53-trash-skip-copy.diff to fix a trash issue.
10139N/A Fixes bug #6243507
10139N/A* Thu Apr 08 2005 - narayana.pattipati@wipro.com
10139N/A- Updated the patch gnome-vfs-45-smb-browse-fixes.diff with fixes for
10139N/A bugs #6247186 (issue of authentication when username is present in URI)
10139N/A and #6243484 (server caching issues when authentication details entered
10139N/A are wrong first time). Patch for 6243484 has been committed to community
10139N/A CVS HEAD (bugzilla bug#171468). And patch for 6247186 has been submitted
10139N/A to bugzilla bug#172695.
10139N/A* Thu Apr 07 2005 - vijaykumar.patwari@wipro.com
10139N/A- Added gnome-vfs-52-ftp-auth.diff, which introduces the
10139N/A functionality for one time authentication for the user.
10139N/A* Wed Apr 06 2005 - balamurali.viswanathan@wipro.com
10139N/A- Modified patch gnome-vfs-10-this-comp-and-hotplug-names.diff
10139N/A Fixes bug #6242108
10139N/A* Tue Mar 15 2005 - archana.shah@wipro.com
10139N/A- Added patch gnome-vfs-51-ftp-show-permissions.diff to show the permissions
10139N/A of file/folders in ftp method.
10139N/A Fixes bug #6232138
10139N/A* Fri Mar 11 2005 - archana.shah@wipro.com
10139N/A- Added patch gnome-vfs-50-audio-cd-show-icon.diff to show the icon for audio
10139N/A cd as well. Fixes bug #6228176
10139N/A* Mon Mar 07 2005 - narayana.pattipati@wipro.com
10139N/A- Updated the patch gnome-vfs-45-smb-browse-fixes.diff with fix for the
10139N/A bug#6234261. Fixes the issue of domains not appearing in some networks.
10139N/A Patch was backported from community CVS HEAD.
10139N/A* Fri Feb 25 2005 - takao.fujiwara@sun.com
10139N/A- Updated gnome-vfs-24-g11n-i18n-ui.diff to localize desktop icons.
10139N/A Fixes #6233183
10139N/A* Mon Feb 11 2005 - narayana.pattipati@wipro.com
10139N/A- Updated the patch gnome-vfs-45-smb-browse-fixes.diff with community
10139N/A smb method rewrite. Community has re-written smb method authentication
10139N/A completely. The patch backports all the changes. It fixes bugs like
10139N/A 4961385, 6203800 in an elegant way.
10139N/A* Fri Feb 11 2005 - muktha.narayan@wipro.com
10139N/A- Added gnome-vfs-49-socks-version.diff to add a new gconf key for
10139N/A SOCKS version. Fixes #4951431.
10139N/A* Thu Feb 10 2005 - stephen.browne@sun.com
10139N/A- Added patch gnome-vfs-48-trash-files-from-different-filesystem.diff
10139N/A to allow moving items to trash for a filesystem other than the one the users
10139N/A home directory resides on. Fixes 6200485
10139N/A* Tue Feb 01 2005 - alvaro.lopez@sun.com
10139N/A- Obsoletes gnome-vfs-extra.
10139N/A* Tue Feb 01 2005 - archana.shah@wipro.com
10139N/A- Added patch gnome-vfs-47-mime-type-case-insensitive.diff to make mime type
10139N/A detection case insensitive.
10139N/A Fixes bug #5068327
10139N/A* Mon Jan 17 2005 - narayana.pattipati@wipro.com
10139N/A- Added patch gnome-vfs-45-smb-browse-fixes.diff to fix smb:// browsing
10139N/A issues. Fixes the bugs: 6199915, 6203800 and 6215115.
10139N/A Part of the patch which is applicable to community smb-method is given
10139N/A to community as part of bugzilla bug#132933. And community maintainer
10139N/A committed the the changes to HEAD branch.
10139N/A* Fri Dec 17 2004 - vinay.mandyakoppal@wipro.com
10139N/A- Added patch gnome-vfs-44-.Z-association.diff to fix the problem of
10139N/A .Z file not associated with default application. Fixes #6205707.
10139N/A* Mon Dec 06 2004 - archana.shah@wipro.com
10139N/A- Added patch 43 to ignore rootfs file system.
10139N/A Fixes bug# 6192112
10139N/A* Mon Nov 29 2004 - alvaro.lopez@sun.com
10139N/A- Patch #42 applies only in linux. Added ifos.
10139N/A* Tue Nov 23 2004 - arvind.samptur@wipro.com
10139N/A- Add the rewrite of gnome-vfs-38-mount-points-fix.diff
10139N/A Fixes #6190753
10139N/A* Tue Nov 23 2004 - alvaro.lopez@sun.com
10139N/A- Added path 42. Fixes #6195964
10139N/A* Tue Nov 17 2004 - alvaro.lopez@sun.com
10139N/A- Source entry fixed
10139N/A* Tue Nov 16 2004 - ciaran.mcdermott@sun.com
10139N/A- Backing out gnome-vfs-41-potfiles.diff patch
10139N/A* Tue Nov 16 2004 - ciaran.mcdermott@sun.com
10139N/A- Added gnome-vfs-41-potfiles.diff to update POTFILES.in
10139N/A* Wed Nov 10 2004 - niall.power@sun.com
10139N/A- Added gnome-vfs-40-fork-off.diff. Fixes bug 6182789. Backport of
10139N/A bugzilla #151026. Patch approved by Stephen Browne. Reuses forked
10139N/A process when get unix devices of volumes instead of seperately
10139N/A forking for each volume.
10139N/A* Wed Nov 10 2004 - niall.power@sun.com
10139N/A- Commenting out Patch 38 (gnome-vfs-38-mount-points-fix.diff) because
10139N/A it needs to be rewritten to make performance acceptable.
10139N/A* Wed Nov 10 2004 - narayana.pattipati@wipro.com
10139N/A- Added patch gnome-vfs-39-correct-screen-for-folder.diff to make sure
10139N/A that a folder is created on the correct screen. Fixes bug#6176070.
10139N/A Patch given by vijaykumar.patwari@wipro.com.
10139N/A* Tue Nov 09 2004 - vijaykumar.patwari@wipro.com
10139N/A- Added patch gnome-vfs-38-mount-points-fix.diff
10139N/A Fixes bug #6190753.
10139N/A* Fri Nov 05 2004 - archana.shah@wipro.com
10139N/A- Added patch gnome-vfs-37-sftp.diff.
10139N/A Part of the fix goes to libgnomeui.
10139N/A Fixes bug# 5088520.
10139N/A* Thu Nov 04 2004 - ciaran.mcdermott@sun.com
10139N/A- Added gnome-vfs-36-g11n-potfiles.diff to update POTFILES.in
10139N/A* Fri Oct 29 2004 - narayana.pattipati@wipro.com
10139N/A- Added patch gnome-vfs-35-trash-only-home.diff to treat only user's home
10139N/A directory as trash volume. Don't look at all the mount points in the
10139N/A system for trash. Fix bugtraq bugs#5105006 and 5070031
10139N/A* Thu Oct 28 2004 - matt.keenan@sun.com
10139N/A- Add gnomevfs-cat.1, gnomevfs-copy.1, gnomevfs-info.1, gnomevfs-ls.1,
10139N/A gnomevfs-mkdir.1 man pages
10139N/A* Thu Oct 14 2004 - narayana.pattipati@wipro.com
10139N/A- Added Requires/BuildRequires of libsmbclient so that smb:/// is built
10139N/A properly.
10139N/A* Wed Oct 13 2004 - arvind.samptur@wipro.com
10139N/A- Forward port the panel polling patch from GNOME 2.0.2 to JDS
10139N/A* Wed Sep 22 2004 - narayana.pattipati@wipro.com
10139N/A- Added patch gnome-vfs-33-volume-free-space-fix.diff to fix incorrect
10139N/A free space returned by gnome-vfs volume manager. Fixes bugtraq
10139N/A bug#5092286
10139N/A* Wed Sep 22 2004 - vijaykumar.patwari@wipro.com
10139N/A- Avoid installation of nfs.desktop file.
10139N/A* Wed Sep 22 2004 - vijaykumar.patwari@wipro.com
10139N/A- Removed NFS Module (i.e patch `gnome-vfs-03-nfs-module.diff`)
10139N/A from Gnome-vfs. Renamed rest of the patches accordingly.
10139N/A* Sat Sep 18 2004 - laca@sun.com
10139N/A- Backported patch from gnome-vfs HEAD to prefer suffix to sniffing for
10139N/A xml files.
10139N/A* Wed Sep 08 2004 - vinay.mandyakoppal@wipro.com
10139N/A- Modified gnome-vfs-07-preference-menu-reorder.diff to remove duplicate
10139N/A menu items for "Printer Preferences".
10139N/A* Mon Aug 30 2004 - vijaykumar.patwari@wipro.com
10139N/A- Set default url handler for "https".
10139N/A* Mon Aug 23 2004 - niall.power@sun.com
10139N/A- remove JDS_CBE_PREFIX definition
10139N/A* Wed Aug 18 2004 - brian.cameron@sun.com
10139N/A- added --enable-gtk-doc
10139N/A* Wed Aug 11 2004 - archana.shah@wipro.com
10139N/A- Added patch 30 for gnome-printinfo
10139N/A* Fri Jul 16 2004 - johan.steyn@sun.com
10139N/A- Added patch 29 for Network Places
10139N/A* Wed Jul 14 2004 - Yong.Sun@Sun.COM
10139N/A- Added patch -28 to fix bugtraq #5052453
10139N/A* Thu Jul 08 2004 - damien.donlon@sun.com
10139N/A- Updated l10n content to gnome-vfs-l10n-po-1.2.tar.bz2
10139N/A* Wed Jul 07 2004 - niall.power@sun.com
10139N/A- Ported to rpm4
10139N/A* Wed Jul 07 2004 - dermot.mccluskey@sun.com
10139N/A- added "-j $CPUS" to make to speed up builds
10139N/A* Fri Jun 25 2004 - narayana.pattipati@wipro.com
10139N/A- Added patch gnome-vfs-27-sftp-exit-fix.diff to fix nautilus exit when
10139N/A using sftp:// method. Fixes bugtraq bug:5067878. The patch is a backport
10139N/A from community CVS HEAD.
10139N/A* Fri Jun 25 2004 - narayana.pattipati@wipro.com
10139N/A- Added patch gnome-vfs-26-ftp-hostname-crash.diff to fix nautilus crash
10139N/A while using ftp:// method without specifying host name in the URL.
10139N/A Fixes bugtraq bug:5067212.
10139N/A* Thu Jun 24 2004 - takao.fujiwara@sun.com
10139N/A- Add gnome-vfs-25-g11n-i18n-ui.diff to translate open dialog. bugzilla #144902
10139N/A* Wed Jun 09 2004 - archana.shah@wipro.com
10139N/A- Add patch gnome-vfs-24-ftp-crash.diff
10139N/A Fixes bug# 5057615
10139N/A* Tue Jun 08 2004 - arvind.samptur@wipro.com
10139N/A- Remove gnome-vfs-20-remove-gnome-20-menus.diff. We should
10139N/A have /usr/share/applications in path
10139N/A* Wed Jun 02 2004 - niall.power@sun.com
10139N/A- Added patch gnome-vfs-24-eject-solaris-rmm.diff to supress pointless
10139N/A error message when media is ejected.
10139N/A* Mon May 31 2004 - narayana.pattipati@wipro.com
10139N/A- Added patch gnome-vfs-23-ftp-upload-crash.diff to fix nautilus crash
10139N/A while uploading a file to ftp server. Fixes bugtraq bug#5053735.
10139N/A Submitted the patcht to bugzilla bug#143320 also.
10139N/A* Wed May 26 2004 - vijaykumar.patwari@wipro.com
10139N/A- Added patch gnome-vfs-21-unix-device-type.diff to fix bug#5040516.
10139N/A* Mon May 24 2004 - narayana.pattipati@wipro.com
10139N/A- Added patch gnome-vfs-21-ftp-data-loss.diff to fix data loss while
10139N/A transefering files through ftp:// method. Fixes bugtraq bug#5025035.
10139N/A The patch is backported from HEAD. This should be removed once the
10139N/A latest tarball is picked up from community.
10139N/A* Mon May 17 2004 - niall.power@sun.com
10139N/A- Add patch to ignore old gnome-2.0 menu items on Solaris.
10139N/A* Wed May 12 2004 - damien.donlon@sun.com
10139N/A- Updated l10n content to gnome-vfs-l10n-po-1.1.tar.bz2
10139N/A* Tue May 11 2004 - laszlo.kovacs@sun.com
10139N/A- jdshelp schema change
10139N/A* Mon May 10 2004 - muktha.narayan@wipro.com
10139N/A- Add <install_prefix>/share to XDG_DATA_DIRS path.
10139N/A Fixes bug #5030813.
10139N/A* Fri Apr 16 2004 - vijaykumar.patwari@wipro.com
10139N/A- Set mozilla as the default url handler for http.
10139N/A* Fri Apr 16 2004 - archana.shah@wipro.com
10139N/A Correcting the typo in schemas (system_smb.schemas).
10139N/A* Wed Apr 14 2004 - archana.shah@wipro.com
10139N/A- Change in spec file. Added desktop_default_applications.schemas and
10139N/A system_smb.schemas for gconftool-2.
10139N/A Fixes bug# 5014775
10139N/A* Tue Apr 06 2004 - laszlo.kovacs@sun.com
10139N/A- jdshelp schema patch
10139N/A* Mon Mar 29 2004 - damien.donlon@sun.com
10139N/A- Updated l10n content to gnome-vfs-l10n-po-1.0.tar.bz2
10139N/A* Mon Mar 29 2004 - ghee.teo@sun.com
10139N/A- Ported a patch for bug 136748 from HEAD. The problem is that nautilus could
10139N/A crash if staroffice mime data is found in user's own application mime.
10139N/A Since this fix goes in after the version of 2.6.0 tarball has been created,
10139N/A so create this patch, gnome-vfs-16-nautilus-crash-136748-from-head.diff for
10139N/A cinnabar. For Vermillion, this patch can be dropped.
10139N/A* Thu Mar 29 2004 - <narayana.pattipati@wipro.com>
10139N/A- Updated patch gnome-vfs-03-nfs-module.diff to fix NFS method related
10139N/A problems like file removal, move, rename, replace etc. for bugs:
10139N/A 5014972 and 5015739, 5009330. Also updated it with fix for nfs
10139N/A rename crash (for bug#4981011) from kaushal.kumar@wipro.com
10139N/A* Thu Mar 25 2004 - niall.power@sun.com
10139N/A- bumped to 2.6.0, updated dependency versions and
10139N/A added a dependency on shared-mime-info
10139N/A* Thu Mar 11 2004 - yuriy.kuznetsov@sun.com
10139N/A- added gnome-vfs-15-g11n-potfiles.diff
10139N/A* Tue Mar 09 2004 - <niall.power@sun.com>
10139N/A- Added patch to define gopher proxy schemas
10139N/A* Thu Mar 04 2004 - <narayana.pattipati@wipro.com>
10139N/A- Added patch gnome-vfs-13-nfs-drag-crash.diff to fix
10139N/A nautilus crash when a file/folder is dragged onto
10139N/A nfs:// location.
10139N/A* Thu Feb 26 2004 - laszlo.kovacs@sun.com
10139N/A- activated ported patch gnome-vfs-02-ftp-authn-keyring.diff
10139N/A* Wed Feb 25 2004 - niall.power@sun.com
10139N/A- add patch 12 for uninstalled .pc files
10139N/A* Wed Feb 25 2004 - niall.power@sun.com
10139N/A- remove unnecessary %{_datadir}/aclocal arg from aclocal line.
10139N/A* Tue Feb 24 2004 - niall.power@sun.com
10139N/A- build with the JDS_CBE auto tools and set ACLOCAL_FLAGS
10139N/A to pick up JDS_CBE aclocal macros (on linux) and Build
10139N/A Requirements accordingly.
10139N/A* Mon Feb 23 2004 - stephen.browne@sun.com
10139N/A- reactivate ported patches 05 and 11
10139N/A* Mon Feb 23 2004 - stephen.browne@sun.com
10139N/A- reactivate ported patch 03
10139N/A* Mon Feb 23 2004 - stephen.browne@sun.com
10139N/A- uprev to 2.5.7, disable patches that need porting
10139N/A* Mon Feb 16 2004 - stephen.browne@sun.com
10139N/A- Add icons to This Computer view and get decent names for hotplug devices
10139N/A* Mon Feb 09 2004 - laslzo.kovacs@sun.com
10139N/A- include vfs daemon server file
10139N/A* Thu Feb 05 2004 - matt.keenan@sun.com
10139N/A- Mismatch tag in gnome-vfs-01-menu-stripe.diff causing
10139N/A gnome-panel to fail
10139N/A* Wed Feb 04 2004 - laszlo.kovacs@sun.com
10139N/A- ftp authn patch ported
10139N/A* Tue Jan 06 2004 - niall.power@sun.com
10139N/A- Previous changelog entry had wrong year.
10139N/A* Mon Jan 05 2004 - niall.power@sun.com
10139N/A- Bump to 2.5.4.1. Add gtkdocize to prep stage to
10139N/A build broken tarball.
10139N/A* Mon Dec 15 2003 - glynn.foster@sun.com
10139N/A- Bump to 2.5.3
10139N/A* Fri Oct 31 2003 - glynn.foster@sun.com
10139N/A- Remove the extras menu. Remove Sun Supported
10139N/A from vfolder description file.
10139N/A* Wed Oct 08 2003 - stephen.browne@sun.com
10139N/A- Updated to 2.4 for quicksilver
10139N/A* Thu Aug 20 2003 - ghee.teo@sun.com
10139N/A- Modified patch 15 to remove network-neighboorhood
10139N/A and replaced it with network-places instead.
10139N/A also updated nfs.desktop.in to refer to
10139N/A Categories=X-NetworkPlaces
10139N/A* Wed Aug 20 2003 - niall.power@sun.com
10139N/A- Added patch 21 (not the one Stephen removed :)
10139N/A Fixes broken nfs write method.
10139N/A* Tue Aug 19 2003 - stephen.browne@sun.com
10139N/A- Removed patch 21 its totally broken
10139N/A* Thu Aug 14 2003 - <laca@sun.com>
10139N/A- move lib*.so to -devel, remove *.a, *.la
10139N/A* Tue Aug 05 2003 - stephen.browne@sun.com
10139N/A- Remove dups from devices:///
10139N/A* Fri Aug 01 2003 - glynn.foster@sun.com
10139N/A- New extras:///. Woo.
10139N/A* Wed Jul 30 2003 - glynn.foster@sun.com
10139N/A- New tarball. Bump version, reset release.
10139N/A* Fri Jul 25 2003 - niall.power@sun.com
10139N/A- add missing cdparanoia dependencies
10139N/A* Wed Jul 23 2003 - glynn.foster@sun.com
10139N/A- Getting system-settings:/// in order.
10139N/A* Wed Jul 23 2003 - glynn.foster@sun.com
10139N/A- Make vfolder stuff useful by editing permissions of
10139N/A autogenerated folders.
10139N/A* Mon Jul 21 2003 - glynn.foster@sun.com
10139N/A- Add quick-start:/// uri for panel items above. This is
10139N/A mostly on crack.
10139N/A* Mon Jul 21 2003 - glynn.foster@sun.com
10139N/A- Changed preferences:/// for new menu setup.
10139N/A* Fri Jul 18 2003 - glynn.foster@sun.com
10139N/A- added gnome-vfs-20-vfolder-no-core-items.diff to remove the
10139N/A help, home and network neighborhood from the application menu
10139N/A* Wed Jul 16 2003 - Laszlo.Kovacs@sun.com
10139N/A- added gnome-vfs-19-vfolder-network-neighborhood.diff
10139N/A* Wed Jul 09 2003 - <michael.twomey@sun.com>
10139N/A- add in sun po files
10139N/A* Wed Jul 9 2003 - Laszlo.Kovacs@sun.com
10139N/A- gnome-vfs-17-vfolder-non-existent-file-monitor.diff added
10139N/A adds support for registering monitors for non-existent
10139N/A vfolder elements; extensive comments about some
10139N/A limitations are in patch
10139N/A* Fri Jul 4 2003 - Laszlo.Kovacs@sun.com
10139N/A- added gnome-vfs-16-network-all-users-support.diff
10139N/A* Wed Jul 2 2003 - Laszlo.Kovacs@sun.com
10139N/A- added patches gnome-vfs-15-uri-canonizing.diff
20848N/A and gnome-vfs-14-network-vfolder-etc.diff
10139N/A* Tue Jul 1 2003 - glynn.foster@sun.com
10139N/A- Correct icon for applications:/// view
10139N/A* Tue Jul 1 2003 - niall.power@sun.com
10139N/A- Added rmmdevice monitor for devices:/// uri support
10139N/A* Tue Jul 1 2003 - ghee.teo@sun.com
10139N/A- Added .desktop file for network servers
10139N/A* Fri Jun 30 2003 - glynn.foster@sun.com
10139N/A- add patch to exlude star.desktop that we use in favorites:/// uri
10139N/A* Fri Jun 8 2003 - Laszlo.Kovacs@sun.com
20848N/A- fix access to authn cache in http module
20848N/A (gnome-vfs-06-http-fix-authn-cache-access.diff)
10139N/A* Thu Jun 5 2003 - Laszlo.Kovacs@sun.com
10139N/A- open root as default folder in the ftp module (gnome-vfs-03-ftp-open-root-as-default.diff)
10139N/A- port fix for pathname containg %2F from HEAD (gnome-vfs-04-%2F-fix.diff)
20848N/A- add authorization callback to ftp module
20848N/A (gnome-vfs-05-ftp-authn-callback.diff)
10139N/A* Fri May 30 2003 - markmc@sun.com
10139N/A- Make favorites:// include Mozilla and Evolution by default.
10139N/A* Tue May 13 2003 - matt.keenan@sun.com
10139N/A- initial Sun Package for GNOME 2.2 platform