New upstream release 4.4
This commit is contained in:
parent
fef992dd91
commit
a5a995b6f3
4 changed files with 10 additions and 37 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@
|
|||
/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
|
||||
|
|
|
|||
|
|
@ -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,20 +2,18 @@
|
|||
%undefine __cmake_in_source_build
|
||||
|
||||
Name: android-file-transfer
|
||||
Version: 4.2
|
||||
Release: 14%{?dist}
|
||||
Version: 4.4
|
||||
Release: 1%{?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)
|
||||
BuildRequires: cmake(Qt5LinguistTools)
|
||||
BuildRequires: cmake(Qt6LinguistTools)
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libappstream-glib
|
||||
|
|
@ -23,7 +21,7 @@ BuildRequires: ninja-build
|
|||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pkgconfig(libmagic)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(Qt5)
|
||||
BuildRequires: pkgconfig(Qt6)
|
||||
BuildRequires: pkgconfig(readline)
|
||||
BuildRequires: pkgconfig(taglib)
|
||||
|
||||
|
|
@ -75,6 +73,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdat
|
|||
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||
|
||||
%changelog
|
||||
* Tue Apr 01 2025 Marek Blaha <mblaha@redhat.com> - 4.4-1
|
||||
- Update to version 4.4
|
||||
- Switch to Qt6
|
||||
|
||||
* 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.4.tar.gz) = 4d22c9535dca3471f1dd6a13bb86f78992228a0ad25b4fbdbb41f906c12c76dfffb65b04bcf2a6b08c09ecfe5e20f7b5b1d6d1fe6bb77b3e10d614324d374592
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue