Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
713a41261b | ||
|
|
e201493491 | ||
|
|
5920a19d1f | ||
|
|
b754f99c6e | ||
|
|
80a41f5966 | ||
|
|
1bd76fe35a | ||
|
|
219f40c7e6 | ||
|
|
3687746bcb | ||
|
|
80cbb78a38 | ||
|
|
bc853b0baf | ||
|
|
11aaf600a8 | ||
|
|
c55bd5c047 | ||
|
|
4f69debb67 | ||
|
|
443ff99ea1 | ||
|
|
feef204a79 |
3 changed files with 54 additions and 3 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -19,3 +19,11 @@ lzma465.tar.bz2
|
|||
/upx-4.2.1-src.tar.xz
|
||||
/upx-4.2.2-src.tar.xz
|
||||
/upx-4.2.3-src.tar.xz
|
||||
/upx-4.2.4-src.tar.xz
|
||||
/upx-5.0.0-src.tar.xz
|
||||
/upx-5.0.1-src.tar.xz
|
||||
/upx-5.0.2-src.tar.xz
|
||||
/upx-5.1.0-src.tar.xz
|
||||
/upx-5.1.1-src.tar.xz
|
||||
/upx-5.2.0-src.tar.xz
|
||||
/upx-5.2.1-src.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (upx-4.2.3-src.tar.xz) = b9ebda5d3372132bb861e0dd035829b16e4c06900f68af182895f17975493707d78cbabc63060e581de1ce149bb5129d883f6e6abcde0413c0bf474db919f5fd
|
||||
SHA512 (upx-5.2.1-src.tar.xz) = 38fa0aa9940d9518df5bf07725ed65391d1a965cac4feace190819e7bd8125e4ed23a3795cf0fb7d4df09fbca66158265ae5774a3c48f5b55e3905fc7b962bc4
|
||||
|
|
|
|||
47
upx.spec
47
upx.spec
|
|
@ -1,9 +1,9 @@
|
|||
Name: upx
|
||||
Version: 4.2.3
|
||||
Version: 5.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Ultimate Packer for eXecutables
|
||||
|
||||
License: GPL-2.0-or-later AND Public Domain
|
||||
License: GPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain
|
||||
URL: https://github.com/upx/upx
|
||||
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}-src.tar.xz
|
||||
|
||||
|
|
@ -13,6 +13,7 @@ BuildRequires: cmake
|
|||
BuildRequires: ucl-devel >= 1.01
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: perl-podlators
|
||||
Provides: bundled(lzma-sdk) = 4.43
|
||||
|
||||
%description
|
||||
UPX is a free, portable, extendable, high-performance executable
|
||||
|
|
@ -43,6 +44,48 @@ rm -f %{buildroot}%{_datadir}/doc/upx/*
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 27 2026 Gwyn Ciesla <gwync@protonmail.com> - 5.2.1-1
|
||||
- 5.2.1
|
||||
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Thu Jun 11 2026 Gwyn Ciesla <gwync@protonmail.com> - 5.2.0-1
|
||||
- 5.2.0
|
||||
|
||||
* Thu Mar 05 2026 Gwyn Ciesla <gwync@protonmail.com> - 5.1.1-1
|
||||
- 5.1.1
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Jan 07 2026 Gwyn Ciesla <gwync@protonmail.com> - 5.1.0-1
|
||||
- 5.1.0
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon Jul 21 2025 Gwyn Ciesla <gwync@protonmail.com> - 5.0.2-1
|
||||
- 5.0.2
|
||||
|
||||
* Tue May 06 2025 Gwyn Ciesla <gwync@protonmail.com> - 5.0.1-1
|
||||
- 5.0.1
|
||||
|
||||
* Thu Feb 20 2025 Gwyn Ciesla <gwync@protonmail.com> - 5.0.0-1
|
||||
- 5.0.0
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Dec 18 2024 Gwyn Ciesla <gwync@protonmail.com> - 4.2.4-3
|
||||
- Provide bundled lzma-sdk
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Tue May 21 2024 Gwyn Ciesla <gwync@protonmail.com> - 4.2.4-1
|
||||
- 4.2.4
|
||||
|
||||
* Thu Mar 28 2024 Gwyn Ciesla <gwync@protonmail.com> - 4.2.3-1
|
||||
- 4.2.3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue