Log: Update to 3.1

A lot of fixes for FreeBSD and/or newer gcc/glibc, allowed fuse on some new systems
Implemented .create fuse operation for better compatibility
Return list of mtp devices from Device::Find
New icon for OSX
Cleanup file/directory uploading code, no more hacks :]
Use long timeouts for DeleteObject (large objects can cause timeout)
This commit is contained in:
abfonly 2017-05-20 17:56:11 +02:00
parent d824f1d4b5
commit 26435c851c
2 changed files with 9 additions and 5 deletions

View file

@ -1,2 +1,4 @@
sources:
removed_sources:
android-file-transfer-linux-3.0.tar.gz: 159be0fdf39634ec1eaaf59561034d5447940013
sources:
android-file-transfer-linux-3.1.tar.gz: 8b6c1cc53134a7a3d610d9c631559f2c4b1b25c0

View file

@ -1,9 +1,7 @@
%define _appdatadir %{_datadir}/appdata
Summary: Interactive MTP client with Qt GUI
Name: android-file-transfer
Version: 3.0
Release: 3
Version: 3.1
Release: 1
License: GPLv3+
Group: File tools
Url: https://github.com/whoozle/android-file-transfer-linux/
@ -56,4 +54,8 @@ done
# appdata
mkdir -p %{buildroot}%{_appdatadir}
install -m 644 %{name}.appdata.xml %{buildroot}%{_appdatadir}/%{name}.appdata.xml
%check
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop