Hello community, here is the log from the commit of package gcc42 checked in at Sun May 20 11:04:43 CEST 2007. -------- --- gcc42/cross-avr-gcc42.changes 2007-05-08 13:44:50.000000000 +0200 +++ /mounts/work_src_done/STABLE/gcc42/cross-avr-gcc42.changes 2007-05-19 19:07:02.000000000 +0200 @@ -1,0 +2,6 @@ +Fri May 18 14:13:26 CEST 2007 - rguenther@suse.de + +- Update to GCC 4.2.0 release on suse-gcc-4_2-branch. +- Enable profiledbootstrap where possible. + +------------------------------------------------------------------- gcc42.changes: same change libgcj42.changes: same change Old: ---- gcc-4.2.0-20070506.tar.bz2 New: ---- gcc-4.2.0-20070514.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cross-avr-gcc42.spec ++++++ --- /var/tmp/diff_new_pack.vK9424/_old 2007-05-20 11:03:50.000000000 +0200 +++ /var/tmp/diff_new_pack.vK9424/_new 2007-05-20 11:03:50.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package cross-avr-gcc42 (Version 4.2.0_20070506) +# spec file for package cross-avr-gcc42 (Version 4.2.0_20070514) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -26,7 +26,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc URL: http://gcc.gnu.org/ License: BSD License and BSD-like, GNU General Public License (GPL) -Version: 4.2.0_20070506 +Version: 4.2.0_20070514 Release: 1 %define gcc_version %(echo %version | sed 's/_.*//') %define snapshot_date %(echo %version | sed 's/[34]\.[0-4]\.[0-6]//' | sed 's/_/-/') @@ -286,6 +286,9 @@ %{_prefix} %changelog +* Fri May 18 2007 - rguenther@suse.de +- Update to GCC 4.2.0 release on suse-gcc-4_2-branch. +- Enable profiledbootstrap where possible. * Tue May 08 2007 - rguenther@suse.de - Update to SVN branch head (r124501). - Add unzip BuildRequires for building libjava. ++++++ gcc42.spec ++++++ --- /var/tmp/diff_new_pack.vK9424/_old 2007-05-20 11:03:50.000000000 +0200 +++ /var/tmp/diff_new_pack.vK9424/_new 2007-05-20 11:03:50.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gcc42 (Version 4.2.0_20070506) +# spec file for package gcc42 (Version 4.2.0_20070514) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -102,7 +102,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc URL: http://gcc.gnu.org/ License: GNU General Public License (GPL) -Version: 4.2.0_20070506 +Version: 4.2.0_20070514 Release: 1 %define gcc_version %(echo %version | sed 's/_.*//') %define snapshot_date %(echo %version | sed 's/[34]\.[0-4]\.[0-6]//' | sed 's/_/-/') @@ -1099,11 +1099,11 @@ --host=%{GCCDIST} # COMMON-END # Only run profiled bootstrap on archs where it works -#%ifarch %ix86 x86_64 ppc ppc64 ia64 -#make profiledbootstrap BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL -#%else +%ifarch %ix86 x86_64 ppc ppc64 ia64 +make profiledbootstrap BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL +%else make bootstrap-lean BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL -#%endif +%endif #make -C gcc proto make info %if %{run_tests} @@ -1935,6 +1935,9 @@ %endif %changelog +* Fri May 18 2007 - rguenther@suse.de +- Update to GCC 4.2.0 release on suse-gcc-4_2-branch. +- Enable profiledbootstrap where possible. * Tue May 08 2007 - rguenther@suse.de - Update to SVN branch head (r124501). - Add unzip BuildRequires for building libjava. ++++++ libgcj42.spec ++++++ --- /var/tmp/diff_new_pack.vK9424/_old 2007-05-20 11:03:50.000000000 +0200 +++ /var/tmp/diff_new_pack.vK9424/_new 2007-05-20 11:03:50.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package libgcj42 (Version 4.2.0_20070506) +# spec file for package libgcj42 (Version 4.2.0_20070514) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -114,7 +114,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc Url: http://gcc.gnu.org/ License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) -Version: 4.2.0_20070506 +Version: 4.2.0_20070514 Release: 1 %define gcc_version %(echo %version | sed 's/_.*//') %define snapshot_date %(echo %version | sed 's/[34]\.[0-4]\.[0-6]//' | sed 's/_/-/') @@ -586,11 +586,11 @@ --host=%{GCCDIST} # COMMON-END # Only run profiled bootstrap on archs where it works -#%ifarch %ix86 x86_64 ppc ppc64 ia64 -#make profiledbootstrap BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL -#%else +%ifarch %ix86 x86_64 ppc ppc64 ia64 +make profiledbootstrap BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL +%else make bootstrap-lean BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL -#%endif +%endif #make -C gcc proto make info %if %{run_tests} @@ -929,6 +929,9 @@ %endif %changelog +* Fri May 18 2007 - rguenther@suse.de +- Update to GCC 4.2.0 release on suse-gcc-4_2-branch. +- Enable profiledbootstrap where possible. * Tue May 08 2007 - rguenther@suse.de - Update to SVN branch head (r124501). - Add unzip BuildRequires for building libjava. ++++++ gcc-4.2.0-20070506.tar.bz2 -> gcc-4.2.0-20070514.tar.bz2 ++++++ gcc42/gcc-4.2.0-20070506.tar.bz2 /mounts/work_src_done/STABLE/gcc42/gcc-4.2.0-20070514.tar.bz2 differ: byte 11, line 1 ++++++ gcc.spec.in ++++++ --- gcc42/gcc.spec.in 2007-05-08 13:44:03.000000000 +0200 +++ /mounts/work_src_done/STABLE/gcc42/gcc.spec.in 2007-05-19 19:06:52.000000000 +0200 @@ -117,7 +117,7 @@ URL: http://gcc.gnu.org/ License: GPL -Version: 4.2.0_20070506 +Version: 4.2.0_20070514 Release: 1 %define gcc_version %(echo %version | sed 's/_.*//') %define snapshot_date %(echo %version | sed 's/[34]\.[0-4]\.[0-6]//' | sed 's/_/-/') @@ -848,11 +848,11 @@ # COMMON-END # Only run profiled bootstrap on archs where it works -#%ifarch %ix86 x86_64 ppc ppc64 ia64 -#make profiledbootstrap BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL -#%else +%ifarch %ix86 x86_64 ppc ppc64 ia64 +make profiledbootstrap BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL +%else make bootstrap-lean BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL -#%endif +%endif #make -C gcc proto make info %if %{run_tests} ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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