qbittorrent: update to 4.6.6

This commit is contained in:
Raven 2024-08-25 08:54:06 +06:00
parent a3f4811e5d
commit 711ad4ee76

View File

@ -14,7 +14,7 @@
Name: qbittorrent Name: qbittorrent
Summary: A Bittorrent Client Summary: A Bittorrent Client
Epoch: 1 Epoch: 1
Version: 4.6.4 Version: 4.6.6
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
URL: https://www.qbittorrent.org URL: https://www.qbittorrent.org
@ -48,7 +48,7 @@ BuildRequires: qt5-linguist
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)
BuildRequires: rb_libtorrent-devel >= 1.2.12 BuildRequires: rb_libtorrent-devel >= 1.2.12
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: boost-devel >= 1.60 BuildRequires: boost1.81-devel
BuildRequires: libappstream-glib BuildRequires: libappstream-glib
Requires: python3 Requires: python3
@ -123,13 +123,13 @@ desktop-file-install \
--dir=%{buildroot}%{_datadir}/applications/ \ --dir=%{buildroot}%{_datadir}/applications/ \
%{buildroot}%{_datadir}/applications/org.qbittorrent.qBittorrent.desktop %{buildroot}%{_datadir}/applications/org.qbittorrent.qBittorrent.desktop
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.qbittorrent.qBittorrent.appdata.xml #appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.qbittorrent.qBittorrent.metainfo.xml
%files %files
%license COPYING %license COPYING
%doc README.md AUTHORS Changelog %doc README.md AUTHORS Changelog
%{_bindir}/qbittorrent %{_bindir}/qbittorrent
%{_metainfodir}/org.qbittorrent.qBittorrent.appdata.xml %{_metainfodir}/org.qbittorrent.qBittorrent.metainfo.xml
%{_datadir}/applications/org.qbittorrent.qBittorrent.desktop %{_datadir}/applications/org.qbittorrent.qBittorrent.desktop
%{_datadir}/icons/hicolor/*/apps/qbittorrent.* %{_datadir}/icons/hicolor/*/apps/qbittorrent.*
%{_datadir}/icons/hicolor/*/status/qbittorrent-tray* %{_datadir}/icons/hicolor/*/status/qbittorrent-tray*
@ -143,6 +143,18 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.qbittorren
%{_mandir}/man1/qbittorrent-nox.1* %{_mandir}/man1/qbittorrent-nox.1*
%changelog %changelog
* Wed Aug 21 2024 Raven <raven@sysadmins.ws> - 1:4.6.6-1
- Update to 4.6.6
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 1:4.6.5-2
- rebuilt for qt6 (el8)
* Tue May 28 2024 Raven <raven@sysadmins.ws> - 1:4.6.5-1
- Update to 4.6.5
* Fri May 17 2024 Raven <raven@sysadmins.ws> - 1:4.6.4-2
- rebuilt for new qt6 (el8)
* Mon Mar 25 2024 Raven <raven@sysadmins.ws> - 1:4.6.4-1 * Mon Mar 25 2024 Raven <raven@sysadmins.ws> - 1:4.6.4-1
- Update to 4.6.4 - Update to 4.6.4
- use the same compiler - use the same compiler