SHA256
1
0
forked from pool/gvfs

Accepting request 689305 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/689305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=156
This commit is contained in:
Dominique Leuenberger 2019-04-01 10:30:54 +00:00 committed by Git OBS Bridge
commit c5e71078c1
4 changed files with 74 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:903f08c27c36841adb3e1855e3ad8e64c3c837580d892e4e4ba7018ccbae865b
size 1202808

3
gvfs-1.40.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3739d64b79c95a9f0f9faf2c5f9e5298b4b2ebdd6431435ce656ecd19b31e2f2
size 1205216

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Tue Mar 12 01:40:00 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.40.0:
+ Stable release version bump.
-------------------------------------------------------------------
Tue Mar 12 01:39:22 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>

View File

@ -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