Accepting request 133294 from home:vuntz:branches:GNOME:Factory

suggested tweak

OBS-URL: https://build.opensuse.org/request/show/133294
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=152
This commit is contained in:
Vincent Untz 2012-09-07 17:28:45 +00:00 committed by Git OBS Bridge
parent da87d26e2e
commit 9cce9e6cd9
2 changed files with 33 additions and 22 deletions

View File

@ -5,12 +5,6 @@ Tue Sep 4 19:23:53 UTC 2012 - dimstar@opensuse.org
+ Added support for symbolic icons + Added support for symbolic icons
+ Removed favicon support + Removed favicon support
+ Various build fixes and cleanup + Various build fixes and cleanup
+ daemon:
- Return correct error for invalid backends
- Fix races when mounting the same mount in parallel
- Don't warn when running against an older gvfs-daemon
+ gdbus: Don't g_warn about getting the dbus name
+ gmountspec: Make sure to free the GVariantIter
+ afc: + afc:
- Improve idevice error handling - Improve idevice error handling
- Unpair an idevice if it was already paired and refuses to - Unpair an idevice if it was already paired and refuses to
@ -20,6 +14,12 @@ Tue Sep 4 19:23:53 UTC 2012 - dimstar@opensuse.org
- fix g_vfs_afp_connection_get_max_request() not returning any - fix g_vfs_afp_connection_get_max_request() not returning any
value value
- Use human friendly error messages - Use human friendly error messages
+ daemon:
- Return correct error for invalid backends
- Fix races when mounting the same mount in parallel
- Don't warn when running against an older gvfs-daemon
+ gdbus: Don't g_warn about getting the dbus name
+ gmountspec: Make sure to free the GVariantIter
+ network: + network:
- Don't set a file size for the network:// shortcuts - Don't set a file size for the network:// shortcuts
- Append the service name when needed to help differentiate - Append the service name when needed to help differentiate
@ -71,16 +71,16 @@ Tue Aug 7 13:55:25 UTC 2012 - dimstar@opensuse.org
+ gvfs-fuse-daemon has been renamed to gvfsd-fuse + gvfs-fuse-daemon has been renamed to gvfsd-fuse
+ Spelling correction "filesystem" -> "file system" + Spelling correction "filesystem" -> "file system"
+ programs: Return proper exit value when something fails + programs: Return proper exit value when something fails
+ afc: Use consistent debug env var
+ computer: Mark items as not renamable
+ proxyvolumemonitor: Use GDBusProxy's name owner change
notification
+ udisks2: + udisks2:
- Work around Linux bug for lingering partitions of cleared - Work around Linux bug for lingering partitions of cleared
loop device loop device
- set should_automount to TRUE for loop devices set up by the - set should_automount to TRUE for loop devices set up by the
user user
- ensure that encrypted loop devices also get padlock emblem - ensure that encrypted loop devices also get padlock emblem
+ proxyvolumemonitor: Use GDBusProxy's name owner change
notification
+ computer: Mark items as not renamable
+ afc: Use consistent debug env var
+ Updated translations. + Updated translations.
- Rebase gvfs-cdda.patch. - Rebase gvfs-cdda.patch.
@ -93,8 +93,8 @@ Tue Aug 7 12:51:08 UTC 2012 - dimstar@opensuse.org
+ Support for new GMountOperation::show-unmount-progress signal + Support for new GMountOperation::show-unmount-progress signal
+ daemon: Updated to use XDG Cache Home for thumbnails + daemon: Updated to use XDG Cache Home for thumbnails
+ daemon/sftp: Support allocating PTYs through openpty on BSD + daemon/sftp: Support allocating PTYs through openpty on BSD
+ udisks2: Plug a memory leak
+ trash: Make it possible to get to real URI + trash: Make it possible to get to real URI
+ udisks2: Plug a memory leak
+ Updated translations. + Updated translations.
- Add pkgconfig(gtk+-3.0) BuildRequires: new dependency. - Add pkgconfig(gtk+-3.0) BuildRequires: new dependency.
- Add xsltproc and docbook-xsl-stylesheets BuildRequires: new - Add xsltproc and docbook-xsl-stylesheets BuildRequires: new
@ -104,8 +104,9 @@ Tue Aug 7 12:51:08 UTC 2012 - dimstar@opensuse.org
Tue Aug 7 11:54:24 UTC 2012 - dimstar@opensuse.org Tue Aug 7 11:54:24 UTC 2012 - dimstar@opensuse.org
- Update to version 1.13.2: - Update to version 1.13.2:
+ dav: Ignore empty tags in multistatus responses + dav:
+ dav: Abort finding the root on error or auth info change - Ignore empty tags in multistatus responses
- Abort finding the root on error or auth info change
+ fuse: Support ftruncate() where requested size > current size + fuse: Support ftruncate() where requested size > current size
+ gdbus: Use stable metadata proxy + gdbus: Use stable metadata proxy
+ gvfs-open: Use g_app_info_launch_default_for_uri() + gvfs-open: Use g_app_info_launch_default_for_uri()
@ -118,12 +119,13 @@ Tue Aug 7 10:40:55 UTC 2012 - dimstar@opensuse.org
- Update to version 1.13.1: - Update to version 1.13.1:
+ Volume monitoring and metadata GDBus port + Volume monitoring and metadata GDBus port
+ Couple of udisks2 multiseat fixes
+ udisks2: Don't call g_simple_async_result_take_error() twice
+ udisks2: Also check for umount(8) saying "target is busy"
+ udisks2: Set timeout to INTMAX when unmounting a filesystem
+ udisks2: Show "Eject Anyway" (not "Unmount Anyway") if ejecting
+ gvfs-mount: Add new -e option to eject a mount + gvfs-mount: Add new -e option to eject a mount
+ udisks2:
- Couple of multiseat fixes
- Don't call g_simple_async_result_take_error() twice
- Also check for umount(8) saying "target is busy"
- Set timeout to INTMAX when unmounting a filesystem
- Show "Eject Anyway" (not "Unmount Anyway") if ejecting
+ Updated translations. + Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
@ -148,6 +150,9 @@ Tue Aug 7 09:58:12 UTC 2012 - dimstar@opensuse.org
+ Updated translations. + Updated translations.
- Add pkgconfig(libsystemd-login) BuildRequires for the new seat - Add pkgconfig(libsystemd-login) BuildRequires for the new seat
based comparisons. based comparisons.
- Change dbus-1-glib-devel and glib2-devel BuildRequires to
pkgconfig() BuildRequires: dbus-glib-1, glib-2.0, gobject-2.0,
gio-unix-2.0, gio-2.0.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 6 19:30:09 UTC 2012 - dimstar@opensuse.org Mon Aug 6 19:30:09 UTC 2012 - dimstar@opensuse.org

View File

@ -38,8 +38,6 @@ BuildRequires: fuse-devel
BuildRequires: intltool BuildRequires: intltool
BuildRequires: libarchive-devel BuildRequires: libarchive-devel
BuildRequires: libavahi-glib-devel BuildRequires: libavahi-glib-devel
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(glib-2.0) >= 2.33.12
%if %{with_cdda} %if %{with_cdda}
BuildRequires: pkgconfig(libcdio_paranoia) >= 0.78.2 BuildRequires: pkgconfig(libcdio_paranoia) >= 0.78.2
%endif %endif
@ -56,6 +54,11 @@ BuildRequires: libtool
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
BuildRequires: xsltproc BuildRequires: xsltproc
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.33.12
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gtk+-3.0) => 3.0 BuildRequires: pkgconfig(gtk+-3.0) => 3.0
BuildRequires: pkgconfig(gudev-1.0) BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(libbluray) BuildRequires: pkgconfig(libbluray)
@ -177,7 +180,7 @@ rm -rf %{buildroot}
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS NEWS README TODO %doc AUTHORS NEWS README TODO
%{_bindir}/* %{_bindir}/gvfs-*
%dir %{_datadir}/%{name} %dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/mounts %dir %{_datadir}/%{name}/mounts
%dir %{_datadir}/%{name}/remote-volume-monitors %dir %{_datadir}/%{name}/remote-volume-monitors
@ -190,12 +193,15 @@ rm -rf %{buildroot}
%dir %{_datadir}/bash-completion %dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions %dir %{_datadir}/bash-completion/completions
%{_datadir}/bash-completion/completions/gvfs %{_datadir}/bash-completion/completions/gvfs
%{_mandir}/man1/* %{_mandir}/man1/gvfs-*.1%{?ext_man}
%{_mandir}/man1/gvfsd.1%{?ext_man}
%{_mandir}/man1/gvfsd-metadata.1%{?ext_man}
%{_mandir}/man7/gvfs.7%{?ext_man} %{_mandir}/man7/gvfs.7%{?ext_man}
%files fuse %files fuse
%defattr(-, root, root) %defattr(-, root, root)
%{_libexecdir}/%{name}/gvfsd-fuse %{_libexecdir}/%{name}/gvfsd-fuse
%{_mandir}/man1/gvfsd-fuse.1%{?ext_man}
%files backend-afc %files backend-afc
%defattr(-, root, root) %defattr(-, root, root)