Accepting request 1109839 from GNOME:Next
Pushing GNOME 45.rc packages OBS-URL: https://build.opensuse.org/request/show/1109839 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=383
This commit is contained in:
parent
7c916cbc67
commit
8e9687bbf6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b86f09b7331c8642ecebf46a3cda0692f5eb26086f132326a5483c2ebf86a4cb
|
|
||||||
size 1226548
|
|
3
gvfs-1.51.91.tar.xz
Normal file
3
gvfs-1.51.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e1d8baa5091a9a7d5e5aed05241471fed21d03b12c7297fec5d7e39d5999f3a
|
||||||
|
size 1231532
|
40
gvfs.changes
40
gvfs.changes
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 3 00:04:03 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.51.91:
|
||||||
|
+ sftp/ftp: Ensure that is-symlink is always set to avoid
|
||||||
|
warnings.
|
||||||
|
+ Updated translations.
|
||||||
|
- Make devel sub-package as noarch. It doesn't contain any
|
||||||
|
binaries.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 6 10:44:09 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.51.90:
|
||||||
|
+ Fix various memory leaks
|
||||||
|
+ udisks2: Disconnect signal handlers to fix crashes when
|
||||||
|
unmounting
|
||||||
|
+ fuse: Include missing locale.h header
|
||||||
|
+ Some other fixes and improvements
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 11 12:14:51 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.51.1:
|
||||||
|
+ smbbrowse: Fix empty device listing after unrelated mount
|
||||||
|
failure
|
||||||
|
+ udisks: Fix missing unmount notifications
|
||||||
|
+ trash:
|
||||||
|
- Run blocking methods on a thread to avoid hangs
|
||||||
|
- Fix nfs4 and cifs monitoring
|
||||||
|
- Fix wrongly reported item-count
|
||||||
|
+ smb: Allow renaming a file to the same name with a different
|
||||||
|
case
|
||||||
|
+ mtp:
|
||||||
|
- Add support for incremental enumeration
|
||||||
|
- Emit delete event on device disconnection
|
||||||
|
+ Some other fixes and improvements
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 30 12:49:52 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Fri Jun 30 12:49:52 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%bcond_without cdda
|
%bcond_without cdda
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.50.5
|
Version: 1.51.91
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Virtual File System functionality for GLib
|
Summary: Virtual File System functionality for GLib
|
||||||
License: GPL-3.0-only AND LGPL-2.0-or-later
|
License: GPL-3.0-only AND LGPL-2.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://wiki.gnome.org/Projects/gvfs
|
URL: https://wiki.gnome.org/Projects/gvfs
|
||||||
Source0: https://download.gnome.org/sources/gvfs/1.50/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gvfs/1.51/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
### NOTE: Please, keep SLE-only patches at bottom (starting on 1000).
|
### NOTE: Please, keep SLE-only patches at bottom (starting on 1000).
|
||||||
@ -157,6 +157,7 @@ Summary: Development files for the GNOME Virtual file system
|
|||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
gvfs GNOME's userspace virtual filesystem designed to work with the
|
gvfs GNOME's userspace virtual filesystem designed to work with the
|
||||||
|
Loading…
Reference in New Issue
Block a user