Accepting request 519425 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/519425 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=274
This commit is contained in:
parent
4d2ab2159c
commit
12d6d3037a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0b6c9edab09d52472355657a2f0a14831b2e6c58caba395f721ab683f836ade
|
||||
size 1813212
|
3
gvfs-1.33.91.tar.xz
Normal file
3
gvfs-1.33.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec848d0b290b93bdf902f2b91032d608b5287adb423978120bc5f2dcf8f3b45f
|
||||
size 1832372
|
54
gvfs.changes
54
gvfs.changes
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 21 20:05:20 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.33.91:
|
||||
+ daemon: Avoid overflowing when querying for filesystem info.
|
||||
+ proxy: Fix shadow mount handling for equal paths.
|
||||
+ gdaemonfile:
|
||||
- Fix g_file_equal for different mount_prefix.
|
||||
- Fix relative path handling.
|
||||
+ client: Fix crash when calculating a relative path.
|
||||
+ channel: Set sockets as nonblocking to prevent deadlocks when
|
||||
copying.
|
||||
+ google: Report FS total size and free space.
|
||||
+ Several smaller bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 7 12:10:51 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.33.90:
|
||||
+ admin: Require mounting for each client explicitly.
|
||||
+ dav: Fix DAV implementation stripping spaces.
|
||||
+ gdaemonfileenumerator: Fix crashes in synchronous enumerator
|
||||
code.
|
||||
+ goa: Fix password-based authentication.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 20 08:42:54 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.33.3:
|
||||
+ Do not send user invisible mounts in order to speed up
|
||||
g_volume_monitor_get.
|
||||
+ mtp: Remove avoidance of file push for big files for better
|
||||
performance.
|
||||
+ Various build fixes and cleanups.
|
||||
+ Port several parts to GTask.
|
||||
+ Several smaller bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 20 21:47:25 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.33.1:
|
||||
+ Port several parts to GTask.
|
||||
+ recent: Port from GtkRecentManager to GBookmarkFile (drop
|
||||
GTK+ dependency).
|
||||
+ sftp: Handle SecurID password prompt.
|
||||
+ Several smaller bugfixes.
|
||||
- Drop pkgconfig(gtk+-3.0) BuildRequires: No longer needed.
|
||||
- Drop no longer needed post(un) handling of glib2_gsettings_schema
|
||||
for backends and backend-samba, file-triggers takes care of this
|
||||
now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 10:00:59 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
17
gvfs.spec
17
gvfs.spec
@ -20,13 +20,13 @@
|
||||
%define with_cdda 1
|
||||
|
||||
Name: gvfs
|
||||
Version: 1.32.1
|
||||
Version: 1.33.91
|
||||
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.32/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gvfs/1.33/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FEATURE-SLE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin
|
||||
Patch5: gvfs-nvvfs.patch
|
||||
@ -63,7 +63,6 @@ BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.51.0
|
||||
BuildRequires: pkgconfig(goa-1.0) >= 3.17.1
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) => 3.0
|
||||
BuildRequires: pkgconfig(gudev-1.0) >= 147
|
||||
BuildRequires: pkgconfig(libbluray)
|
||||
BuildRequires: pkgconfig(libcap)
|
||||
@ -194,18 +193,6 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
%postun
|
||||
%glib2_gio_module_postun
|
||||
|
||||
%post backends
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun backends
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%post backend-samba
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun backend-samba
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS NEWS README
|
||||
|
Loading…
Reference in New Issue
Block a user