Hello community, here is the log from the commit of package unzip for openSUSE:Factory checked in at Mon May 9 08:58:47 CEST 2011. -------- --- unzip/unzip.changes 2011-01-28 14:51:03.000000000 +0100 +++ /mounts/work_src_done/STABLE/unzip/unzip.changes 2011-05-07 23:18:48.000000000 +0200 @@ -1,0 +2,7 @@ +Sat May 07 23:16:45 UTC 2011 - idoenmez@novell.com + +- Sync our compile time flags with Debian except Acorn stuff, this enables + UTF-8, saves an unrelated warning about lchmod being not implemented. +- Enable make check + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unzip.spec ++++++ --- /var/tmp/diff_new_pack.YkrxZR/_old 2011-05-09 08:49:45.000000000 +0200 +++ /var/tmp/diff_new_pack.YkrxZR/_new 2011-05-09 08:49:45.000000000 +0200 @@ -22,7 +22,7 @@ Group: Productivity/Archiving/Compression AutoReqProv: on Version: 6.00 -Release: 3 +Release: 8 %define fileversion 60 Summary: A program to unpack compressed files Source: %{name}%{fileversion}.tar.bz2 @@ -64,8 +64,16 @@ %patch11 %build -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 +export RPM_OPT_FLAGS="%optflags \ +-D_GNU_SOURCE -DRCC_LAZY -DWILD_STOP_AT_DIR \ +-DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT \ +-DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD \ +-DDATE_FORMAT=DF_YMD -I. -fstack-protector -fno-strict-aliasing" + +make %{?_smp_mflags} -f unix/Makefile LF2="-ldl" linux_noasm + +%check +make -f unix/Makefile check %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