Accepting request 360401 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360401 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=226
This commit is contained in:
parent
5ea5cd2855
commit
761ca2639a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a70f75fa60d66f3f478c0c8aec43d0e43455a8cc75a4dfa8029e51c816401b4a
|
||||
size 1682264
|
3
gvfs-1.27.90.tar.xz
Normal file
3
gvfs-1.27.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f6aba62466b5c996a92ff97494004d682ad84e0c3c26364a8158b1e4e4b70d4
|
||||
size 1688372
|
39
gvfs.changes
39
gvfs.changes
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 19 01:27:57 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.27.90:
|
||||
+ udisks2: Avoid crashes during unmount.
|
||||
+ ftp: Fix cache invalidation after writing.
|
||||
+ network: Fix crashes when mount failed.
|
||||
+ mtp: Allow reading on more devices.
|
||||
+ Several smaller bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 19 01:27:04 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.27.4:
|
||||
+ dns-sd: Add support for nfs shares.
|
||||
+ Do not print anything from daemons unless debug mode is
|
||||
enabled.
|
||||
+ Several other logging improvements.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 19 01:27:03 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.27.3:
|
||||
+ sftp:
|
||||
- Fail cancelled jobs.
|
||||
- Handle "Too many authentication failures" error.
|
||||
+ metadata: Avoid endless recursion when copying meta files.
|
||||
+ mtp: Use phone icon for MTP devices.
|
||||
+ udisks2: Do not show notification if unmount failed.
|
||||
+ completion: Allow bash completion for gvfs-mount.
|
||||
+ http: Return error if seek was not successful.
|
||||
+ Several smaller bugfixes.
|
||||
+ Updated translations.
|
||||
- Add disabled pkgconfig(libnfs) BuildRequires, needed for nfs
|
||||
backedend, but the needed underlying libs is not available for
|
||||
openSUSE yet.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 18 13:22:35 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@ -20,13 +20,13 @@
|
||||
%define with_cdda 1
|
||||
|
||||
Name: gvfs
|
||||
Version: 1.26.3
|
||||
Version: 1.27.90
|
||||
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.26/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gvfs/1.27/%{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
|
||||
@ -65,6 +65,8 @@ BuildRequires: pkgconfig(gudev-1.0) >= 147
|
||||
BuildRequires: pkgconfig(libbluray)
|
||||
BuildRequires: pkgconfig(libgdata) >= 0.17.3
|
||||
BuildRequires: pkgconfig(libmtp) >= 1.1.5
|
||||
# FIXME - Add disabled as we do not have this in openSUSE yet.
|
||||
# BuildRequires: pkgconfig(libnfs)
|
||||
BuildRequires: pkgconfig(libsecret-unstable)
|
||||
BuildRequires: pkgconfig(libsystemd-login) >= 44
|
||||
BuildRequires: pkgconfig(smbclient)
|
||||
@ -169,7 +171,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS NEWS README TODO
|
||||
%doc AUTHORS NEWS README
|
||||
%{_bindir}/gvfs-*
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/mounts
|
||||
|
Loading…
x
Reference in New Issue
Block a user