Hello community, here is the log from the commit of package ocaml checked in at Wed Nov 28 23:45:46 CET 2007. -------- --- ocaml/ocaml.changes 2007-11-04 14:37:11.000000000 +0100 +++ /mounts/work_src_done/STABLE/ocaml/ocaml.changes 2007-11-28 18:45:55.805367000 +0100 @@ -1,0 +2,5 @@ +Wed Nov 28 18:25:00 CET 2007 - ro@suse.de + +- added -O0 to optflags for now on x86 (#343760) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml.spec ++++++ --- /var/tmp/diff_new_pack.Y14900/_old 2007-11-28 23:45:24.000000000 +0100 +++ /var/tmp/diff_new_pack.Y14900/_new 2007-11-28 23:45:24.000000000 +0100 @@ -16,7 +16,7 @@ Group: Development/Languages/Other AutoReqProv: on Version: 3.09.3 -Release: 51 +Release: 58 %define doc_version 3.09 Source0: ftp://ftp.inria.fr/lang/caml-light/ocaml-%{version}.tar.bz2 Source1: ftp://ftp.inria.fr/lang/caml-light/ocaml-%{doc_version}-refman.html.tar.bz2 @@ -185,6 +185,9 @@ find -name ".cvsignore" | xargs -r rm -f %build +%ifarch %ix86 +export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -O0" +%endif ./configure -bindir %{_bindir} \ -libdir %{_libdir}/ocaml \ -mandir %{_mandir} \ @@ -296,7 +299,10 @@ %dir %{_datadir}/emacs/site-lisp %{_datadir}/emacs/site-lisp/* %{_bindir}/ocamltags + %changelog +* Wed Nov 28 2007 - ro@suse.de +- added -O0 to optflags for now on x86 (#343760) * Sun Nov 04 2007 - ro@suse.de - updated rpmlintrc * Fri Jun 15 2007 - ro@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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