Hello community, here is the log from the commit of package libxml2 checked in at Thu Sep 13 18:48:46 CEST 2007. -------- --- libxml2/libxml2.changes 2007-08-28 14:58:26.000000000 +0200 +++ /mounts/work_src_done/STABLE/libxml2/libxml2.changes 2007-09-13 12:27:14.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Sep 13 12:27:10 CEST 2007 - dmueller@suse.de + +- build on s390x + +------------------------------------------------------------------- --- libxml2/libxml2-python.changes 2007-08-20 15:56:19.000000000 +0200 +++ /mounts/work_src_done/STABLE/libxml2/libxml2-python.changes 2007-09-13 12:27:21.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Sep 13 12:27:18 CEST 2007 - dmueller@suse.de + +- build on s390x + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxml2-python.spec ++++++ --- /var/tmp/diff_new_pack.Z32139/_old 2007-09-13 18:48:28.000000000 +0200 +++ /var/tmp/diff_new_pack.Z32139/_new 2007-09-13 18:48:28.000000000 +0200 @@ -14,10 +14,10 @@ BuildRequires: libxml2-devel python-devel License: X11/MIT Group: Development/Libraries/Python -Autoreqprov: on +AutoReqProv: on Summary: Python Bindings for libxml2 Version: 2.6.29 -Release: 21 +Release: 24 Source: libxml2-%{version}.tar.bz2 Source1: rpmlintrc %{py_requires} @@ -50,6 +50,10 @@ %setup -q -n libxml2-%{version} %build +# workaround for 310196 +%ifarch s390 s390x +export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-O2/-O1} +%endif export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure \ --with-fexceptions \ @@ -82,6 +86,8 @@ %{py_sitedir}/* %changelog +* Thu Sep 13 2007 - dmueller@suse.de +- build on s390x * Mon Aug 20 2007 - sbrabec@suse.cz - Commented out NoSource to provide comfortable rebuild. * Tue Jun 05 2007 - prusnak@suse.cz ++++++ libxml2.spec ++++++ --- /var/tmp/diff_new_pack.Z32139/_old 2007-09-13 18:48:28.000000000 +0200 +++ /var/tmp/diff_new_pack.Z32139/_new 2007-09-13 18:48:28.000000000 +0200 @@ -14,10 +14,10 @@ BuildRequires: readline-devel zlib-devel License: X11/MIT Group: System/Libraries -Autoreqprov: on +AutoReqProv: on Summary: A Library to Manipulate XML Files Version: 2.6.29 -Release: 16 +Release: 18 Source: %{name}-%{version}.tar.bz2 Patch0: %{name}-%{version}-printf.patch Patch1: %{name}-%{version}-gcc4.patch @@ -68,7 +68,7 @@ %package devel Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ -Autoreqprov: on +AutoReqProv: on Requires: %{name} = %{version} Requires: zlib-devel readline-devel Requires: glibc-devel @@ -91,6 +91,10 @@ %patch3 %build +# workaround for #310196 +%ifarch s390 s390x +export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-O2/-O1} +%endif export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure \ --with-html-dir=%{_datadir}/doc \ @@ -152,6 +156,8 @@ %{_datadir}/aclocal/libxml.m4 %changelog +* Thu Sep 13 2007 - dmueller@suse.de +- build on s390x * Tue Aug 28 2007 - prusnak@suse.cz - applied some fixes from 2.6.30 to fix regression that prevents the documentation from updating to Beta2 [#300675] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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