Hello community, here is the log from the commit of package xz for openSUSE:Factory checked in at Tue Sep 27 16:15:22 CEST 2011.
-------- --- xz/xz.changes 2011-09-17 17:20:35.000000000 +0200 +++ /mounts/work_src_done/STABLE/xz/xz.changes 2011-09-27 15:08:40.000000000 +0200 @@ -1,0 +2,14 @@ +Tue Sep 27 13:05:34 UTC 2011 - [email protected] + +- minor fixes of last portability changes: + * decouple do_profiling and lang_package again + * don't define do_factory, just use lang_package instead + * simplify files section + * do_profiling for some more systems + +------------------------------------------------------------------- +Mon Sep 26 15:59:51 UTC 2011 - [email protected] + +- build on SLE_10 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xz.spec ++++++ --- /var/tmp/diff_new_pack.wrfxVc/_old 2011-09-27 16:15:17.000000000 +0200 +++ /var/tmp/diff_new_pack.wrfxVc/_new 2011-09-27 16:15:17.000000000 +0200 @@ -27,10 +27,17 @@ Source: http://tukaani.org/xz/%{name}-%{version}.tar.bz2 Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: pkg-config +BuildRequires: pkgconfig Provides: lzma = %version Obsoletes: lzma < %version + +%if 0%{?suse_version} < 1130 +%define do_profiling 0 +%endif + +%if 0%{?lang_package:1} > 0 Recommends: %name-lang +%endif # avoid bootstrapping problem %define _binary_payload w9.bzdio @@ -52,8 +59,8 @@ * Very similar command line interface to what gzip and bzip2 have. +%{?lang_package} -%lang_package %package -n liblzma5 License: LGPLv2.1+ Summary: LZMA library @@ -80,7 +87,6 @@ %setup -q %build -AUTOPOINT=true autoreconf -fiv %if %{do_profiling} profiledir=$(mktemp -d) trap "rm -rf $profiledir" EXIT @@ -111,14 +117,20 @@ %postun -n liblzma5 -p /sbin/ldconfig +%if 0%{?lang_package:1} > 0 + +%files lang -f %{name}.lang + %files +%else + +%files -f %{name}.lang +%endif %defattr(-, root, root) %_docdir/%name %{_bindir}/* %{_mandir}/man?/* -%files lang -f %{name}.lang - %files -n liblzma5 %defattr(-, root, root) /%{_lib}/lib*.so.5* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
