Hello community,

here is the log from the commit of package gcc for openSUSE:Factory checked in 
at 2018-06-08 23:08:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc (Old)
 and      /work/SRC/openSUSE:Factory/.gcc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc"

Fri Jun  8 23:08:42 2018 rev:61 rq:614215 version:8

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc/gcc.changes  2017-06-15 11:18:14.555049962 
+0200
+++ /work/SRC/openSUSE:Factory/.gcc.new/gcc.changes     2018-06-08 
23:08:49.886437088 +0200
@@ -1,0 +2,10 @@
+Tue Jun  5 10:19:50 UTC 2018 - [email protected]
+
+- Fix gcc-PIE spec to properly honor -no-pie at link time.
+
+-------------------------------------------------------------------
+Tue Mar  6 10:13:50 UTC 2018 - [email protected]
+
+- Switch gcc to default 8.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gcc.spec ++++++
--- /var/tmp/diff_new_pack.joE8DZ/_old  2018-06-08 23:08:50.686408208 +0200
+++ /var/tmp/diff_new_pack.joE8DZ/_new  2018-06-08 23:08:50.686408208 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gcc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -35,9 +35,9 @@
 %define build_ada 0
 %endif
 Url:            http://gcc.gnu.org/
-%define gcc_version 7
-%define gcc_suffix 7
-Version:        7
+%define gcc_version 8
+%define gcc_suffix 8
+Version:        8
 Release:        0
 Summary:        The system GNU C Compiler
 License:        GPL-3.0+
@@ -423,7 +423,7 @@
 mkdir -p $RPM_BUILD_ROOT/$dir
 cat > $RPM_BUILD_ROOT/$dir/defaults.spec <<EOF
 *default_spec:
-%%{pie|fpic|fPIC|fpie|fPIE|fno-pic|fno-PIC|fno-pie|fno-PIE|shared|static|nostdlib|nodefaultlibs|nostartfiles:;:-fPIE
 -pie}
+%%{pie|fpic|fPIC|fpie|fPIE|no-pie|fno-pic|fno-PIC|fno-pie|fno-PIE|shared|static|nostdlib|nodefaultlibs|nostartfiles:;:-fPIE
 -pie}
 EOF
 
 %files


Reply via email to