Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c6350236b | ||
|
|
0edf255c4e | ||
|
|
50eb04c092 | ||
|
|
5aff2741ae | ||
|
|
d0b9eb3ac0 | ||
|
|
fef9453de0 | ||
|
|
a5a995b6f3 |
2 changed files with 32 additions and 6 deletions
16
.packit.yaml
Normal file
16
.packit.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
# See the documentation for more information:
|
||||||
|
# https://packit.dev/docs/configuration/
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- job: pull_from_upstream
|
||||||
|
trigger: release
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-rawhide
|
||||||
|
- job: koji_build
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-rawhide
|
||||||
|
- job: bodhi_update
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-rawhide
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
Name: android-file-transfer
|
Name: android-file-transfer
|
||||||
Version: 4.5
|
Version: 4.5
|
||||||
Release: 2%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Reliable Android MTP client with minimalist UI
|
Summary: Reliable Android MTP client with minimalist UI
|
||||||
|
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
|
|
@ -13,7 +13,7 @@ Source0: %{url}/archive/v%{version}/%{name}-linux-%{version}.tar.gz
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: cmake(pybind11)
|
BuildRequires: cmake(pybind11)
|
||||||
BuildRequires: cmake(Qt5LinguistTools)
|
BuildRequires: cmake(Qt6LinguistTools)
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
|
|
@ -21,7 +21,7 @@ BuildRequires: ninja-build
|
||||||
BuildRequires: pkgconfig(fuse3)
|
BuildRequires: pkgconfig(fuse3)
|
||||||
BuildRequires: pkgconfig(libmagic)
|
BuildRequires: pkgconfig(libmagic)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(Qt5)
|
BuildRequires: pkgconfig(Qt6)
|
||||||
BuildRequires: pkgconfig(readline)
|
BuildRequires: pkgconfig(readline)
|
||||||
BuildRequires: pkgconfig(taglib)
|
BuildRequires: pkgconfig(taglib)
|
||||||
|
|
||||||
|
|
@ -73,14 +73,24 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdat
|
||||||
%{_datadir}/metainfo/%{name}.appdata.xml
|
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 15 2025 Marek Blaha <mblaha@redhat.com> - 4.5-2
|
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.5-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Nov 4 2025 Tom Callaway <spot@fedoraproject.org> - 4.5-4
|
||||||
|
- rebuild for new fuse3
|
||||||
|
|
||||||
|
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.5-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed May 21 2025 Marek Blaha <mblaha@redhat.com> - 4.5-2
|
||||||
- Switch to fuse3
|
- Switch to fuse3
|
||||||
|
|
||||||
* Tue Oct 14 2025 Marek Blaha <mblaha@redhat.com> - 4.5-1
|
* Thu May 15 2025 Marek Blaha <mblaha@redhat.com> - 4.5-1
|
||||||
- Update to version 4.5
|
- Update to version 4.5
|
||||||
|
|
||||||
* Tue May 13 2025 Marek Blaha <mblaha@redhat.com> - 4.4-1
|
* Tue Apr 01 2025 Marek Blaha <mblaha@redhat.com> - 4.4-1
|
||||||
- Update to version 4.4
|
- Update to version 4.4
|
||||||
|
- Switch to Qt6
|
||||||
|
|
||||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-14
|
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-14
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue