17
0

6 Commits

Author SHA256 Message Date
d435257982 Accepting request 1319401 from hardware
OBS-URL: https://build.opensuse.org/request/show/1319401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/android-file-transfer-linux?expand=0&rev=5
2025-11-24 13:11:17 +00:00
6f2d9f7f03 - Remove unused BuildRequires: update-desktop-files.
OBS-URL: https://build.opensuse.org/package/show/hardware/android-file-transfer-linux?expand=0&rev=11
2025-11-23 11:46:55 +00:00
4dac675142 Accepting request 1311166 from hardware
- Update to version 4.5:
  * fix invalid close session parameters (graceful shutdown - fixes switch failure)
  * fix qt5 compilation
  * easier method to find zune codename
  * support firmware upload/reboot device in UI
  * add device property d235 - serial number (seems to match SN printed on Zune's back)
  * add Zune recovery instructions
  * add flash cli command
  * send object info in separate bulk packets
  * add device-reboot cli command
  * add firmware version to device properties
  * undefined firmware (called in publicly available "Inside MTP Responder" paper
  * add EventCode enum values/ToString
  * add mtp service extension codes
  * send album cover in GUI
  * use Supports(...) for attach cover context action
  * add Library::AddCover, zune-import will upload cover automatically if supported
  * pass empty initialiser as empty bytearray while removing album cover
  * add Supported() helper for ObjectPropertyCodes
  * add MetadataPicture, fill it with decoded PICTURE props

OBS-URL: https://build.opensuse.org/request/show/1311166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/android-file-transfer-linux?expand=0&rev=4
2025-10-14 16:08:03 +00:00
3eeecdf744 - Update to version 4.5:
* fix invalid close session parameters (graceful shutdown - fixes switch failure)
  * fix qt5 compilation
  * easier method to find zune codename
  * support firmware upload/reboot device in UI
  * add device property d235 - serial number (seems to match SN printed on Zune's back)
  * add Zune recovery instructions
  * add flash cli command
  * send object info in separate bulk packets
  * add device-reboot cli command
  * add firmware version to device properties
  * undefined firmware (called in publicly available "Inside MTP Responder" paper
  * add EventCode enum values/ToString
  * add mtp service extension codes
  * send album cover in GUI
  * use Supports(...) for attach cover context action
  * add Library::AddCover, zune-import will upload cover automatically if supported
  * pass empty initialiser as empty bytearray while removing album cover
  * add Supported() helper for ObjectPropertyCodes
  * add MetadataPicture, fill it with decoded PICTURE props

OBS-URL: https://build.opensuse.org/package/show/hardware/android-file-transfer-linux?expand=0&rev=9
2025-10-13 14:39:49 +00:00
beed239201 Accepting request 1275025 from hardware
OBS-URL: https://build.opensuse.org/request/show/1275025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/android-file-transfer-linux?expand=0&rev=3
2025-05-07 17:18:14 +00:00
05579a5635 Updates to latest master, which contains the fix to boo#1242080
- Update to version 4.4.0~git.20250506T233238.058dbe1:
  * fuse3 port
  * fix GetObjectPropDesc - missing object format in API/request
  * bump version to 4.5
  * macosx CI fix
  * remove travis config
  * made clear halt optional - it seems to break newer android devices
  * claim token later and don't disconnect existing devices if they are not MTP
  * remove debug traces
  * use USBDEVFS_DISCONNECT_CLAIM
  * Add screenshot to README.md
  * add screenshot
  * pass transactionId to session getDeviceInfo
  * skip fs entries which start with .
  * check access before calling opendir (reduce number of exception)
  * Revert "switch macosx builder to qt@6"
  * switch macosx builder to qt@6
  * downgrade macosx builder
  * Revert "fix macosx bundle"
  * fix macosx bundle
  * bump cmake version
  * fix qt path
  * Allow building with Qt 6.x

OBS-URL: https://build.opensuse.org/package/show/hardware/android-file-transfer-linux?expand=0&rev=7
2025-05-06 22:43:16 +00:00
6 changed files with 75 additions and 18 deletions

View File

@@ -3,15 +3,17 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/whoozle/android-file-transfer-linux</param>
<param name="revision">cf7036c7f7dff99be19c2c15e6051c4704287574</param>
<param name="versionprefix">4.3.0~git</param>
<param name="versionformat">%ci.%h</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<!-- <param name="revision">master</param> -->
<!-- <param name="versionprefix">4.5.0</param> -->
<!-- <param name="versionformat">%ci.%h</param> -->
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual"/>
<service name="tar" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="manual"/>
</services>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/whoozle/android-file-transfer-linux</param>
<param name="changesrevision">cf7036c7f7dff99be19c2c15e6051c4704287574</param></service></servicedata>
<param name="changesrevision">d5c18820c2bae0656043ca127f4b05b756ea1479</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2198ffe516fe2fe7f985b47f0e1272ef9c700765c35b09ccb695b32eba062190
size 838236

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28a75739c7a25a03f6ec405e2d0303292b2e5aba041eef5861c624500e560a2e
size 1082065

View File

@@ -1,3 +1,59 @@
-------------------------------------------------------------------
Sat Nov 22 21:15:46 CET 2025 - Stanislav Brabec <sbrabec@suse.com>
- Remove unused BuildRequires: update-desktop-files.
-------------------------------------------------------------------
Mon Oct 13 14:36:00 UTC 2025 - llyyr <llyyr@yukari.in>
- Update to version 4.5:
* fix invalid close session parameters (graceful shutdown - fixes switch failure)
* fix qt5 compilation
* easier method to find zune codename
* support firmware upload/reboot device in UI
* add device property d235 - serial number (seems to match SN printed on Zune's back)
* add Zune recovery instructions
* add flash cli command
* send object info in separate bulk packets
* add device-reboot cli command
* add firmware version to device properties
* undefined firmware (called in publicly available "Inside MTP Responder" paper
* add EventCode enum values/ToString
* add mtp service extension codes
* send album cover in GUI
* use Supports(...) for attach cover context action
* add Library::AddCover, zune-import will upload cover automatically if supported
* pass empty initialiser as empty bytearray while removing album cover
* add Supported() helper for ObjectPropertyCodes
* add MetadataPicture, fill it with decoded PICTURE props
-------------------------------------------------------------------
Tue May 06 22:35:38 UTC 2025 - llyyr <llyyr@yukari.in>
- Update to version 4.4.0~git.20250506T233238.058dbe1:
* fuse3 port
* fix GetObjectPropDesc - missing object format in API/request
* bump version to 4.5
* macosx CI fix
* remove travis config
* made clear halt optional - it seems to break newer android devices
* claim token later and don't disconnect existing devices if they are not MTP
* remove debug traces
* use USBDEVFS_DISCONNECT_CLAIM
* Add screenshot to README.md
* add screenshot
* pass transactionId to session getDeviceInfo
* skip fs entries which start with .
* check access before calling opendir (reduce number of exception)
* Revert "switch macosx builder to qt@6"
* switch macosx builder to qt@6
* downgrade macosx builder
* Revert "fix macosx bundle"
* fix macosx bundle
* bump cmake version
* fix qt path
* Allow building with Qt 6.x
-------------------------------------------------------------------
Wed Sep 18 18:43:53 UTC 2024 - llyyr@yukari.in

View File

@@ -1,7 +1,7 @@
#
# spec file for package android-file-transfer-linux
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: android-file-transfer-linux
Summary: Android file fransfer for Linux
Version: 4.3.0~git.20240730T195303.cf7036c7f7df
Version: 4.5
Release: 0
URL: https://github.com/whoozle/android-file-transfer-linux
Source0: %{name}-%{version}.tar.gz
@@ -26,13 +26,12 @@ License: LGPL-2.1-only
BuildRequires: cmake
BuildRequires: hicolor-icon-theme
BuildRequires: readline-devel
BuildRequires: update-desktop-files
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: cmake(Qt5NetworkAuth)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(fuse)
BuildRequires: cmake(Qt6LinguistTools)
BuildRequires: cmake(Qt6NetworkAuth)
BuildRequires: pkgconfig(Qt6Core)
BuildRequires: pkgconfig(Qt6Gui)
BuildRequires: pkgconfig(Qt6Widgets)
BuildRequires: pkgconfig(fuse3)
BuildRequires: pkgconfig(libcrypto)
%description