From d4b96a34bcf1da0bd3429a343aa83d1e6ee803b085f5c4611dfe54e40dc6b385 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 4 Sep 2015 11:32:10 +0000 Subject: [PATCH 1/3] 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 --- gvfs-1.24.2.tar.xz | 3 -- gvfs-1.25.91.tar.xz | 3 ++ gvfs.changes | 76 +++++++++++++++++++++++++++++++++++++++++++++ gvfs.spec | 8 +++-- 4 files changed, 84 insertions(+), 6 deletions(-) delete mode 100644 gvfs-1.24.2.tar.xz create mode 100644 gvfs-1.25.91.tar.xz diff --git a/gvfs-1.24.2.tar.xz b/gvfs-1.24.2.tar.xz deleted file mode 100644 index c77abbe..0000000 --- a/gvfs-1.24.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0949eaedd1df7175f8d7ee2700df8210d1f854b8ee37d963bc32ee7091eeb228 -size 1627808 diff --git a/gvfs-1.25.91.tar.xz b/gvfs-1.25.91.tar.xz new file mode 100644 index 0000000..7e8f3ca --- /dev/null +++ b/gvfs-1.25.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7df1f7e179f79e73ef8b59c4f9a97d52b95580b813bc5378b6765e8e67c7b3 +size 1648640 diff --git a/gvfs.changes b/gvfs.changes index ebbf4c5..8d32459 100644 --- a/gvfs.changes +++ b/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 diff --git a/gvfs.spec b/gvfs.spec index a1ee1a3..24633fa 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -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 From f523db0d82f2065e04a8179e3154f650788ac002cbb0b8b6428781bd3ede3d6a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 17 Sep 2015 13:05:49 +0000 Subject: [PATCH 2/3] Accepting request 331447 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/331447 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=215 --- gvfs-1.25.91.tar.xz | 3 --- gvfs-1.25.92.tar.xz | 3 +++ gvfs.changes | 10 ++++++++++ gvfs.spec | 19 +++++++++++-------- 4 files changed, 24 insertions(+), 11 deletions(-) delete mode 100644 gvfs-1.25.91.tar.xz create mode 100644 gvfs-1.25.92.tar.xz diff --git a/gvfs-1.25.91.tar.xz b/gvfs-1.25.91.tar.xz deleted file mode 100644 index 7e8f3ca..0000000 --- a/gvfs-1.25.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e7df1f7e179f79e73ef8b59c4f9a97d52b95580b813bc5378b6765e8e67c7b3 -size 1648640 diff --git a/gvfs-1.25.92.tar.xz b/gvfs-1.25.92.tar.xz new file mode 100644 index 0000000..681c71a --- /dev/null +++ b/gvfs-1.25.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab919140a35c5b0f2141e39eeb6cd84894231ec5a3f091a70f8e54050f256e66 +size 1673088 diff --git a/gvfs.changes b/gvfs.changes index 8d32459..6ab0ff8 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 15 14:00:27 UTC 2015 - zaitor@opensuse.org + +- Update to version 1.25.92: + + Add Google Drive backend based on libgdata. + + Make all gvfs daemons own a name under org.gtk.vfs.*. + + Several smaller bugfixes. + + Updated translations. +- Add pkgconfig(libgdata) BuildRequires, new dependency. + ------------------------------------------------------------------- Wed Sep 2 08:35:45 UTC 2015 - zaitor@opensuse.org diff --git a/gvfs.spec b/gvfs.spec index 24633fa..72cd713 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -20,7 +20,7 @@ %define with_cdda 1 Name: gvfs -Version: 1.25.91 +Version: 1.25.92 Release: 0 Summary: VFS functionality for GLib License: LGPL-2.0+ @@ -56,12 +56,13 @@ BuildRequires: xsltproc BuildRequires: pkgconfig(gcr-base-3) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-unix-2.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.45.0 -BuildRequires: pkgconfig(goa-1.0) >= 3.7.1 +BuildRequires: pkgconfig(glib-2.0) >= 2.45.7 +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(libgdata) >= 0.17.3 BuildRequires: pkgconfig(libmtp) >= 1.1.5 BuildRequires: pkgconfig(libsecret-unstable) BuildRequires: pkgconfig(libsystemd-login) >= 44 @@ -198,7 +199,7 @@ rm -rf %{buildroot} %files backend-afc %defattr(-, root, root) %{_libexecdir}/%{name}/gvfs-afc-volume-monitor -%{_datadir}/dbus-1/services/org.gtk.Private.AfcVolumeMonitor.service +%{_datadir}/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service %{_datadir}/%{name}/remote-volume-monitors/afc.monitor %{_libexecdir}/%{name}/gvfsd-afc %{_datadir}/%{name}/mounts/afc.mount @@ -207,7 +208,7 @@ rm -rf %{buildroot} %defattr(-, root, root) %if %{with_udisks2} %doc monitor/udisks2/what-is-shown.txt -%{_datadir}/dbus-1/services/org.gtk.Private.UDisks2VolumeMonitor.service +%{_datadir}/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service %{_datadir}/%{name}/remote-volume-monitors/udisks2.monitor %{_libexecdir}/%{name}/gvfs-udisks2-volume-monitor %else @@ -216,7 +217,7 @@ rm -rf %{buildroot} %{_datadir}/%{name}/remote-volume-monitors/gdu.monitor %endif %{_libexecdir}/%{name}/gvfs-gphoto2-volume-monitor -%{_datadir}/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service +%{_datadir}/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service %{_datadir}/%{name}/remote-volume-monitors/gphoto2.monitor %{_libexecdir}/%{name}/gvfsd-afp %{_datadir}/%{name}/mounts/afp.mount @@ -240,19 +241,21 @@ rm -rf %{buildroot} %{_libexecdir}/%{name}/gvfsd-ftp %{_datadir}/%{name}/mounts/ftp.mount %{_datadir}/%{name}/mounts/ftps.mount +%{_libexecdir}/%{name}/gvfsd-google +%{_datadir}/%{name}/mounts/google.mount %{_libexecdir}/%{name}/gvfsd-gphoto2 %{_datadir}/%{name}/mounts/gphoto2.mount %{_libexecdir}/%{name}/gvfsd-http %{_datadir}/%{name}/mounts/http.mount %{_libexecdir}/%{name}/gvfs-goa-volume-monitor %{_datadir}/%{name}/remote-volume-monitors/goa.monitor -%{_datadir}/dbus-1/services/org.gtk.Private.GoaVolumeMonitor.service +%{_datadir}/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service %{_libexecdir}/%{name}/gvfsd-localtest %{_datadir}/%{name}/mounts/localtest.mount %{_libexecdir}/%{name}/gvfsd-mtp %{_libexecdir}/%{name}/gvfs-mtp-volume-monitor %{_datadir}/%{name}/remote-volume-monitors/mtp.monitor -%{_datadir}/dbus-1/services/org.gtk.Private.MTPVolumeMonitor.service +%{_datadir}/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service %{_datadir}/%{name}/mounts/mtp.mount %{_libexecdir}/%{name}/gvfsd-nds %{_datadir}/%{name}/mounts/nds.mount From 7e77169b9b4f3b79876af5e4d3b9555bf4cc597501b69471153eeceeff7609a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 22 Sep 2015 07:54:20 +0000 Subject: [PATCH 3/3] Accepting request 332820 from GNOME:Next Update to 3.18.0 OBS-URL: https://build.opensuse.org/request/show/332820 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=216 --- gvfs-1.25.92.tar.xz | 3 --- gvfs-1.26.0.tar.xz | 3 +++ gvfs.changes | 6 ++++++ gvfs.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 gvfs-1.25.92.tar.xz create mode 100644 gvfs-1.26.0.tar.xz diff --git a/gvfs-1.25.92.tar.xz b/gvfs-1.25.92.tar.xz deleted file mode 100644 index 681c71a..0000000 --- a/gvfs-1.25.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab919140a35c5b0f2141e39eeb6cd84894231ec5a3f091a70f8e54050f256e66 -size 1673088 diff --git a/gvfs-1.26.0.tar.xz b/gvfs-1.26.0.tar.xz new file mode 100644 index 0000000..f397278 --- /dev/null +++ b/gvfs-1.26.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d43e8b33a5c1588525875f9d3979b515f648da1d567d0ce3d337a18f5ff8c32 +size 1673092 diff --git a/gvfs.changes b/gvfs.changes index 6ab0ff8..32d6245 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 22 07:02:24 UTC 2015 - dimstar@opensuse.org + +- Update to version 1.26.0: + + Updated translations. + ------------------------------------------------------------------- Tue Sep 15 14:00:27 UTC 2015 - zaitor@opensuse.org diff --git a/gvfs.spec b/gvfs.spec index 72cd713..cb178ef 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -20,13 +20,13 @@ %define with_cdda 1 Name: gvfs -Version: 1.25.92 +Version: 1.26.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.25/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gvfs/1.26/%{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