Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f17f79f05e | ||
|
|
ca57c79519 | ||
|
|
31511e827b |
4 changed files with 15 additions and 36 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,3 +6,5 @@
|
|||
/android-file-transfer-linux-4.0.tar.gz
|
||||
/android-file-transfer-linux-4.1.tar.gz
|
||||
/android-file-transfer-linux-4.2.tar.gz
|
||||
/android-file-transfer-linux-4.4.tar.gz
|
||||
/android-file-transfer-linux-4.5.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,30 +0,0 @@
|
|||
From e8f45ff6f02d2e1e09c12f3aa708e87548d4f2bd Mon Sep 17 00:00:00 2001
|
||||
From: Sam James <sam@cmpct.info>
|
||||
Date: Tue, 18 Apr 2023 11:38:22 +0100
|
||||
Subject: [PATCH] Fix build with GCC 13 (#330)
|
||||
|
||||
GCC 13 (as usual for new compiler releases) shuffles around some internal includes so some
|
||||
are no longer transitively included.
|
||||
|
||||
See https://gnu.org/software/gcc/gcc-13/porting_to.html.
|
||||
|
||||
Bug: https://bugs.gentoo.org/894788
|
||||
---
|
||||
mtp/types.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/mtp/types.h b/mtp/types.h
|
||||
index 32024e4..676e180 100644
|
||||
--- a/mtp/types.h
|
||||
+++ b/mtp/types.h
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <exception>
|
||||
+#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
namespace mtp
|
||||
--
|
||||
2.40.0
|
||||
|
||||
|
|
@ -2,16 +2,14 @@
|
|||
%undefine __cmake_in_source_build
|
||||
|
||||
Name: android-file-transfer
|
||||
Version: 4.2
|
||||
Release: 14%{?dist}
|
||||
Version: 4.5
|
||||
Release: 2%{?dist}
|
||||
Summary: Reliable Android MTP client with minimalist UI
|
||||
|
||||
License: LGPL-2.1-only
|
||||
URL: https://github.com/whoozle/android-file-transfer-linux
|
||||
Source0: %{url}/archive/v%{version}/%{name}-linux-%{version}.tar.gz
|
||||
|
||||
Patch0001: 0001-Fix-build-with-GCC-13-330.patch
|
||||
|
||||
Requires: hicolor-icon-theme
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake(pybind11)
|
||||
|
|
@ -20,7 +18,7 @@ BuildRequires: desktop-file-utils
|
|||
BuildRequires: gcc-c++
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pkgconfig(fuse3)
|
||||
BuildRequires: pkgconfig(libmagic)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(Qt5)
|
||||
|
|
@ -75,6 +73,15 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdat
|
|||
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||
|
||||
%changelog
|
||||
* Wed Oct 15 2025 Marek Blaha <mblaha@redhat.com> - 4.5-2
|
||||
- Switch to fuse3
|
||||
|
||||
* Tue Oct 14 2025 Marek Blaha <mblaha@redhat.com> - 4.5-1
|
||||
- Update to version 4.5
|
||||
|
||||
* Tue May 13 2025 Marek Blaha <mblaha@redhat.com> - 4.4-1
|
||||
- Update to version 4.4
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (android-file-transfer-linux-4.2.tar.gz) = 88ee6bf0af6cf6b2f6b97dee8e79d20905d2a84c271d68d874b87ccc797f198f1e480565633feea08a585ebb55e77da9742bd9cd87b59d88e677c44c69e95659
|
||||
SHA512 (android-file-transfer-linux-4.5.tar.gz) = 7aff608f83055a92fb35ccec768e531c60984d3fc8293c04443bb52a2eeef208c50f6baeccabd951ebc630711b07f043f6ed118bf4e308836c5c796281d68ffd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue