Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f17f79f05e | ||
|
|
ca57c79519 | ||
|
|
31511e827b |
2 changed files with 6 additions and 32 deletions
16
.packit.yaml
16
.packit.yaml
|
|
@ -1,16 +0,0 @@
|
||||||
# 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: 5%{?dist}
|
Release: 2%{?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(Qt6LinguistTools)
|
BuildRequires: cmake(Qt5LinguistTools)
|
||||||
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(Qt6)
|
BuildRequires: pkgconfig(Qt5)
|
||||||
BuildRequires: pkgconfig(readline)
|
BuildRequires: pkgconfig(readline)
|
||||||
BuildRequires: pkgconfig(taglib)
|
BuildRequires: pkgconfig(taglib)
|
||||||
|
|
||||||
|
|
@ -73,24 +73,14 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdat
|
||||||
%{_datadir}/metainfo/%{name}.appdata.xml
|
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.5-5
|
* Wed Oct 15 2025 Marek Blaha <mblaha@redhat.com> - 4.5-2
|
||||||
- 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
|
||||||
|
|
||||||
* Thu May 15 2025 Marek Blaha <mblaha@redhat.com> - 4.5-1
|
* Tue Oct 14 2025 Marek Blaha <mblaha@redhat.com> - 4.5-1
|
||||||
- Update to version 4.5
|
- Update to version 4.5
|
||||||
|
|
||||||
* Tue Apr 01 2025 Marek Blaha <mblaha@redhat.com> - 4.4-1
|
* Tue May 13 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