commit unzip for openSUSE:Factory
Hello community, here is the log from the commit of package unzip for openSUSE:Factory checked in at Tue Feb 1 15:10:44 CET 2011. -------- --- unzip/unzip.changes 2010-08-30 21:46:55.000000000 +0200 +++ /mounts/work_src_done/STABLE/unzip/unzip.changes 2011-01-28 14:51:03.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Jan 28 13:50:13 UTC 2011 - lnussel@suse.de + +- use dlopen for librcc0. A direct requires causes lots of other + packages to get installed such as aspell which bloats a minimal + install. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unzip.spec ++++++ --- /var/tmp/diff_new_pack.50ZZl2/_old 2011-02-01 15:09:00.000000000 +0100 +++ /var/tmp/diff_new_pack.50ZZl2/_new 2011-02-01 15:09:00.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package unzip (Version 6.00) +# spec file for package unzip # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -20,11 +20,9 @@ Name: unzip License: BSD3c Group: Productivity/Archiving/Compression -Provides: crunzip -Obsoletes: crunzip AutoReqProv: on Version: 6.00 -Release: 2 +Release: 3 %define fileversion 60 Summary: A program to unpack compressed files Source: %{name}%{fileversion}.tar.bz2 @@ -39,6 +37,7 @@ Patch11: unzip-no-build-date.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: librcc-devel +Suggests: librcc0 %description UnZip is an extraction utility for archives compressed in .zip format @@ -65,8 +64,8 @@ %patch11 %build -export RPM_OPT_FLAGS="%optflags -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -fstack-protector -I." -make %{?jobs:-j%jobs} -f unix/Makefile LF2=-lrcc linux_noasm +export RPM_OPT_FLAGS="%optflags -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -fstack-protector -I. -DRCC_LAZY -fno-strict-aliasing" +make %{?jobs:-j%jobs} -f unix/Makefile LF2=-ldl linux_noasm %install mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de