Accepting request 329031 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/329031 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=214
This commit is contained in:
parent
49460999db
commit
d4b96a34bc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0949eaedd1df7175f8d7ee2700df8210d1f854b8ee37d963bc32ee7091eeb228
|
||||
size 1627808
|
3
gvfs-1.25.91.tar.xz
Normal file
3
gvfs-1.25.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e7df1f7e179f79e73ef8b59c4f9a97d52b95580b813bc5378b6765e8e67c7b3
|
||||
size 1648640
|
76
gvfs.changes
76
gvfs.changes
@ -1,3 +1,79 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 2 08:35:45 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.25.91:
|
||||
+ afp: Change g_error to g_warning for read errors to prevent
|
||||
crash reports.
|
||||
+ dav: Mark files as untrashable to offer correct action in
|
||||
Nautilus.
|
||||
+ gdaemonfile: Fix cancelling of g_file_mount_enclosing_volume.
|
||||
+ Several smaller bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 14:10:17 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.25.90:
|
||||
+ Several bash-completion fixes and improvements.
|
||||
+ mtp: Return ENOTEMPTY if trying to delete a non-empty
|
||||
directory.
|
||||
+ Set filesystem::type for all backends.
|
||||
+ build: Make EXTRA_DIST independent of configure results.
|
||||
+ Several smaller bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 14:09:17 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.25.4.1:
|
||||
+ monitor: Fix memory leak.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 14:08:17 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.25.4:
|
||||
+ udisks2:
|
||||
- Fix a crash when unmounting.
|
||||
- Handle libsecret errors properly to avoid a crash.
|
||||
+ afc: Fix a crash when unmounting and unplugging.
|
||||
+ cdda: Use UTF-8 with libcdio >= 0.84.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 14:07:17 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.25.3:
|
||||
+ common: Fix crashes with blank disks.
|
||||
+ gvfs-open: Fix launching applications over d-bus.
|
||||
+ monitor: Show notification always when device is unmounted.
|
||||
+ sftp: Use separate data connection for pulling and pushing
|
||||
data.
|
||||
+ Several smaller bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 14:06:17 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.25.2:
|
||||
+ gvfs-open: Do not alter uris before use.
|
||||
+ mtp: Refresh storage information in query_info.
|
||||
+ dav: Emit progress callbacks when copying and moving.
|
||||
+ Several smaller bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 14:05:17 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.25.1:
|
||||
+ dav: Verify TLS certificates.
|
||||
+ ftp:
|
||||
- Use TCP_NODELAY.
|
||||
- Implement TLS support.
|
||||
+ sftp: Handle host key / IP mismatch.
|
||||
+ Several smaller bugfixes.
|
||||
- Add pkgconfig(gcr-base-3) BuildRequires: new dependency for TLS
|
||||
certificate verification.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 14:04:17 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -20,13 +20,13 @@
|
||||
%define with_cdda 1
|
||||
|
||||
Name: gvfs
|
||||
Version: 1.24.2
|
||||
Version: 1.25.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.24/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gvfs/1.25/%{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
|
||||
@ -53,9 +53,10 @@ BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(gcr-base-3)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.43.2
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.45.0
|
||||
BuildRequires: pkgconfig(goa-1.0) >= 3.7.1
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) => 3.0
|
||||
@ -238,6 +239,7 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/%{name}/mounts/dns-sd.mount
|
||||
%{_libexecdir}/%{name}/gvfsd-ftp
|
||||
%{_datadir}/%{name}/mounts/ftp.mount
|
||||
%{_datadir}/%{name}/mounts/ftps.mount
|
||||
%{_libexecdir}/%{name}/gvfsd-gphoto2
|
||||
%{_datadir}/%{name}/mounts/gphoto2.mount
|
||||
%{_libexecdir}/%{name}/gvfsd-http
|
||||
|
Loading…
Reference in New Issue
Block a user