commit gcc5 for openSUSE:Factory

2016-09-17 Thread h_root
Hello community,

here is the log from the commit of package gcc5 for openSUSE:Factory checked in 
at 2016-09-17 14:35:36

Comparing /work/SRC/openSUSE:Factory/gcc5 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc5.new (New)


Package is "gcc5"

Changes:

--- /work/SRC/openSUSE:Factory/gcc5/cross-aarch64-gcc5.changes  2016-04-22 
16:16:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc5.new/cross-aarch64-gcc5.changes 
2016-09-17 14:35:38.0 +0200
@@ -1,0 +2,21 @@
+Wed Sep 14 10:13:03 UTC 2016 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r240125).
+- Refresh gcc-dir-version.patch
+
+---
+Fri Sep  9 10:47:38 UTC 2016 - stbueh...@web.de
+
+- fix 2 issues with libffi and mmap protection
+  - fix race condition
+  - check for PaX MPROTECT
+  - make PaX EMUTRAMP experimental, disabling it
+  - adds gcc5-libffi-pax.patch and gcc5-libffi-race-condition.patch
+
+---
+Fri Jun  3 11:31:18 UTC 2016 - rguent...@suse.com
+
+- Update to GCC 5.4 release.
+- Enable profiledbootstrap for x86_64, ppc64le, s390x and aarch64.
+
+---
cross-armv6hl-gcc5.changes: same change
cross-armv7hl-gcc5.changes: same change
cross-avr-gcc5.changes: same change
cross-i386-gcc5.changes: same change
cross-m68k-gcc5.changes: same change
cross-ppc64-gcc5.changes: same change
cross-ppc64le-gcc5.changes: same change
cross-s390-gcc5.changes: same change
cross-s390x-gcc5.changes: same change
cross-sparc-gcc5.changes: same change
cross-sparc64-gcc5.changes: same change
cross-x86_64-gcc5.changes: same change
gcc5-testresults.changes: same change
gcc5.changes: same change
libffi-gcc5.changes: same change
libgcj-gcc5.changes: same change

Old:

  gcc-5.3.1-r234891.tar.bz2

New:

  gcc-5.4.1-r240125.tar.bz2
  gcc5-libffi-pax.patch
  gcc5-libffi-race-condition.patch



Other differences:
--
++ cross-aarch64-gcc5.spec ++
--- /var/tmp/diff_new_pack.1WejUW/_old  2016-09-17 14:35:49.0 +0200
+++ /var/tmp/diff_new_pack.1WejUW/_new  2016-09-17 14:35:49.0 +0200
@@ -114,7 +114,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:5.3.1+r234891
+Version:5.4.1+r240125
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
@@ -151,6 +151,9 @@
 Patch61:gcc44-rename-info-files.patch
 # Some libgo patches
 Patch70:gcc5-libgo-fix-certificates-lookup.patch
+# https://github.com/libffi/libffi/pull/282
+Patch100:   gcc5-libffi-pax.patch
+Patch101:   gcc5-libffi-race-condition.patch
 
 #testpatch end
 
@@ -228,6 +231,8 @@
 %patch60
 %patch61
 %patch70
+%patch100 -p1
+%patch101 -p1
 
 #test patching end
 

cross-armv6hl-gcc5.spec: same change
cross-armv7hl-gcc5.spec: same change
cross-avr-gcc5.spec: same change
cross-i386-gcc5.spec: same change
cross-m68k-gcc5.spec: same change
cross-ppc64-gcc5.spec: same change
cross-ppc64le-gcc5.spec: same change
cross-s390-gcc5.spec: same change
cross-s390x-gcc5.spec: same change
cross-sparc-gcc5.spec: same change
cross-sparc64-gcc5.spec: same change
cross-x86_64-gcc5.spec: same change
++ gcc5-testresults.spec ++
--- /var/tmp/diff_new_pack.1WejUW/_old  2016-09-17 14:35:49.0 +0200
+++ /var/tmp/diff_new_pack.1WejUW/_new  2016-09-17 14:35:49.0 +0200
@@ -258,7 +258,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:5.3.1+r234891
+Version:5.4.1+r240125
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
@@ -333,6 +333,9 @@
 Patch61:gcc44-rename-info-files.patch
 # Some libgo patches
 Patch70:gcc5-libgo-fix-certificates-lookup.patch
+# https://github.com/libffi/libffi/pull/282
+Patch100:   gcc5-libffi-pax.patch
+Patch101:   gcc5-libffi-race-condition.patch
 
 #testpatch end
 
@@ -461,6 +464,8 @@
 %patch60
 %patch61
 %patch70
+%patch100 -p1
+%patch101 -p1
 
 #test patching end
 
@@ -768,11 +773,11 @@
 %else
 STAGE1_FLAGS="-g"
 # Only run profiled bootstrap on archs where it works and matters
-#%ifarch x86_64 ppc64le s390x
-#make profiledbootstrap STAGE1_CFLAGS="$STAGE1_FLAGS" 
BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL
-#%else
+%ifarch x86_64 ppc64le s390x aarch64
+make profiledbootstrap STAGE1_CFLAGS="$STAGE1_FLAGS" 
BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL
+%else
 make STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL
-#%endif
+%endif
 make info
 %if 

commit gcc5 for openSUSE:Factory

2016-04-22 Thread h_root
Hello community,

here is the log from the commit of package gcc5 for openSUSE:Factory checked in 
at 2016-04-22 16:16:10

Comparing /work/SRC/openSUSE:Factory/gcc5 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc5.new (New)


Package is "gcc5"

Changes:

--- /work/SRC/openSUSE:Factory/gcc5/cross-aarch64-gcc5.changes  2016-03-31 
13:02:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc5.new/cross-aarch64-gcc5.changes 
2016-04-22 16:16:12.0 +0200
@@ -1,0 +2,12 @@
+Wed Apr 13 08:58:23 UTC 2016 - rguent...@suse.com
+
+- Enable Ada for ppc64le and aarch64.
+
+---
+Tue Apr 12 08:16:29 UTC 2016 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r234891).
+  * Adds fix for PPC isinf simplification interaction with GNUlibs
+LDBL_MAX value.  [bnc#969323]
+
+---
cross-armv6hl-gcc5.changes: same change
cross-armv7hl-gcc5.changes: same change
cross-avr-gcc5.changes: same change
cross-i386-gcc5.changes: same change
cross-m68k-gcc5.changes: same change
cross-ppc64-gcc5.changes: same change
cross-ppc64le-gcc5.changes: same change
cross-s390-gcc5.changes: same change
cross-s390x-gcc5.changes: same change
cross-sparc-gcc5.changes: same change
cross-sparc64-gcc5.changes: same change
cross-x86_64-gcc5.changes: same change
gcc5-testresults.changes: same change
gcc5.changes: same change
libffi-gcc5.changes: same change
libgcj-gcc5.changes: same change

Old:

  gcc-5.3.1-r233831.tar.bz2

New:

  gcc-5.3.1-r234891.tar.bz2



Other differences:
--
++ cross-aarch64-gcc5.spec ++
--- /var/tmp/diff_new_pack.Q0nhuY/_old  2016-04-22 16:16:18.0 +0200
+++ /var/tmp/diff_new_pack.Q0nhuY/_new  2016-04-22 16:16:18.0 +0200
@@ -114,7 +114,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:5.3.1+r233831
+Version:5.3.1+r234891
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)

cross-armv6hl-gcc5.spec: same change
cross-armv7hl-gcc5.spec: same change
cross-avr-gcc5.spec: same change
cross-i386-gcc5.spec: same change
cross-m68k-gcc5.spec: same change
cross-ppc64-gcc5.spec: same change
cross-ppc64le-gcc5.spec: same change
cross-s390-gcc5.spec: same change
cross-s390x-gcc5.spec: same change
cross-sparc-gcc5.spec: same change
cross-sparc64-gcc5.spec: same change
cross-x86_64-gcc5.spec: same change
++ gcc5-testresults.spec ++
--- /var/tmp/diff_new_pack.Q0nhuY/_old  2016-04-22 16:16:18.0 +0200
+++ /var/tmp/diff_new_pack.Q0nhuY/_new  2016-04-22 16:16:18.0 +0200
@@ -38,7 +38,11 @@
 # Ada currently fails to build on a few platforms, enable it only
 # on those that work
 %if %{suse_version} >= 1310
+%if %{suse_version} >= 1330
+%define ada_arch %ix86 x86_64 ppc ppc64 ppc64le s390 ia64 aarch64
+%else
 %define ada_arch %ix86 x86_64 ppc ppc64 s390 ia64
+%endif
 %else
 %define ada_arch %ix86 x86_64 ppc s390 ia64
 %endif
@@ -192,7 +196,7 @@
 BuildRequires:  isl-devel
 %endif
 %if %{build_ada}
-%if %{suse_version} > 1330
+%if %{suse_version} >= 1330
 %define hostsuffix %{binsuffix}
 BuildRequires:  gcc5-ada
 %else
@@ -254,7 +258,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:5.3.1+r233831
+Version:5.3.1+r234891
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)

gcc5.spec: same change
libffi-gcc5.spec: same change
libgcj-gcc5.spec: same change

++ gcc-5.3.1-r233831.tar.bz2 -> gcc-5.3.1-r234891.tar.bz2 ++
/work/SRC/openSUSE:Factory/gcc5/gcc-5.3.1-r233831.tar.bz2 
/work/SRC/openSUSE:Factory/.gcc5.new/gcc-5.3.1-r234891.tar.bz2 differ: char 11, 
line 1

++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.Q0nhuY/_old  2016-04-22 16:16:18.0 +0200
+++ /var/tmp/diff_new_pack.Q0nhuY/_new  2016-04-22 16:16:18.0 +0200
@@ -22,7 +22,11 @@
 # Ada currently fails to build on a few platforms, enable it only
 # on those that work
 %if %{suse_version} >= 1310
+%if %{suse_version} >= 1330
+%define ada_arch %ix86 x86_64 ppc ppc64 ppc64le s390 ia64 aarch64
+%else
 %define ada_arch %ix86 x86_64 ppc ppc64 s390 ia64
+%endif
 %else
 %define ada_arch %ix86 x86_64 ppc s390 ia64
 %endif
@@ -179,7 +183,7 @@
 BuildRequires: isl-devel
 %endif
 %if %{build_ada}
-%if %{suse_version} > 1330
+%if %{suse_version} >= 1330
 %define hostsuffix %{binsuffix}
 BuildRequires: gcc@base_ver@-ada
 %else
@@ -242,7 +246,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:  

commit gcc5 for openSUSE:Factory

2016-03-31 Thread h_root
Hello community,

here is the log from the commit of package gcc5 for openSUSE:Factory checked in 
at 2016-03-31 13:02:13

Comparing /work/SRC/openSUSE:Factory/gcc5 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc5.new (New)


Package is "gcc5"

Changes:

--- /work/SRC/openSUSE:Factory/gcc5/cross-aarch64-gcc5.changes  2016-02-08 
09:47:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.gcc5.new/cross-aarch64-gcc5.changes 
2016-03-31 13:02:14.0 +0200
@@ -1,0 +2,17 @@
+Tue Mar 15 13:13:53 UTC 2016 - rguent...@suse.com
+
+- Honor %disable_32bit forcing multilib disable.
+
+---
+Mon Mar  7 13:41:36 UTC 2016 - rguent...@suse.com
+
+- Add gcc5-aarch64-libffi.patch to revert accidential libffi ABI
+  breakage on AARCH64.  [bnc#968771]
+
+---
+Tue Mar  1 11:00:11 UTC 2016 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r233831).
+  * Includes fixes for [bnc#966220], [bnc#962765] and [bnc#964468].
+
+---
cross-armv6hl-gcc5.changes: same change
cross-armv7hl-gcc5.changes: same change
cross-avr-gcc5.changes: same change
cross-i386-gcc5.changes: same change
cross-m68k-gcc5.changes: same change
cross-ppc64-gcc5.changes: same change
cross-ppc64le-gcc5.changes: same change
cross-s390-gcc5.changes: same change
cross-s390x-gcc5.changes: same change
cross-sparc-gcc5.changes: same change
cross-sparc64-gcc5.changes: same change
cross-x86_64-gcc5.changes: same change
gcc5-testresults.changes: same change
gcc5.changes: same change
libffi-gcc5.changes: same change
libgcj-gcc5.changes: same change

Old:

  gcc-5.3.1-r231346.tar.bz2

New:

  gcc-5.3.1-r233831.tar.bz2
  gcc5-aarch64-libffi.patch



Other differences:
--
++ cross-aarch64-gcc5.spec ++
--- /var/tmp/diff_new_pack.0nWXYf/_old  2016-03-31 13:02:24.0 +0200
+++ /var/tmp/diff_new_pack.0nWXYf/_new  2016-03-31 13:02:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cross-aarch64-gcc5
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -114,7 +114,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:5.3.1+r231346
+Version:5.3.1+r233831
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
@@ -142,6 +142,7 @@
 Patch8: gcc5-libsanitize-aarch64-va42.patch
 Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
 Patch10:gcc5-no-return-gcc43-workaround.patch
+Patch11:gcc5-aarch64-libffi.patch
 # A set of patches from the RH srpm
 Patch50:gcc41-java-slow_pthread_self.patch
 Patch51:gcc41-ppc32-retaddr.patch
@@ -178,7 +179,11 @@
 %else
 %define TARGET_ARCH %(echo %{_target_cpu} | sed -e 
"s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;")
 %endif
+%if 0%{?disable_32bit:1}
+%define biarch 0
+%else
 %define biarch %(case " %{biarch_targets} " in (*" %{TARGET_ARCH} "*) echo 1;; 
(*) echo 0;; esac)
+%endif
 
 %define HOST_ARCH %(echo %{_host_cpu} | sed -e 
"s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;")
 %ifarch ppc
@@ -215,6 +220,9 @@
 %patch9
 %endif
 %patch10
+%if %{suse_version} <= 1320
+%patch11
+%endif
 %patch50
 %patch51
 %patch60
@@ -399,6 +407,9 @@
 %endif
--enable-linux-futex \
--program-suffix=%{binsuffix} \
+%if 0%{?disable_32bit:1}
+   --disable-multilib \
+%endif
 %if 0%{!?gcc_target_arch:1}
 %ifarch ia64
--with-system-libunwind \

cross-armv6hl-gcc5.spec: same change
cross-armv7hl-gcc5.spec: same change
cross-avr-gcc5.spec: same change
cross-i386-gcc5.spec: same change
cross-m68k-gcc5.spec: same change
cross-ppc64-gcc5.spec: same change
cross-ppc64le-gcc5.spec: same change
cross-s390-gcc5.spec: same change
cross-s390x-gcc5.spec: same change
cross-sparc-gcc5.spec: same change
cross-sparc64-gcc5.spec: same change
cross-x86_64-gcc5.spec: same change
++ gcc5-testresults.spec ++
--- /var/tmp/diff_new_pack.0nWXYf/_old  2016-03-31 13:02:25.0 +0200
+++ /var/tmp/diff_new_pack.0nWXYf/_new  2016-03-31 13:02:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gcc5-testresults
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain 

commit gcc5 for openSUSE:Factory

2016-02-08 Thread h_root
Hello community,

here is the log from the commit of package gcc5 for openSUSE:Factory checked in 
at 2016-02-08 09:47:02

Comparing /work/SRC/openSUSE:Factory/gcc5 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc5.new (New)


Package is "gcc5"

Changes:

--- /work/SRC/openSUSE:Factory/gcc5/cross-aarch64-gcc5.changes  2015-10-19 
22:12:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc5.new/cross-aarch64-gcc5.changes 
2016-02-08 09:47:03.0 +0100
@@ -1,0 +2,24 @@
+Mon Dec  7 08:26:26 UTC 2015 - rguent...@suse.com
+
+- Update to GCC 5.3.1 (r231346).
+  * Includes GCC 5.3 release with many bugfixes.
+- Drop cloog-isl build dependency from cross packages.
+
+---
+Fri Nov 20 13:59:12 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r230656).
+  * Includes fix for HTM builtins on powerpc.  [bnc#955382]
+  * Includes fix for build with ISL 0.15.
+
+---
+Mon Nov  9 08:42:26 UTC 2015 - rguent...@suse.com
+
+- For x86_64 default 32bit code generation to -march=x86-64 rather
+  than -march=i586.
+- Fix libgo certificate lookup, adds gcc5-libgo-fix-certificates-lookup.patch.
+  [bsc#953831]
+- Build s390[x] with --with-tune=z9-109 --with-arch=z900 on SLE11
+  again.  [bnc#954002]
+
+---
cross-armv6hl-gcc5.changes: same change
cross-armv7hl-gcc5.changes: same change
cross-avr-gcc5.changes: same change
cross-i386-gcc5.changes: same change
cross-m68k-gcc5.changes: same change
cross-ppc64-gcc5.changes: same change
cross-ppc64le-gcc5.changes: same change
cross-s390-gcc5.changes: same change
cross-s390x-gcc5.changes: same change
cross-sparc-gcc5.changes: same change
cross-sparc64-gcc5.changes: same change
cross-x86_64-gcc5.changes: same change
gcc5-testresults.changes: same change
gcc5.changes: same change
libffi-gcc5.changes: same change
libgcj-gcc5.changes: same change

Old:

  gcc-5.2.1-r228589.tar.bz2

New:

  gcc-5.3.1-r231346.tar.bz2
  gcc5-libgo-fix-certificates-lookup.patch



Other differences:
--
++ cross-aarch64-gcc5.spec ++
--- /var/tmp/diff_new_pack.YdtKFs/_old  2016-02-08 09:47:09.0 +0100
+++ /var/tmp/diff_new_pack.YdtKFs/_new  2016-02-08 09:47:09.0 +0100
@@ -87,7 +87,6 @@
 %endif
 BuildRequires:  zlib-devel
 %ifarch %ix86 x86_64 ppc ppc64 s390 s390x ia64 %sparc hppa %arm
-BuildRequires:  cloog-isl-devel
 BuildRequires:  isl-devel
 %endif
 %ifarch ia64
@@ -115,7 +114,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:5.2.1+r228589
+Version:5.3.1+r231346
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
@@ -149,6 +148,8 @@
 # Some patches taken from Debian
 Patch60:gcc44-textdomain.patch
 Patch61:gcc44-rename-info-files.patch
+# Some libgo patches
+Patch70:gcc5-libgo-fix-certificates-lookup.patch
 
 #testpatch end
 
@@ -218,6 +219,7 @@
 %patch51
 %patch60
 %patch61
+%patch70
 
 #test patching end
 
@@ -489,16 +491,24 @@
 %endif
 %if "%{TARGET_ARCH}" == "x86_64"
--enable-multilib \
-   --with-arch-32=i586 \
+   --with-arch-32=x86-64 \
--with-tune=generic \
 %endif
 %if "%{TARGET_ARCH}" == "s390"
+%if %{suse_version} >= 1310
 --with-tune=zEC12 --with-arch=z196 \
+%else
+   --with-tune=z9-109 --with-arch=z900 \
+%endif
--with-long-double-128 \
--enable-decimal-float \
 %endif
 %if "%{TARGET_ARCH}" == "s390x"
+%if %{suse_version} >= 1310
 --with-tune=zEC12 --with-arch=z196 \
+%else
+   --with-tune=z9-109 --with-arch=z900 \
+%endif
--with-long-double-128 \
--enable-decimal-float \
 %endif

cross-armv6hl-gcc5.spec: same change
cross-armv7hl-gcc5.spec: same change
cross-avr-gcc5.spec: same change
cross-i386-gcc5.spec: same change
cross-m68k-gcc5.spec: same change
cross-ppc64-gcc5.spec: same change
cross-ppc64le-gcc5.spec: same change
cross-s390-gcc5.spec: same change
cross-s390x-gcc5.spec: same change
cross-sparc-gcc5.spec: same change
cross-sparc64-gcc5.spec: same change
cross-x86_64-gcc5.spec: same change
++ gcc5-testresults.spec ++
--- /var/tmp/diff_new_pack.YdtKFs/_old  2016-02-08 09:47:09.0 +0100
+++ /var/tmp/diff_new_pack.YdtKFs/_new  2016-02-08 09:47:09.0 +0100
@@ -252,7 +252,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:5.2.1+r228589
+Version:5.3.1+r231346
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define 

commit gcc5 for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package gcc5 for openSUSE:Factory checked in 
at 2015-10-19 22:12:47

Comparing /work/SRC/openSUSE:Factory/gcc5 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc5.new (New)


Package is "gcc5"

Changes:

--- /work/SRC/openSUSE:Factory/gcc5/cross-aarch64-gcc5.changes  2015-07-21 
13:25:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc5.new/cross-aarch64-gcc5.changes 
2015-10-19 22:12:48.0 +0200
@@ -1,0 +2,35 @@
+Thu Oct  8 12:30:53 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r228589).
+  * Includes fix for [bnc#939460].
+  * Includes fix for C++11 std::random_device short reads, CVE-2015-5276.
+[bnc#945842]
+  * Experimental File System TS library.
+- For non-icecream cross-compilers %sysroot is always defined,
+  so any conditionalization can be dropped as cleanup.
+
+---
+Fri Sep 18 10:04:55 UTC 2015 - dval...@suse.com
+
+- Optimize ppc64le for power8 on Tumbleweed 
+
+---
+Tue Jul 21 07:56:32 UTC 2015 - meiss...@suse.com
+
+- filter out -fstack-protector-strong too
+
+---
+Tue Jul 21 07:28:02 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r226025).
+  * Includes GCC 5.2 release
+  * Includes post-release fix for Wine.
+
+---
+Tue Jul 14 14:04:39 UTC 2015 - rguent...@suse.com
+
+- Allow for %{binutils_target} containing dashes by quoting in %if.
+- Postpone docs cleanup beyond target installation.
+- Assure files in %{_bindir} have the expected prefix.
+
+---
cross-armv6hl-gcc5.changes: same change
cross-armv7hl-gcc5.changes: same change
cross-avr-gcc5.changes: same change
cross-i386-gcc5.changes: same change
cross-m68k-gcc5.changes: same change
cross-ppc64-gcc5.changes: same change
cross-ppc64le-gcc5.changes: same change
cross-s390-gcc5.changes: same change
cross-s390x-gcc5.changes: same change
cross-sparc-gcc5.changes: same change
cross-sparc64-gcc5.changes: same change
cross-x86_64-gcc5.changes: same change
gcc5-testresults.changes: same change
gcc5.changes: same change
libffi-gcc5.changes: same change
libgcj-gcc5.changes: same change

Old:

  gcc-5.1.1-r225724.tar.bz2

New:

  gcc-5.2.1-r228589.tar.bz2



Other differences:
--
++ cross-aarch64-gcc5.spec ++
--- /var/tmp/diff_new_pack.fRPbV3/_old  2015-10-19 22:12:58.0 +0200
+++ /var/tmp/diff_new_pack.fRPbV3/_new  2015-10-19 22:12:58.0 +0200
@@ -53,10 +53,10 @@
 %define binutils_target sparc
 %endif
 %define canonical_target %(echo %{binutils_target} | sed -e 
"s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;")
-%if %{binutils_target} == "avr" || %{binutils_target} == "spu"
+%if "%{binutils_target}" == "avr" || "%{binutils_target}" == "spu"
 %define binutils_os %{canonical_target}
 %else
-%if %{binutils_target} == "arm"
+%if "%{binutils_target}" == "arm"
 %define binutils_os %{canonical_target}-suse-linux-gnueabi
 %else
 %define binutils_os %{canonical_target}-suse-linux
@@ -115,7 +115,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:5.1.1+r225724
+Version:5.2.1+r228589
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
@@ -253,7 +253,7 @@
 mkdir obj-%{GCCDIST}
 cd obj-%{GCCDIST}
 RPM_OPT_FLAGS="$RPM_OPT_FLAGS -U_FORTIFY_SOURCE"
-RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fno-rtti//g' -e 
's/-fno-exceptions//g' -e 's/-Wmissing-format-attribute//g' -e 
's/-fstack-protector//g' -e 's/-ffortify=.//g' -e 's/-Wall//g' -e 's/-m32//g' 
-e 's/-m64//g'`
+RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fno-rtti//g' -e 
's/-fno-exceptions//g' -e 's/-Wmissing-format-attribute//g' -e 
's/-fstack-protector[^ ]*//g' -e 's/-ffortify=.//g' -e 's/-Wall//g' -e 
's/-m32//g' -e 's/-m64//g'`
 %ifarch %ix86
 # -mcpu is superceded by -mtune but -mtune is not supported by
 # our bootstrap compiler.  -mcpu gives a warning that stops
@@ -458,7 +458,7 @@
 --with-cpu=default32 \
 %endif
 %if "%{TARGET_ARCH}" == "powerpc64le"
-%if %{suse_version} == 1315
+%if %{suse_version} >= 1315 && %{suse_version} != 1320
--with-cpu=power8 \
--with-tune=power8 \
 %else
@@ -538,9 +538,6 @@
 rm -f $RPM_BUILD_ROOT/%{targetlibsubdir}/liblto_plugin.la
 # common fixup
 rm -f $RPM_BUILD_ROOT%{_libdir}/libiberty.a
-# remove docs
-rm -rf $RPM_BUILD_ROOT%{_mandir}
-rm -rf $RPM_BUILD_ROOT%{_infodir}
 
 

commit gcc5 for openSUSE:Factory

2015-07-21 Thread h_root
Hello community,

here is the log from the commit of package gcc5 for openSUSE:Factory checked in 
at 2015-07-21 13:25:05

Comparing /work/SRC/openSUSE:Factory/gcc5 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc5.new (New)


Package is gcc5

Changes:

--- /work/SRC/openSUSE:Factory/gcc5/cross-aarch64-gcc5.changes  2015-06-23 
11:55:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc5.new/cross-aarch64-gcc5.changes 
2015-07-21 13:25:07.0 +0200
@@ -1,0 +2,26 @@
+Mon Jul 13 14:22:18 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r225724).
+  * Includes GCC 5.2 RC2
+- Adjust .changes file generation for optional compiler build.
+
+---
+Tue Jul  7 07:51:35 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r225500).
+  * Includes GCC 5.2 RC1
+- Pack s390[x] vecintrin.h file.
+- Adjust optional compiler setup to also build Ada and Go and keep
+  separate spec files for libffi and the testsuite.
+
+---
+Tue Jun 30 12:56:52 UTC 2015 - sch...@suse.de
+
+- Add cross-m68k-gcc5
+
+---
+Wed Jun 24 14:51:33 UTC 2015 - m...@suse.com
+
+- Remove include-fixed/linux/vt.h as well.
+
+---
cross-armv6hl-gcc5.changes: same change
cross-armv7hl-gcc5.changes: same change
cross-avr-gcc5.changes: same change
cross-i386-gcc5.changes: same change
New Changes file:

--- /dev/null   2015-06-25 09:04:34.320025005 +0200
+++ /work/SRC/openSUSE:Factory/.gcc5.new/cross-m68k-gcc5.changes
2015-07-21 13:25:08.0 +0200
@@ -0,0 +1,297 @@
+---
+Mon Jul 13 14:22:18 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r225724).
+  * Includes GCC 5.2 RC2
+- Adjust .changes file generation for optional compiler build.
+
+---
+Tue Jul  7 07:51:35 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r225500).
+  * Includes GCC 5.2 RC1
+- Pack s390[x] vecintrin.h file.
+- Adjust optional compiler setup to also build Ada and Go and keep
+  separate spec files for libffi and the testsuite.
+
+---
+Tue Jun 30 12:56:52 UTC 2015 - sch...@suse.de
+
+- Add cross-m68k-gcc5
+
+---
+Wed Jun 24 14:51:33 UTC 2015 - m...@suse.com
+
+- Remove include-fixed/linux/vt.h as well.
+
+---
+Mon Jun 22 09:56:58 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r224716).
+- Fix libffi include install.  [bnc#935510]
+- Package new mwaitxintrin.h file.
+
+---
+Tue Jun  9 09:38:39 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r224257).
+
+---
+Mon Jun  8 12:13:25 UTC 2015 - rguent...@suse.com
+
+- Fix build against SLE11 SP4.
+  * Where mpfr 2.4.0 is not available disable the few features
+requiring it to allow building with mpfr 2.3.2,
+gcc48-remove-mpfr-2.4.0-requirement.patch.
+  * Disable building the MPX library.
+  * Re-instantiate IA64 support.
+  * Add gcc5-no-return-gcc43-workaround.patch to avoid bogus warnings
+from the GCC 4.3 host compiler.
+
+---
+Mon May 18 08:20:49 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r223279).
+  * Includes fix for [bnc#930496] and [bnc#930392].
+- Enable 32bit code generation for ppc64le but do not build 32bit
+  target libraries.  Fixes ppc64le kernel compile.
+
+---
+Fri May  8 09:49:47 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r222900).
+- Add proper dependences to -32bit/-64bit compiler variants.  Add
+  gcc5-c++-32/64bit and gcc5-obj-c++-32/64bit (for their dependencies
+  only).
+- Rename libstdc++5-devel to libstdc++6-devel-gcc5 following shared
+  library suffixing (but applying always).
+- Likewise for libgcj devel and jar packages and for libffi.
+- Renames libgcj and libffi spec files.
+
+---
+Mon Apr 27 08:38:34 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r222451).
+  * Includes GCC 5.1.0 release and first chunk of bugfixes and powerpc
+backports.
+- Enable building libmpx for i586 and x86_64.
+
+---
+Mon Apr 20 07:45:47 UTC 2015 - 

commit gcc5 for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package gcc5 for openSUSE:Factory checked in 
at 2015-06-23 11:55:26

Comparing /work/SRC/openSUSE:Factory/gcc5 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc5.new (New)


Package is gcc5

Changes:

--- /work/SRC/openSUSE:Factory/gcc5/cross-aarch64-gcc5.changes  2015-05-19 
23:39:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc5.new/cross-aarch64-gcc5.changes 
2015-06-23 11:55:27.0 +0200
@@ -1,0 +2,24 @@
+Mon Jun 22 09:56:58 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r224716).
+- Fix libffi include install.  [bnc#935510]
+- Package new mwaitxintrin.h file.
+
+---
+Tue Jun  9 09:38:39 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r224257).
+
+---
+Mon Jun  8 12:13:25 UTC 2015 - rguent...@suse.com
+
+- Fix build against SLE11 SP4.
+  * Where mpfr 2.4.0 is not available disable the few features
+requiring it to allow building with mpfr 2.3.2,
+gcc48-remove-mpfr-2.4.0-requirement.patch.
+  * Disable building the MPX library.
+  * Re-instantiate IA64 support.
+  * Add gcc5-no-return-gcc43-workaround.patch to avoid bogus warnings
+from the GCC 4.3 host compiler.
+
+---
cross-armv6hl-gcc5.changes: same change
cross-armv7hl-gcc5.changes: same change
cross-avr-gcc5.changes: same change
cross-i386-gcc5.changes: same change
cross-ppc64-gcc5.changes: same change
cross-ppc64le-gcc5.changes: same change
cross-s390-gcc5.changes: same change
cross-s390x-gcc5.changes: same change
cross-sparc-gcc5.changes: same change
cross-sparc64-gcc5.changes: same change
cross-x86_64-gcc5.changes: same change
gcc5-testresults.changes: same change
gcc5.changes: same change
libffi-gcc5.changes: same change
libgcj-gcc5.changes: same change

Old:

  gcc-5.1.1-r223279.tar.bz2

New:

  gcc-5.1.1-r224716.tar.bz2
  gcc48-remove-mpfr-2.4.0-requirement.patch
  gcc5-no-return-gcc43-workaround.patch



Other differences:
--
++ cross-aarch64-gcc5.spec ++
--- /var/tmp/diff_new_pack.f9RNTs/_old  2015-06-23 11:55:34.0 +0200
+++ /var/tmp/diff_new_pack.f9RNTs/_new  2015-06-23 11:55:34.0 +0200
@@ -115,7 +115,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:5.1.1+r223279
+Version:5.1.1+r224716
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
@@ -141,6 +141,8 @@
 Patch6: gcc43-no-unwind-tables.diff
 Patch7: gcc48-libstdc++-api-reference.patch
 Patch8: gcc5-libsanitize-aarch64-va42.patch
+Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch
+Patch10:gcc5-no-return-gcc43-workaround.patch
 # A set of patches from the RH srpm
 Patch50:gcc41-java-slow_pthread_self.patch
 Patch51:gcc41-ppc32-retaddr.patch
@@ -208,6 +210,10 @@
 %patch6
 %patch7
 %patch8
+%if %{suse_version}  1310
+%patch9
+%endif
+%patch10
 %patch50
 %patch51
 %patch60
@@ -238,6 +244,11 @@
 mv gcc/BASE-VER gcc/FULL-VER
 cat gcc/FULL-VER | cut -d '.' -f 1  gcc/BASE-VER
 
+# SLE11 does not allow empty rpms
+%if %{suse_version}  1310
+echo This is a dummy package to provide a dependency.  README
+%endif
+
 rm -rf obj-%{GCCDIST}
 mkdir obj-%{GCCDIST}
 cd obj-%{GCCDIST}
@@ -387,8 +398,12 @@
--enable-linux-futex \
--program-suffix=%{binsuffix} \
 %if 0%{!?gcc_target_arch:1}
+%ifarch ia64
+   --with-system-libunwind \
+%else
--without-system-libunwind \
 %endif
+%endif
 %if 0%{?gcc_target_arch:1}
--program-prefix=%{gcc_target_arch}- \
--target=%{gcc_target_arch} \

cross-armv6hl-gcc5.spec: same change
cross-armv7hl-gcc5.spec: same change
cross-avr-gcc5.spec: same change
cross-i386-gcc5.spec: same change
cross-ppc64-gcc5.spec: same change
cross-ppc64le-gcc5.spec: same change
cross-s390-gcc5.spec: same change
cross-s390x-gcc5.spec: same change
cross-sparc-gcc5.spec: same change
cross-sparc64-gcc5.spec: same change
cross-x86_64-gcc5.spec: same change
++ gcc5-testresults.spec ++
--- /var/tmp/diff_new_pack.f9RNTs/_old  2015-06-23 11:55:35.0 +0200
+++ /var/tmp/diff_new_pack.f9RNTs/_new  2015-06-23 11:55:35.0 +0200
@@ -49,18 +49,20 @@
 %define build_ada 0
 %endif
 
-%define quadmath_arch %ix86 x86_64
+%define quadmath_arch %ix86 x86_64 ia64
 %define tsan_arch x86_64
 %define asan_arch x86_64 %ix86 ppc ppc64 ppc64le %sparc %arm aarch64
 %define itm_arch x86_64 %ix86 %arm aarch64 ppc ppc64 ppc64le s390 s390x %sparc
-%define atomic_arch x86_64 

commit gcc5 for openSUSE:Factory

2015-05-19 Thread h_root
Hello community,

here is the log from the commit of package gcc5 for openSUSE:Factory checked in 
at 2015-05-19 23:39:44

Comparing /work/SRC/openSUSE:Factory/gcc5 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc5.new (New)


Package is gcc5

Changes:

--- /work/SRC/openSUSE:Factory/gcc5/cross-aarch64-gcc5.changes  2015-04-22 
01:18:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc5.new/cross-aarch64-gcc5.changes 
2015-05-19 23:39:46.0 +0200
@@ -1,0 +2,28 @@
+Mon May 18 08:20:49 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r223279).
+  * Includes fix for [bnc#930496] and [bnc#930392].
+- Enable 32bit code generation for ppc64le but do not build 32bit
+  target libraries.  Fixes ppc64le kernel compile.
+
+---
+Fri May  8 09:49:47 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r222900).
+- Add proper dependences to -32bit/-64bit compiler variants.  Add
+  gcc5-c++-32/64bit and gcc5-obj-c++-32/64bit (for their dependencies
+  only).
+- Rename libstdc++5-devel to libstdc++6-devel-gcc5 following shared
+  library suffixing (but applying always).
+- Likewise for libgcj devel and jar packages and for libffi.
+- Renames libgcj and libffi spec files.
+
+---
+Mon Apr 27 08:38:34 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r222451).
+  * Includes GCC 5.1.0 release and first chunk of bugfixes and powerpc
+backports.
+- Enable building libmpx for i586 and x86_64.
+
+---
cross-armv6hl-gcc5.changes: same change
cross-armv7hl-gcc5.changes: same change
cross-avr-gcc5.changes: same change
cross-i386-gcc5.changes: same change
cross-ppc64-gcc5.changes: same change
cross-ppc64le-gcc5.changes: same change
cross-s390-gcc5.changes: same change
cross-s390x-gcc5.changes: same change
cross-sparc-gcc5.changes: same change
cross-sparc64-gcc5.changes: same change
cross-x86_64-gcc5.changes: same change
gcc5-testresults.changes: same change
gcc5.changes: same change
New Changes file:

--- /dev/null   2015-05-15 19:41:08.266053825 +0200
+++ /work/SRC/openSUSE:Factory/.gcc5.new/libffi-gcc5.changes2015-05-19 
23:39:52.0 +0200
@@ -0,0 +1,247 @@
+---
+Mon May 18 08:20:49 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r223279).
+  * Includes fix for [bnc#930496] and [bnc#930392].
+- Enable 32bit code generation for ppc64le but do not build 32bit
+  target libraries.  Fixes ppc64le kernel compile.
+
+---
+Fri May  8 09:49:47 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r222900).
+- Add proper dependences to -32bit/-64bit compiler variants.  Add
+  gcc5-c++-32/64bit and gcc5-obj-c++-32/64bit (for their dependencies
+  only).
+- Rename libstdc++5-devel to libstdc++6-devel-gcc5 following shared
+  library suffixing (but applying always).
+- Likewise for libgcj devel and jar packages and for libffi.
+- Renames libgcj and libffi spec files.
+
+---
+Mon Apr 27 08:38:34 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r222451).
+  * Includes GCC 5.1.0 release and first chunk of bugfixes and powerpc
+backports.
+- Enable building libmpx for i586 and x86_64.
+
+---
+Mon Apr 20 07:45:47 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r26).
+  * Includes GCC 5.1 RC2.
+
+---
+Thu Apr 16 13:40:56 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r222139).
+
+---
+Mon Apr 13 08:38:29 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r222032).
+  * Matches GCC 5.1 RC1.
+
+---
+Thu Apr  9 08:33:14 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r221942).
+
+---
+Tue Apr  7 09:55:38 UTC 2015 - afaer...@suse.de
+
+- Prepare for non-icecream cross-compilers
+* Define sysroot to match cross-binutils config
+* Prepare for requiring cross-newlib for some targets
+* Use all-host target for libc bootstrap, too
+* Install target files, but suppress stripping them (breaks them)
+* Suppress -icecream-backend subpackage
+* Allow building on any architecture
+
+---
+Tue Apr  7 08:19:52 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r221888).
+- Enable 

commit gcc5 for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gcc5 for openSUSE:Factory checked in 
at 2015-04-22 01:18:02

Comparing /work/SRC/openSUSE:Factory/gcc5 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc5.new (New)


Package is gcc5

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.gcc5.new/cross-aarch64-gcc5.changes 
2015-04-22 01:18:03.0 +0200
@@ -0,0 +1,219 @@
+---
+Mon Apr 20 07:45:47 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r26).
+  * Includes GCC 5.1 RC2.
+
+---
+Thu Apr 16 13:40:56 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r222139).
+
+---
+Mon Apr 13 08:38:29 UTC 2015 - rguent...@suse.com
+
+- Update to gcc-5-branch head (r222032).
+  * Matches GCC 5.1 RC1.
+
+---
+Thu Apr  9 08:33:14 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r221942).
+
+---
+Tue Apr  7 09:55:38 UTC 2015 - afaer...@suse.de
+
+- Prepare for non-icecream cross-compilers
+* Define sysroot to match cross-binutils config
+* Prepare for requiring cross-newlib for some targets
+* Use all-host target for libc bootstrap, too
+* Install target files, but suppress stripping them (breaks them)
+* Suppress -icecream-backend subpackage
+* Allow building on any architecture
+
+---
+Tue Apr  7 08:19:52 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r221888).
+- Enable cross compiler builds.
+
+---
+Thu Apr  2 13:27:21 UTC 2015 - sch...@suse.de
+
+- libsanitizer-tsan-res-state.patch: remove obsolete patch.
+- gcc5-libsanitize-aarch64-va42.patch: support aarch64 42-bit address
+- space
+
+---
+Tue Mar 24 11:01:28 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r221624).
+- Require own ada version for suse_version  1330, not explicitely
+  gcc49-ada.
+- Amend _constraints to request more physical memory for gcc5 and
+  gcc5-testresults as well as 4 processors for gcc5.
+
+---
+Thu Mar 19 13:45:05 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r221515).
+
+---
+Wed Mar 18 10:17:24 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r221482).
+  * Fixes miscompile of vim.
+
+---
+Tue Mar 10 09:56:36 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r221322).
+  * Contains fixes for PR65120 and should reduce the amount of
+false -Wlogical-not-parentheses warnings.
+- Switch to release checking builds.
+
+---
+Tue Mar  3 10:52:07 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r221139).
+  * Includes gcc5-pr65040.patch which is now removed.
+- Add libsanitizer-tsan-res-state.patch to fix build with new glibc.
+- Enable asan and ubsan for ppc64le.
+
+---
+Fri Feb 27 11:40:33 UTC 2015 - rguent...@suse.com
+
+- Add gcc5-pr65040.patch to remove -Wformat-signedness from -Wformat=2.
+- Renumber patches.
+
+---
+Wed Feb 25 11:05:05 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r220959).
+
+---
+Fri Feb 20 07:59:48 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r220833).
+
+---
+Tue Feb 17 13:42:15 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r220758).
+
+---
+Fri Feb 13 09:39:33 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r220678).
+
+---
+Wed Feb 11 14:33:06 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r220617).
+
+---
+Tue Feb 10 12:31:13 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r220580).
+- Pulls bugfixing from Fedora mass-rebuild.
+
+---
+Wed Jan 28 13:20:08 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r220205).

commit gcc5 for openSUSE:Factory

2015-03-25 Thread h_root
Hello community,

here is the log from the commit of package gcc5 for openSUSE:Factory checked in 
at 2015-03-25 10:01:24

Comparing /work/SRC/openSUSE:Factory/gcc5 (Old)
 and  /work/SRC/openSUSE:Factory/.gcc5.new (New)


Package is gcc5

Changes:

--- /work/SRC/openSUSE:Factory/gcc5/gcc5-testresults.changes2015-03-18 
13:03:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.gcc5.new/gcc5-testresults.changes   
2015-03-25 10:01:38.0 +0100
@@ -1,0 +2,28 @@
+Tue Mar 24 11:01:28 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r221624).
+- Require own ada version for suse_version  1330, not explicitely
+  gcc49-ada.
+- Amend _constraints to request more physical memory for gcc5 and
+  gcc5-testresults as well as 4 processors for gcc5.
+
+---
+Thu Mar 19 13:45:05 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r221515).
+
+---
+Wed Mar 18 10:17:24 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r221482).
+  * Fixes miscompile of vim.
+
+---
+Tue Mar 10 09:56:36 UTC 2015 - rguent...@suse.com
+
+- Update to SVN trunk head (r221322).
+  * Contains fixes for PR65120 and should reduce the amount of
+false -Wlogical-not-parentheses warnings.
+- Switch to release checking builds.
+
+---
gcc5.changes: same change
libffi5.changes: same change
libgcj5.changes: same change

Old:

  gcc-5.0.0-r221139.tar.bz2

New:

  gcc-5.0.0-r221624.tar.bz2



Other differences:
--
++ gcc5-testresults.spec ++
--- /var/tmp/diff_new_pack.3XxCX4/_old  2015-03-25 10:01:43.0 +0100
+++ /var/tmp/diff_new_pack.3XxCX4/_new  2015-03-25 10:01:43.0 +0100
@@ -20,7 +20,7 @@
 %define building_testsuite 1
 %define run_tests 1
 #
-# spec file for package gcc49
+# spec file for package gcc5
 #
 #
 # All modifications and additions to the file contributed by third parties
@@ -179,8 +179,8 @@
 BuildRequires:  zlib-devel
 %if %{build_ada}
 %if %{suse_version}  1330
-%define hostsuffix -4.9
-BuildRequires:  gcc49-ada
+%define hostsuffix %{binsuffix}
+BuildRequires:  gcc5-ada
 %else
 %define hostsuffix %{nil}
 BuildRequires:  gcc-ada
@@ -235,7 +235,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:5.0.0+r221139
+Version:5.0.0+r221624
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
@@ -516,7 +516,8 @@
 # In general we want to ship release checking enabled compilers
 # which is the default for released compilers
 #ENABLE_CHECKING=--enable-checking=yes
-ENABLE_CHECKING=
+ENABLE_CHECKING=--enable-checking=release
+#ENABLE_CHECKING=
 
 # Work around tail/head -1 changes
 export _POSIX2_VERSION=199209

++ gcc5.spec ++
--- /var/tmp/diff_new_pack.3XxCX4/_old  2015-03-25 10:01:43.0 +0100
+++ /var/tmp/diff_new_pack.3XxCX4/_new  2015-03-25 10:01:43.0 +0100
@@ -161,8 +161,8 @@
 BuildRequires:  zlib-devel
 %if %{build_ada}
 %if %{suse_version}  1330
-%define hostsuffix -4.9
-BuildRequires:  gcc49-ada
+%define hostsuffix %{binsuffix}
+BuildRequires:  gcc5-ada
 %else
 %define hostsuffix %{nil}
 BuildRequires:  gcc-ada
@@ -217,7 +217,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:5.0.0+r221139
+Version:5.0.0+r221624
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
@@ -1823,7 +1823,8 @@
 # In general we want to ship release checking enabled compilers
 # which is the default for released compilers
 #ENABLE_CHECKING=--enable-checking=yes
-ENABLE_CHECKING=
+ENABLE_CHECKING=--enable-checking=release
+#ENABLE_CHECKING=
 
 # Work around tail/head -1 changes
 export _POSIX2_VERSION=199209

++ libffi5.spec ++
--- /var/tmp/diff_new_pack.3XxCX4/_old  2015-03-25 10:01:43.0 +0100
+++ /var/tmp/diff_new_pack.3XxCX4/_new  2015-03-25 10:01:43.0 +0100
@@ -19,7 +19,7 @@
 
 %define building_libffi 1
 #
-# spec file for package gcc49
+# spec file for package gcc5
 #
 #
 # All modifications and additions to the file contributed by third parties
@@ -178,8 +178,8 @@
 BuildRequires:  zlib-devel
 %if %{build_ada}
 %if %{suse_version}  1330
-%define hostsuffix -4.9
-BuildRequires:  gcc49-ada
+%define hostsuffix %{binsuffix}
+BuildRequires:  gcc5-ada
 %else
 %define hostsuffix %{nil}
 BuildRequires:  gcc-ada
@@ -234,7 +234,7