diff --git a/README.md b/README.md index cbe6f65..04c2d27 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ UPX is a free, portable, extendable, high-performance executable packer for several different executable formats. It achieves an excellent compression ratio and offers very fast decompression. Your executables suffer no memory overhead or other drawbacks for most of the formats supported, because of in-place decompression. + diff --git a/upx.spec b/upx.spec index 93cfcf7..aa4339c 100644 --- a/upx.spec +++ b/upx.spec @@ -1,5 +1,5 @@ Name: upx -Version: 4.2.4 +Version: 5.0.0 Release: 1mamba Summary: An executable packer for several different executable formats Group: Applications/Archiving @@ -18,7 +18,6 @@ BuildRequires: libstdc++6-devel %description UPX is a free, portable, extendable, high-performance executable packer for several different executable formats. It achieves an excellent compression ratio and offers very fast decompression. Your executables suffer no memory overhead or other drawbacks for most of the formats supported, because of in-place decompression. -%debug_package %prep %setup -q @@ -46,6 +45,9 @@ UPX is a free, portable, extendable, high-performance executable packer for seve #%doc BUGS NEWS README README.1ST README.SRC THANKS TODO %changelog +* Fri Feb 21 2025 Automatic Build System 5.0.0-1mamba +- automatic version update by autodist + * Fri May 10 2024 Automatic Build System 4.2.4-1mamba - automatic version update by autodist