epel9
Gwyn Ciesla 2 years ago
parent 4cf0951da3
commit 4c9de42a26

1
.gitignore vendored

@ -28,3 +28,4 @@ transmission-2.04.tar.xz
/transmission-3.00.tar.xz
/transmission-4.0.0.tar.xz
/transmission-4.0.1.tar.xz
/transmission-4.0.2.tar.xz

@ -1 +1 @@
SHA512 (transmission-4.0.1.tar.xz) = a0226c96b08fd7be7cb9763132e36e59a4f84d67277c345860ac5a2e685ec0d5f2e8b3fe1e2d090e1180499518084de99387b822bb6dbdc1b7cb076d9a99ce05
SHA512 (transmission-4.0.2.tar.xz) = 84784e0c06d4595674710dbc3caac545e0bcf69bef44f2d681ed80ed6722dbb24fc4b8cba39dd957e0e3a276b6b664f8a938087d930f633ebfe9af16e7afcbf4

@ -1,8 +1,8 @@
%global _hardened_build 1
Name: transmission
Version: 4.0.1
Release: 2%{?dist}
Version: 4.0.2
Release: 1%{?dist}
Summary: A lightweight GTK+ BitTorrent client
# See COPYING. This licensing situation is... special.
License: MIT MIT GPL-2.0-only
@ -180,6 +180,9 @@ desktop-file-install \
%doc %{_mandir}/man1/transmission-qt.*
%changelog
* Thu Mar 16 2023 Gwyn Ciesla <gwync@protonmail.com> - 4.0.2-1
- 4.0.2
* Sun Mar 05 2023 Gwyn Ciesla <gwync@protonmail.com> - 4.0.1-2
- migrated to SPDX license

Loading…
Cancel
Save