New version 3.91

This commit is contained in:
Andrey Bondrov 2014-07-21 21:47:24 +11:00
parent 014c6ee86e
commit a7a9e8167e
2 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
upx-3.09-src.tar.bz2: df474a9909e6697a4d3240767c34e2dcb39002c1 upx-3.91-src.tar.bz2: da962c0affb27eae11aa9b6fbd751c3699717b36

View file

@ -1,7 +1,7 @@
Summary: The Ultimate Packer for eXecutables Summary: The Ultimate Packer for eXecutables
Name: upx Name: upx
Version: 3.09 Version: 3.91
Release: 2 Release: 3
License: GPLv2+ License: GPLv2+
Group: Archiving/Compression Group: Archiving/Compression
URL: http://upx.sourceforge.net/ URL: http://upx.sourceforge.net/
@ -39,7 +39,7 @@ http://compression.ca/act-exepack.html
# building the docs # building the docs
%make -C doc %make -C doc
export UCLDIR=%{_prefix} export UCLDIR=%{_prefix}
%make -C src CXXFLAGS="%{optflags} -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings" %make -C src CXXFLAGS="%{optflags} -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings" CXX="%__cxx"
%install %install
install -d %{buildroot}%{_bindir} install -d %{buildroot}%{_bindir}