Accepting request 252068 from GNOME:Factory

Push GNOME 3.14.0 (forwarded request 251929 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/252068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=106
This commit is contained in:
Stephan Kulow 2014-09-30 17:37:51 +00:00 committed by Git OBS Bridge
commit 100c065982
4 changed files with 95 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84d9412e7bedfba902696ae7fb0cfceb0b66b98823f8388745b20693e3b24f8e
size 1560752

3
gvfs-1.22.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab4b43514a783ebf5e680bbe87fd788184c3ba03e012346a493687c8f3fdcc94
size 1590532

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Mon Sep 22 08:16:21 UTC 2014 - dimstar@opensuse.org
- Update to version 1.22.0:
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 15 16:23:00 UTC 2014 - zaitor@opensuse.org
- Update to version 1.21.92:
+ metatree: Avoid endless looping when the entry is too large.
+ archive: Allow reading files with '/./' in the path.
+ Several smaller bugfixes.
+ Updated translations.
-------------------------------------------------------------------
Fri Aug 29 13:42:50 UTC 2014 - zaitor@opensuse.org
- Update to version 1.21.91:
+ ftp: Fix crashing with latest glib.
+ tests: Gnome desktop testing integration.
+ dav: Force unmount when dns-sd data changes.
+ Several smaller bugfixes.
+ Updated translations.
-------------------------------------------------------------------
Fri Aug 15 19:09:27 UTC 2014 - dimstar@opensuse.org
- Update to version 1.21.90:
+ gvfs-save: Allow specifying G_FILE_CREATE_REPLACE_DESTINATION.
+ dav: Send infos incrementally.
+ ftp: Timeouted and closed connection handling improvements.
+ fuse: Error mapping fixes.
+ daemon: Wait to finish all jobs before unmount.
+ afp: Timeouted and closed connection handling improvements.
+ http:
- Limit maximal number of connections.
- Reuse idle connections.
+ mtp:
- Error semantics and handling fixes.
- Fix icon handling.
- Support for create and delete events.
- Use unique storage name.
- Various fixes.
+ Several smaller bugfixes.
+ Updated translations.
-------------------------------------------------------------------
Fri Jul 18 20:40:01 UTC 2014 - zaitor@opensuse.org
- Update to version 1.21.4:
+ afp:
- Fix hangs while enumerating large directories.
- Performance improvement.
+ dav: Fix mounting multiple shares on the same host with
different paths.
+ Several smaller bugfixes.
+ Updated translations.
-------------------------------------------------------------------
Sat Jul 12 22:35:27 UTC 2014 - dimstar@opensuse.org
- Update to version 1.21.3:
+ afc:
- Implement standard::allocated-size.
- Work-around mounts not disappearing when disconnecting
device.
- Add version detection for iOS 6, 7 and 8.
+ afp: Report number of bytes copied.
+ smb: Implement standard::allocated-size.
+ metadata: Fix misaligned accesses to 64bit data.
+ Several smaller bugfixes.
- Changes from version 1.21.2:
+ gvfs-mount: Handle the ask-question signal.
+ dav: Implement push support.
+ recent: Implement query_info_on_read ().
+ trash: Implement query_info_on_read ().
+ tests: Various fixes.
+ Several smaller bugfixes and portability fixes.
- Changes from version 1.21.1:
+ gvfs-move: Improve the interactive move and progress output.
+ gvfs-copy: Improve the interactive copy and progress output.
+ afc: Check for iOS >= 3.1.2 to enable house arrest.
+ dav: Use the native move operation.
+ fuse: Set permissions from UNIX mode when available.
+ dav: Unescape URIs before comparing them for equality.
+ Report gvfs version when --version is used.
+ Updated translations.
-------------------------------------------------------------------
Fri May 9 15:19:48 UTC 2014 - zaitor@opensuse.org

View File

@ -20,13 +20,13 @@
%define with_cdda 1
Name: gvfs
Version: 1.20.2
Version: 1.22.0
Release: 0
Summary: VFS functionality for GLib
License: LGPL-2.0+
Group: Development/Libraries/C and C++
Url: http://www.gnome.org
Source0: http://download.gnome.org/sources/gvfs/1.20/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/gvfs/1.22/%{name}-%{version}.tar.xz
Source99: baselibs.conf
# PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin
Patch5: gvfs-nvvfs.patch
@ -61,7 +61,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.37.0
BuildRequires: pkgconfig(goa-1.0) >= 3.7.1
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gtk+-3.0) => 3.0
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(gudev-1.0) >= 147
BuildRequires: pkgconfig(libbluray)
BuildRequires: pkgconfig(libmtp) >= 1.1.5
BuildRequires: pkgconfig(libsecret-unstable)