From 1a3cfbd5b0483394294cdb7153b3e6702dac7ce0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 3 Feb 2025 09:42:44 +0000 Subject: [PATCH] 4.2.4 --- .abf.yml | 1 + upx.spec | 17 ++++++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.abf.yml b/.abf.yml index 4783bb5..cd006bb 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,3 +1,4 @@ sources: upx-3.95.tar.gz: a716f0311d11a4e727589f3435b27787b929feae + upx-4.2.4-src.tar.xz: 94232affd0ab7b616f2eebf0c005b90abe41ed5b upx-lzma-sdk-3.95.tar.gz: c6a754f3c578d948cd5e7a5d5751e4589566f43d diff --git a/upx.spec b/upx.spec index 9d7776f..b21f3e8 100644 --- a/upx.spec +++ b/upx.spec @@ -1,12 +1,14 @@ Summary: The Ultimate Packer for eXecutables Name: upx -Version: 3.95 -Release: 2 +Version: 4.2.4 +Release: 1 License: GPLv2+ Group: Archiving/Compression -URL: https://upx.github.io/ -Source0: upx-%{version}.tar.gz -Source1: upx-lzma-sdk-%{version}.tar.gz +URL: https://upx.github.io +#Source0: upx-%{version}.tar.gz +#Source1: upx-lzma-sdk-%{version}.tar.gz +Source0: https://github.com/upx/upx/releases/download/v%{version}/%{name}-%{version}-src.tar.xz +BuildRequires: xz BuildRequires: ucl-devel BuildRequires: pkgconfig(zlib) @@ -34,8 +36,9 @@ http://compression.ca/act-exepack.html #---------------------------------------------------------------------------- %prep -%setup -q -n %{name}-%{version} -tar xfz %{SOURCE1} --strip-components=1 -C src/lzma-sdk/ +%setup -q +#-n %{name}-%{version} +#tar xfz %{SOURCE1} --strip-components=1 -C src/lzma-sdk/ %build # building the docs