diff --git a/gvfs-1.38.2.tar.xz b/gvfs-1.38.2.tar.xz deleted file mode 100644 index cb762f8..0000000 --- a/gvfs-1.38.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:903f08c27c36841adb3e1855e3ad8e64c3c837580d892e4e4ba7018ccbae865b -size 1202808 diff --git a/gvfs-1.40.0.tar.xz b/gvfs-1.40.0.tar.xz new file mode 100644 index 0000000..9e4dbcd --- /dev/null +++ b/gvfs-1.40.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3739d64b79c95a9f0f9faf2c5f9e5298b4b2ebdd6431435ce656ecd19b31e2f2 +size 1205216 diff --git a/gvfs.changes b/gvfs.changes index c317368..3ee4a18 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Mar 12 01:40:00 UTC 2019 - Bjørn Lie + +- Update to version 1.40.0: + + Stable release version bump. + +------------------------------------------------------------------- +Tue Mar 12 01:39:22 UTC 2019 - Bjørn Lie + +- Update to version 1.39.92: + + client: Fix mount info cache invalidation. + + Several smaller bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 12 01:39:19 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 1.39.91: + + smb: Do not show password prompt when using winbind ccache. + + Several smaller bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 12 01:39:09 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 1.39.90: + + sftp: Always use port 22 if not specified. + + mtp: Don't retry reading an event after failure. + + admin: Prevent access if any authentication agent isn't + available. + + build: Several meson improvements. + + Several smaller bugfixes. + + Updated translations. +- Drop gvfs-CVE-2019-3827.patch: Fixed upstream. + +------------------------------------------------------------------- +Tue Mar 12 01:39:04 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 1.39.4: + + keyring: Prefer the most recent item. + + afp: Try to find credentials even if user is not specified. + + dav: Try authenticate again even if 403 was returned. + + Several smaller bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 12 01:39:03 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 1.39.3: + + udisks2: + - Improve handling of mounts which doesn't point into fs root. + - Restore support of comment=x-gvfs-* option. + + daemon: Prevent spawning new daemons if outgoing operation + exists. + + common: Prevent crashes on invalid autorun file. + + Several smaller bugfixes. + + Updated translations. +- Changes from version 1.39.1: + + google: + - Rework cache for better performance. + - Add support for files with multiple parents. + + udisks2: Add a new volume class `loop`. + ------------------------------------------------------------------- Mon Mar 11 15:19:51 UTC 2019 - Bjørn Lie diff --git a/gvfs.spec b/gvfs.spec index 96bb80c..3e1c4ac 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -18,13 +18,13 @@ %bcond_without cdda Name: gvfs -Version: 1.38.2 +Version: 1.40.0 Release: 0 Summary: Virtual File System functionality for GLib License: LGPL-2.0-or-later AND GPL-3.0-only Group: Development/Libraries/C and C++ URL: https://wiki.gnome.org/Projects/gvfs -Source0: https://download.gnome.org/sources/gvfs/1.38/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gvfs/1.40/%{name}-%{version}.tar.xz Source99: baselibs.conf ### NOTE: Please, keep SLE-only patches at bottom (starting on 1000). @@ -159,6 +159,7 @@ gvfs plugins. %prep %setup -q translation-update-upstream po %{name} + %if !0%{?is_opensuse} %patch1000 -p1 %patch1001 -p1 @@ -166,10 +167,11 @@ translation-update-upstream po %{name} %build %meson \ - --libexecdir=%{_libexecdir}/%{name} \ - -Dudisks2=true \ - %{!?with_cdda: -Dcdda=false} \ - -Dman=true + --libexecdir=%{_libexecdir}/%{name} \ + -Dudisks2=true \ + %{!?with_cdda: -Dcdda=false} \ + -Dman=true \ + %{nil} %meson_build %install