Compare commits

...
Sign in to create a new pull request.

23 commits

Author SHA1 Message Date
Gwyn Ciesla
713a41261b 5.2.1 2026-08-27 11:44:38 -05:00
Fedora Release Engineering
e201493491 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:14:13 +00:00
Gwyn Ciesla
5920a19d1f 5.2.0 2026-06-11 16:09:18 -05:00
Gwyn Ciesla
b754f99c6e 5.1.1 2026-03-05 14:00:37 -06:00
Fedora Release Engineering
80a41f5966 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 19:39:35 +00:00
Gwyn Ciesla
1bd76fe35a 5.1.0 2026-01-07 09:01:49 -06:00
Fedora Release Engineering
219f40c7e6 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 19:50:11 +00:00
Gwyn Ciesla
3687746bcb 5.0.2 2025-07-21 10:39:44 -05:00
Gwyn Ciesla
80cbb78a38 5.0.1 2025-05-06 13:39:58 -05:00
Gwyn Ciesla
bc853b0baf 5.0.0 2025-02-20 15:44:45 -06:00
Fedora Release Engineering
11aaf600a8 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 13:51:34 +00:00
Gwyn Ciesla
c55bd5c047 Provide bundled lzma-sdk 2024-12-18 12:20:36 -06:00
Miroslav Suchý
4f69debb67 Migrate to SPDX license
Added to https://gitlab.com/fedora/legal/fedora-license-data/-/merge_requests/632

This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4

If there will be no comments in two weeks, I will merge this.
2024-09-11 04:24:29 +00:00
Fedora Release Engineering
443ff99ea1 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 08:21:05 +00:00
Gwyn Ciesla
feef204a79 4.2.4 2024-05-21 10:15:50 -05:00
Gwyn Ciesla
8c6fd343f0 4.2.3 2024-03-28 15:44:25 -05:00
Fedora Release Engineering
dd28888972 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 07:11:53 +00:00
Gwyn Ciesla
107c5480b9 4.2.2 2024-01-04 14:26:18 -06:00
Gwyn Ciesla
ba6186e5c3 4.2.1 2023-11-02 08:21:03 -05:00
Gwyn Ciesla
5ceaf9f235 4.2.0 2023-10-27 11:32:21 -05:00
Gwyn Ciesla
28d7e4faa7 4.1.0 2023-08-09 16:13:25 -05:00
Fedora Release Engineering
ce18ac16de Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 17:12:07 +00:00
Gwyn Ciesla
a7d435f2c1 migrated to SPDX license 2023-03-04 18:49:34 -06:00
3 changed files with 84 additions and 4 deletions

13
.gitignore vendored
View file

@ -14,3 +14,16 @@ lzma465.tar.bz2
/upx-4.0.0-src.tar.xz
/upx-4.0.1-src.tar.xz
/upx-4.0.2-src.tar.xz
/upx-4.1.0-src.tar.xz
/upx-4.2.0-src.tar.xz
/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

View file

@ -1 +1 @@
SHA512 (upx-4.0.2-src.tar.xz) = 0aafbaf97a25e9cd1866d03358f5eceab2c0ba4b2f3acdd58178b41c32af58335b6cb843d83f3398d4ceedc238bfcd95f86a20c38a11d5e4e8af6a28c7e8b82e
SHA512 (upx-5.2.1-src.tar.xz) = 38fa0aa9940d9518df5bf07725ed65391d1a965cac4feace190819e7bd8125e4ed23a3795cf0fb7d4df09fbca66158265ae5774a3c48f5b55e3905fc7b962bc4

View file

@ -1,9 +1,9 @@
Name: upx
Version: 4.0.2
Version: 5.2.1
Release: 1%{?dist}
Summary: Ultimate Packer for eXecutables
License: GPLv2+ 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
@ -37,12 +38,78 @@ rm -f %{buildroot}%{_datadir}/doc/upx/*
%files
%license COPYING LICENSE
%doc NEWS README README.SRC THANKS upx-doc.*
%doc NEWS README README.SRC doc/THANKS.txt upx-doc.*
%{_bindir}/upx
%{_mandir}/man1/upx.1*
%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
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jan 04 2024 Gwyn Ciesla <gwync@protonmail.com> - 4.2.2-1
- 4.2.2
* Thu Nov 02 2023 Gwyn Ciesla <gwync@protonmail.com> - 4.2.1-1
- 4.2.1
* Fri Oct 27 2023 Gwyn Ciesla <gwync@protonmail.com> - 4.2.0-1
- 4.2.0
* Wed Aug 09 2023 Gwyn Ciesla <gwync@protonmail.com> - 4.1.0-1
- 4.1.0
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sun Mar 05 2023 Gwyn Ciesla <gwync@protonmail.com> - 4.0.2-2
- migrated to SPDX license
* Wed Feb 01 2023 Gwyn Ciesla <gwync@protonmail.com> - 4.0.2-1
- 4.0.2