Hello community, here is the log from the commit of package upx for openSUSE:Factory checked in at 2013-03-26 14:13:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/upx (Old) and /work/SRC/openSUSE:Factory/.upx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "upx", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/upx/upx.changes 2012-03-26 14:03:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.upx.new/upx.changes 2013-03-26 14:13:15.000000000 +0100 @@ -1,0 +2,8 @@ +Mon Mar 25 17:25:48 UTC 2013 - [email protected] + +- Update to version 3.09 + * New option --preserve-build-id for GNU ELF. + * Allow zero-filled final page in PackUnix::canUnpack(). + * Bug fixes. + +------------------------------------------------------------------- Old: ---- upx-3.08-src.tar.bz2 New: ---- upx-3.09-src.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ upx.spec ++++++ --- /var/tmp/diff_new_pack.iZua4J/_old 2013-03-26 14:13:16.000000000 +0100 +++ /var/tmp/diff_new_pack.iZua4J/_new 2013-03-26 14:13:16.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package upx # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,18 @@ Name: upx -BuildRequires: gcc-c++ -BuildRequires: libucl1-devel -BuildRequires: zlib-devel -Version: 3.08 +Version: 3.09 Release: 0 -Source: http://upx.sourceforge.net/download/%{name}-%{version}-src.tar.bz2 -Patch0: %{name}-3.03_ia64-endianity.patch -Url: http://upx.sourceforge.net/ -BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: The Ultimate Packer for eXecutables License: GPL-2.0+ Group: Development/Tools/Other +Url: http://upx.sourceforge.net/ +Source: http://upx.sourceforge.net/download/%{name}-%{version}-src.tar.bz2 +Patch0: %{name}-3.03_ia64-endianity.patch +BuildRequires: gcc-c++ +BuildRequires: libucl1-devel +BuildRequires: zlib-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description UPX is a free, portable, extendable, high-performance executable packer @@ -36,12 +36,6 @@ compression ratio and offers very fast decompression. Your executables suffer no memory overhead or other drawbacks. - - -Authors: --------- - Markus F.X.J. Oberhumer <[email protected]> - %prep %setup -q -n %{name}-%{version}-src %patch0 @@ -51,22 +45,18 @@ %build export UPX_UCLDIR=%{_prefix} -make -C src CXXFLAGS="$RPM_OPT_FLAGS" +make -C src CXXFLAGS="%{optflags}" make -C doc %install -mkdir -p $RPM_BUILD_ROOT%{_prefix}/bin $RPM_BUILD_ROOT%{_mandir}/man1 -cp -a $RPM_BUILD_DIR/%{name}-%{version}-src/src/upx.out $RPM_BUILD_ROOT%{_prefix}/bin/upx -cp -a $RPM_BUILD_DIR/%{name}-%{version}-src/doc/upx.1 $RPM_BUILD_ROOT%{_mandir}/man1 - -%clean -[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT +install -D -m 0755 src/upx.out %{buildroot}%{_bindir}/upx +install -D -m 0644 doc/upx.1 %{buildroot}%{_mandir}/man1/upx.1 %files %defattr(-, root, root) %doc BUGS COPYING LICENSE NEWS PROJECTS README README.SRC THANKS %doc doc/upx.html %doc %{_mandir}/man1/* -%{_prefix}/bin/* +%{_bindir}/* %changelog ++++++ upx-3.08-src.tar.bz2 -> upx-3.09-src.tar.bz2 ++++++ ++++ 9873 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
